From: Lars Ingebrigtsen Date: Thu, 11 Jul 2019 14:42:16 +0000 (+0200) Subject: Tweak misterioso header line background color X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2395 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9912cf376c187613e64333ff2952b5061e2986af;p=emacs.git 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). --- 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