Change modeline colors

This commit is contained in:
Tom Willemsen 2012-01-24 14:31:35 +01:00
parent 8dadd4a2e2
commit 232c9ba1d9

View file

@ -50,9 +50,9 @@
'(info-xref-visited ((t (:inherit 'mouse :underline t))))
;; mode-line
'(mode-line ((t (:inherit 'default :box (:line-width 1 :color "#19cdea")))))
'(mode-line-buffer-id ((t (:inherit 'font-lock-string-face :weight bold))))
'(mode-line-inactive ((t (:inherit 'mode-line :box (:color "#0c191c")))))
'(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
'(mode-line-buffer-id ((t (:weight bold))))
'(mode-line-inactive ((t (:inherit 'mode-line :background "#15abc3"))))
;; rainbow-delimiters
'(rainbow-delimiters-depth-1-face ((t (:foreground "#a3e8ef"))))