From 519836bbb7f5a65ed8b7575b52b7d54d09e93cd0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 29 Mar 2013 21:03:48 +0100 Subject: 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. --- yoshi-theme.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'yoshi-theme.el') 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)))) -- cgit v1.2.3-54-g00ecf