aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 140ae1a..e7892c9 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -121,8 +121,9 @@
`(markdown-header-face-5 ((t (:inherit org-level-5))))
`(markdown-header-face-6 ((t (:inherit org-level-6))))
`(minibuffer-prompt ((t (:foreground ,lblue))))
- `(mode-line ((t (:background ,dwhite :foreground ,lblack :box unspecified))))
- `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lwhite :box unspecified :inherit unspecified))))
+ `(mode-line ((t (:background ,dwhite :foreground ,lblack :box (:color ,dwhite :line-width 1 :style nil)))))
+ `(mode-line-buffer-id ((t (:foreground ,lpurple :weight bold))))
+ `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lwhite :box (:color ,dwhite :line-width 1 :style nil) :inherit unspecified))))
`(org-agenda-calendar-sexp ((t (:foreground ,lyellow))))
`(org-agenda-current-time ((t (:foreground ,lorange :weight bold))))
`(org-agenda-date ((t (:foreground ,dcyan))))