commit 8de268144ab2171896906c8553be7763d5c45fa5
parent f0df241563c9d94b17f77357f15a2b405cbdd40a
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 9 Mar 2020 22:16:57 +0100
add which-key-mode colors
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1928,6 +1928,10 @@
`(wgrep-reject-face ((,class (:foreground ,red :weight unspecified))))
;;;;; which-func-mode
`(which-func ((,class (:foreground ,green))))
+;;;;; which-key-mode
+ `(which-key-command-description-face ((,class (:foreground ,base0))))
+ `(which-key-group-description-face ((,class (:foreground ,cyan))))
+ `(which-key-key-face ((,class (:bold t))))
;;;;; whitespace-mode
`(whitespace-space ((,class (:background unspecified :foreground ,base01
:inverse-video unspecified :slant italic))))