diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el | 5 |
1 files changed, 5 insertions, 0 deletions
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)))) |