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

Add ‘mode-line-highlight’ face

This commit is contained in:
Tom Willemse 2020-12-18 00:02:20 -08:00
parent 8852f98e46
commit 1409433589

View file

@ -86,7 +86,8 @@
`(minibuffer-prompt ((t (:foreground ,fgblue)))) `(minibuffer-prompt ((t (:foreground ,fgblue))))
`(mode-line ((t (:background ,yoshi-2 :foreground ,yoshi-6 :box (:color ,yoshi-2 :line-width 5 :style nil))))) `(mode-line ((t (:background ,yoshi-2 :foreground ,yoshi-6 :box (:color ,yoshi-2 :line-width 5 :style nil)))))
`(mode-line-buffer-id ((t (:background ,fgred :foreground ,yoshi-6 :box (:color ,fgred :line-width 5 :style nil))))) `(mode-line-buffer-id ((t (:background ,fgred :foreground ,yoshi-6 :box (:color ,fgred :line-width 5 :style nil)))))
`(mode-line-inactive ((t (:background ,yoshi-1 :foreground ,yoshi-5 :box (:color ,yoshi-1 :line-width 5 :sytle nil))))) `(mode-line-highlight ((t (:background ,yoshi-3 :foreground ,yoshi-6 :box (:color ,yoshi-3 :line-width 5 :style nil)))))
`(mode-line-inactive ((t (:background ,yoshi-1 :foreground ,yoshi-5 :box (:color ,yoshi-1 :line-width 5 :style nil)))))
`(region ((t (:background ,bgblue)))) `(region ((t (:background ,bgblue))))
`(shadow ((t (:foreground ,yoshi-4)))) `(shadow ((t (:foreground ,yoshi-4))))
`(success ((t (:foreground ,fggreen :weight bold)))) `(success ((t (:foreground ,fggreen :weight bold))))