Commit c7a1df0bd232

Vincent Demeester <vincent@sbr.pm>
2018-09-07 13:44:03
Add which-key support in shortbrain theme
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a57383b
Changed files (1)
lisp/shortbrain-theme.el
@@ -27,6 +27,8 @@
 ;; Low distraction, minimalistic color theme, with minimal colors, preferring
 ;; other styles of markup (italic, bold).
 ;; TODO(vdemeester) handle guide-key faces
+;; TODO(vdemeester) change some magit faces
+;; TODO(vdemeester) try a dark version of it (?)
 
 ;;; Credits:
 
@@ -278,6 +280,11 @@
    `(markdown-pre-face ((t (:inherit markdown-inline-code-face))))
    `(markdown-reference-face ((t (:inherit markdown-link-face))))
 
+   ;; which-key
+   `(which-key-key-face ((t (:foreground ,string))))
+   `(which-key-separator-face ((t (:foreground ,fg-slight-dim))))
+   `(which-key-command-description-face ((t (:foreground ,fg))))
+   
    ;; misc
    `(idle-highlight ((t (:background ,bg-highlight))))
    `(yas-field-highlight-face ((t (:background ,bg-highlight-dim :foreground ,fg))))