From b353ceb3e735448a5b36deed42ab91851fcb41ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20A=2E=20Aranda=20Guti=C3=A9rrez?= Date: Sat, 18 Feb 2023 11:38:04 +0000 Subject: [PATCH] flat-button box doesn't need :color Box style flat-button is an alternative to create a broader mode-line and you don't need to repeat the background color. --- etc/themes/whiteboard-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el index adbd69f1c6f..4350d7a1213 100644 --- a/etc/themes/whiteboard-theme.el +++ b/etc/themes/whiteboard-theme.el @@ -80,7 +80,7 @@ whiteboard `(minibuffer-prompt ((,class (:foreground "DodgerBlue4")))) `(mode-line ((,class (:background "gray75" :foreground "black" :box (:line-width 1 :style released-button))))) `(mode-line-buffer-id ((,class (:weight bold :background nil :foreground "blue4")))) - `(mode-line-inactive ((,class (:background "gray40" :foreground "black" :box (:line-width 1 :color "gray40" :style nil))))) + `(mode-line-inactive ((,class (:background "gray40" :foreground "black" :box (:line-width 1 :style flat-button))))) `(outline-1 ((,class (:foreground "Blue3")))) `(outline-2 ((,class (:foreground "DodgerBlue")))) `(outline-3 ((,class (:foreground "SteelBlue")))) -- 2.34.1