mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Change mode-line colors
I don't want *everything* to be gray...
This commit is contained in:
parent
30a53d4877
commit
4655dfba11
1 changed files with 3 additions and 3 deletions
|
@ -232,9 +232,9 @@
|
||||||
`(message-mml ((t (:foreground ,green5))))
|
`(message-mml ((t (:foreground ,green5))))
|
||||||
`(message-separator ((t (:foreground ,blue5))))
|
`(message-separator ((t (:foreground ,blue5))))
|
||||||
`(minibuffer-prompt ((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 ((t (:background ,blue3 :foreground ,gray6 :box (:color ,blue3 :line-width 2 :style nil)))))
|
||||||
`(mode-line-buffer-id ((t (:foreground ,purple4 :weight bold))))
|
`(mode-line-buffer-id ((t (:foreground ,orange6 :weight bold))))
|
||||||
`(mode-line-inactive ((t (:weight normal :background ,gray2 :foreground ,gray5 :box (:color ,gray2 :line-width 1 :style nil) :inherit unspecified))))
|
`(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-calendar-sexp ((t (:foreground ,yellow5))))
|
||||||
`(org-agenda-current-time ((t (:foreground ,orange5 :weight bold))))
|
`(org-agenda-current-time ((t (:foreground ,orange5 :weight bold))))
|
||||||
`(org-agenda-date ((t (:foreground ,cyan2))))
|
`(org-agenda-date ((t (:foreground ,cyan2))))
|
||||||
|
|
Loading…
Reference in a new issue