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).
This commit is contained in:
Lars Ingebrigtsen 2019-07-11 16:42:16 +02:00
parent 0a3d727cb1
commit 9912cf376c

View file

@ -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