diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-18 13:04:42 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-18 13:08:53 +0200 |
| commit | e29d07bd7227f4c3f90b3847799c3a67756725f9 (patch) | |
| tree | b92e9b651786c87d5825455b3f74e5b80de40490 /eighters-theme.el | |
| parent | 7efb15a3149447bfd259fc156338f9d09a4df9a6 (diff) | |
| download | eighters-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".
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 4 |
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 |
