summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-18 13:04:42 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-18 13:08:53 +0200
commite29d07bd7227f4c3f90b3847799c3a67756725f9 (patch)
treeb92e9b651786c87d5825455b3f74e5b80de40490
parent7efb15a3149447bfd259fc156338f9d09a4df9a6 (diff)
downloadeighters-theme-e29d07bd7227f4c3f90b3847799c3a67756725f9.tar.xz
Tweak which-key faces
The keyword face brings too much emphasis to a somewhat low-information symbol, IMO. which-key-key-face deserves actual "buttons".
-rw-r--r--eighters-theme.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index f01f6b5..ac8c91f 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -145,7 +145,9 @@
'(magit-section-highlight ((t (:inherit (highlight)))))
'(markdown-code-face ((t (:inherit (fixed-pitch-serif)))))
'(markdown-inline-code-face ((t (:inherit (markdown-code-face)))))
- '(markdown-pre-face ((t (:extend t :inherit (markdown-code-face highlight))))))
+ '(markdown-pre-face ((t (:extend t :inherit (markdown-code-face highlight)))))
+ '(which-key-group-description-face ((t (:inherit (font-lock-type-face)))))
+ '(which-key-key-face ((t (:weight bold :box (:line-width 3 :style released-button) :inverse-video t)))))
(custom-theme-set-variables 'eighters
'(ansi-color-names-vector