1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

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.
This commit is contained in:
Tom Willemsen 2013-03-29 21:03:48 +01:00
parent 256f601194
commit 519836bbb7

View file

@ -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))))