summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-13 20:14:54 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-13 20:15:20 +0100
commit34b49ee8e9ff5b8615aa0c6f3de41be59d7557df (patch)
tree537f3a4325abc0508f94da35153f0b9e3533df7f
parent2b34304ad431e4a9f1c655f93862e24ccc55c8d6 (diff)
downloademacs-34b49ee8e9ff5b8615aa0c6f3de41be59d7557df.tar.gz
Add help-key-binding styling to wombat theme
* etc/themes/wombat-theme.el (help-key-binding): Add face definition.
-rw-r--r--etc/themes/wombat-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index aaa7cceaf68..d625b7f9cf7 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -57,6 +57,8 @@ are included.")
`(font-lock-type-face ((,class (:foreground "#92a65e" :weight bold))))
`(font-lock-variable-name-face ((,class (:foreground "#cae682"))))
`(font-lock-warning-face ((,class (:foreground "#ccaa8f"))))
+ ;; Help faces
+ `(help-key-binding ((,class (:background "#333333" :foreground "#f6f3e8"))))
;; Button and link faces
`(link ((,class (:foreground "#8ac6f2" :underline t))))
`(link-visited ((,class (:foreground "#e5786d" :underline t))))