From 4655dfba110fd212265e71304eb9df595f835032 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:08:44 +0200 Subject: Change mode-line colors I don't want *everything* to be gray... --- yoshi-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 8a9e757..bac03b0 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -232,9 +232,9 @@ `(message-mml ((t (:foreground ,green5)))) `(message-separator ((t (:foreground ,blue5)))) `(minibuffer-prompt ((t (:foreground ,blue5)))) - `(mode-line ((t (:background ,blue2 :foreground ,gray6 :box (:color ,gray2 :line-width 1 :style nil))))) - `(mode-line-buffer-id ((t (:foreground ,purple4 :weight bold)))) - `(mode-line-inactive ((t (:weight normal :background ,gray2 :foreground ,gray5 :box (:color ,gray2 :line-width 1 :style nil) :inherit unspecified)))) + `(mode-line ((t (:background ,blue3 :foreground ,gray6 :box (:color ,blue3 :line-width 2 :style nil))))) + `(mode-line-buffer-id ((t (:foreground ,orange6 :weight bold)))) + `(mode-line-inactive ((t (:weight normal :background ,gray2 :foreground ,gray5 :box (:color ,gray2 :line-width 2 :style nil) :inherit unspecified)))) `(org-agenda-calendar-sexp ((t (:foreground ,yellow5)))) `(org-agenda-current-time ((t (:foreground ,orange5 :weight bold)))) `(org-agenda-date ((t (:foreground ,cyan2)))) -- cgit v1.2.3-54-g00ecf