diff options
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 |