summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/eighters-theme.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index a15079e..50d972a 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -186,19 +186,22 @@
`(diff-hl-delete ((t (:foreground ,fg-red :background ,bg-red))))
`(diff-hl-insert ((t (:foreground ,fg-blue :background ,bg-blue))))
`(diff-hl-change ((t (:foreground ,fg-yellow :background ,bg-yellow))))
+ `(which-key-group-description-face ((t (:foreground ,fg-green-dim))))
+ `(which-key-key-face ((t :weight bold :inherit help-key-binding)))
+ ;;; Magit.
+ ;;;; Section backgrounds.
`(magit-section-highlight ((t :background ,bg-hl-dimmer)))
+ `(magit-diff-revision-summary ((t (:weight bold :inherit magit-diff-hunk-heading))))
`(magit-diff-context ((t (:foreground ,fg-dim))))
`(magit-diff-context-highlight ((t (:background ,bg-hl-dimmer :inherit magit-diff-context))))
`(magit-diff-hunk-heading ((t (:background ,bg-hl-dim))))
`(magit-diff-hunk-heading-highlight ((t (:background ,bg-hl))))
+ ;;;; Diffs.
`(magit-diff-removed ((t (:foreground ,fg-dim :inherit diff-removed))))
`(magit-diff-removed-highlight ((t (:background ,bg-red-dim))))
`(magit-diffstat-removed ((t (:foreground ,fg-red))))
`(magit-diff-added ((t (:foreground ,fg-dim :inherit diff-added))))
`(magit-diff-added-highlight ((t (:background ,bg-blue-dim))))
- `(magit-diffstat-added ((t (:foreground ,fg-blue))))
- `(magit-diff-revision-summary ((t (:weight bold :inherit magit-diff-hunk-heading))))
- `(which-key-group-description-face ((t (:foreground ,fg-green-dim))))
- `(which-key-key-face ((t :weight bold :inherit help-key-binding)))))
+ `(magit-diffstat-added ((t (:foreground ,fg-blue))))))
(provide-theme 'eighters)