From 9912cf376c187613e64333ff2952b5061e2986af Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 11 Jul 2019 16:42:16 +0200 Subject: [PATCH] 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). --- etc/themes/misterioso-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5