summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-21 15:02:44 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-21 15:02:44 +0200
commit6c841e780ba8c1c3c839057a34f1c00b4c2e3816 (patch)
tree0cb65d122016cebc7f5e5b25597a18df0eb47691
parentf296854928d2b06b77ac93bf751d0e5eee8a7b85 (diff)
downloadeighters-theme-6c841e780ba8c1c3c839057a34f1c00b4c2e3816.tar.xz
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…
-rw-r--r--eighters-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index 4af626a..01cd672 100644
--- 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)))))