From a4a55082a181df2c3036e5e9e665330c8ffdb178 Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Fri, 8 Dec 2023 12:09:13 -0500 Subject: [PATCH] Better inactive modeline background --- petrol-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/petrol-theme.el b/petrol-theme.el index d6dcc3a..3b2dbc0 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -140,9 +140,9 @@ ) )) ) - `(mode-line-inactive ((,class (:background "#cccccc" + `(mode-line-inactive ((,class (:background "#1c4a5c" :foreground "#f2f2f2" - :box (:line-width 5 :color "#cccccc") + :box (:line-width 5 :color "#1c4a5c") ) )) )