From: Stefan Kangas Date: Sat, 13 Mar 2021 19:14:54 +0000 (+0100) Subject: Add help-key-binding styling to wombat theme X-Git-Tag: emacs-28.0.90~3285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34b49ee8e9ff5b8615aa0c6f3de41be59d7557df;p=emacs.git Add help-key-binding styling to wombat theme * etc/themes/wombat-theme.el (help-key-binding): Add face definition. --- 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))))