aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-18 00:02:20 -0800
committerGravatar Tom Willemse2020-12-18 00:02:20 -0800
commit1409433589a12fc7e0bbe6b819975d4b9cd600f8 (patch)
tree957904fc26b000227cff7d8252155f6ba26035e3
parent8852f98e46074bcb1250ed2d6e07e509e56f1b5f (diff)
downloadyoshi-theme-1409433589a12fc7e0bbe6b819975d4b9cd600f8.tar.gz
yoshi-theme-1409433589a12fc7e0bbe6b819975d4b9cd600f8.zip
Add ‘mode-line-highlight’ face
-rw-r--r--yoshi-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 9211199..7927f77 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))