aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))