]> git.eshelyaron.com Git - emacs.git/commitdiff
Add help-key-binding styling to wombat theme
authorStefan Kangas <stefan@marxist.se>
Sat, 13 Mar 2021 19:14:54 +0000 (20:14 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 13 Mar 2021 19:15:20 +0000 (20:15 +0100)
* etc/themes/wombat-theme.el (help-key-binding): Add face
definition.

etc/themes/wombat-theme.el

index aaa7cceaf689649ce3eeae98aa35d0e3444145c6..d625b7f9cf7c5a75c275e11e93c34e4a9cdb7e7e 100644 (file)
@@ -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))))