commit 6c841e780ba8c1c3c839057a34f1c00b4c2e3816
parent f296854928d2b06b77ac93bf751d0e5eee8a7b85
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 21 May 2018 15:02:44 +0200
Make magit-blame annotations less in-your-face
Not sure if giving 'shadow the same foreground as comments is a good
idea; the rationale is to limit the number of colors…
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -1,7 +1,6 @@
(deftheme eighters
"Eighters gonna eight.")
-;; TODO: make comment foreground brighter? (eg ala linum, shadow)
;; TODO: make "bold" face whiter? (see Man-overstrike)
;; TODO: make diff faces stand out more
@@ -13,6 +12,8 @@
'eighters
'(default ((t (:background "gray20" :foreground "gainsboro"))))
'(fringe ((t (:foreground "gray50"))))
+ '(shadow ((t (:foreground "gray50"))))
+ '(vertical-border ((t (:foreground "gray50"))))
'(escape-glyph ((t (:foreground "red2"))))
'(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold))))
'(highlight ((t (:background "gray25"))))
@@ -41,7 +42,6 @@
'(mode-line ((t (:inverse-video t))))
'(mode-line-inactive ((t (:foreground "gray70" :background "gray25" :inherit (mode-line)))))
'(mode-line-buffer-id ((t (:weight bold))))
- '(vertical-border ((t (:foreground "gray50"))))
'(ediff-even-diff-A ((t (:background "gray25"))))
'(ediff-odd-diff-A ((t (:background "gray25"))))
'(ediff-even-diff-B ((t (:background "gray25"))))
@@ -78,6 +78,7 @@
'(sh-heredoc ((t (:foreground "gold"))))
'(erc-input-face ((t (:foreground "brown1"))))
'(erc-my-nick-face ((t (:foreground "brown1" :weight bold))))
+ '(magit-blame-highlight ((t (:inherit (highlight shadow)))))
'(magit-diff-added ((t (:inherit (diff-added)))))
'(magit-diff-added-highlight ((t (:inherit (diff-added)))))
'(magit-diff-removed ((t (:inherit (diff-removed)))))