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

Change mode-line colors

I don't want *everything* to be gray...
This commit is contained in:
Tom Willemse 2013-05-24 20:08:44 +02:00
parent 30a53d4877
commit 4655dfba11

View file

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