diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-11 16:42:16 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-11 16:42:16 +0200 |
commit | 9912cf376c187613e64333ff2952b5061e2986af (patch) | |
tree | e852e001b0e55bf6fe7bf25229b9fc86c317e8e6 /etc/themes | |
parent | 0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd (diff) | |
download | emacs-9912cf376c187613e64333ff2952b5061e2986af.tar.gz emacs-9912cf376c187613e64333ff2952b5061e2986af.tar.bz2 emacs-9912cf376c187613e64333ff2952b5061e2986af.zip |
Tweak misterioso header line background color
* etc/themes/misterioso-theme.el (class): Make the header line
background darker so that cedet function names and parameters are
legible (bug#33061).
Diffstat (limited to 'etc/themes')
-rw-r--r-- | etc/themes/misterioso-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el index cac76d681eb..727270c27f5 100644 --- a/etc/themes/misterioso-theme.el +++ b/etc/themes/misterioso-theme.el @@ -45,7 +45,7 @@ `(mode-line ((,class (:background "#212931" :foreground "#eeeeec")))) `(mode-line-inactive ((,class (:background "#878787" :foreground "#eeeeec")))) - `(header-line ((,class (:background "#e5e5e5" :foreground "#333333")))) + `(header-line ((,class (:background "#808080" :foreground "#333333")))) ;; Escape and prompt faces `(minibuffer-prompt ((,class (:foreground "#729fcf" :weight bold)))) ;; Font lock faces |