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:
parent
8852f98e46
commit
1409433589
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@
|
|||
`(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-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))))
|
||||
`(shadow ((t (:foreground ,yoshi-4))))
|
||||
`(success ((t (:foreground ,fggreen :weight bold))))
|
||||
|
|
Loading…
Reference in a new issue