diff options
| -rw-r--r-- | eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index 429877c..fbf6ffa 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -63,6 +63,7 @@ '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier")))) '(erc-input-face ((t (:foreground "brown1")))) '(erc-my-nick-face ((t (:foreground "brown1" :weight bold)))) - '(magit-section-highlight ((t (:inherit (highlight)))))) + '(magit-section-highlight ((t (:inherit (highlight))))) + '(magit-diff-context-highlight ((t (:foreground "grey70" :inherit (magit-section-highlight)))))) (provide-theme 'eighters) |
