aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-29 21:03:48 +0100
committerGravatar Tom Willemsen2013-03-29 21:03:48 +0100
commit519836bbb7f5a65ed8b7575b52b7d54d09e93cd0 (patch)
tree16fa6e09c910ab70e85022eac3102ba37a76fbfe
parent256f6011945b05b19ed6fa73c8a69381f74ae191 (diff)
downloadyoshi-theme-519836bbb7f5a65ed8b7575b52b7d54d09e93cd0.tar.gz
yoshi-theme-519836bbb7f5a65ed8b7575b52b7d54d09e93cd0.zip
Update mode-line faces
Add a `mode-line-buffer-id' face and update the `mode-line' and `mode-line-inactive' faces to keep them the same size and a little clearer when the mode-line is inactive by putting a small border around it.
-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))))