From 1409433589a12fc7e0bbe6b819975d4b9cd600f8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2020 00:02:20 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98mode-line-highlight=E2=80=99=20f?= =?UTF-8?q?ace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yoshi-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))))