From 9253be8f2cdbb13436e438933c4eff7663d502a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2019 23:26:50 +0100 Subject: Add git gutter colours --- emacs/.emacs.d/drobillized-theme.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index 9903b0e..bed77da 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -116,6 +116,11 @@ Reload the theme after changing anything in this group." `(font-lock-variable-name-face ((t (:foreground "#E3F1F1" :weight normal)))) `(font-lock-warning-face ((t (:foreground ,red)))) `(fringe ((((class color) (background dark)) (:background "grey25")))) + `(git-gutter:added ((t (:inherit diff-added)))) + `(git-gutter:deleted ((t (:inherit diff-removed)))) + `(git-gutter:modified ((t (:foreground ,magenta)))) + `(git-gutter:separator ((t (:inherit diff-header)))) + `(git-gutter:unchanged ((t (:background ,orange-d)))) `(ggtags-global-line ((t (:inherit secondary-selection)))) `(header-line ((t (:inherit mode-line)))) `(highlight-beyond-fill-column-face ((t (:background ,red-d)))) -- cgit v1.2.1