aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:08:44 +0200
committerGravatar Tom Willemse2013-05-24 20:08:44 +0200
commit4655dfba110fd212265e71304eb9df595f835032 (patch)
tree01d7b1a5ab3982f7dab3610caedc61571ce72e6e
parent30a53d487795207677ff0f819d7fba312b1680a8 (diff)
downloadyoshi-theme-4655dfba110fd212265e71304eb9df595f835032.tar.gz
yoshi-theme-4655dfba110fd212265e71304eb9df595f835032.zip
Change mode-line colors
I don't want *everything* to be gray...
-rw-r--r--yoshi-theme.el6
1 files 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))))