branch: externals/standard-themes
commit 2cfdc0f617a37917a15f9c0c2c6d1cff778e6f83
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Apply the fg-mode-line-inactive semantic colour mapping
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 360bb5ad10..19804c695f 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1530,7 +1530,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(mode-line-highlight ((,c :inherit highlight)))
     `(mode-line-inactive ((,c :inherit standard-themes-ui-variable-pitch
                               :box (:line-width -1 :color 
,border-mode-line-inactive)
-                              :background ,bg-mode-line-inactive :foreground 
,fg-dim)))
+                              :background ,bg-mode-line-inactive :foreground 
,fg-mode-line-inactive)))
 ;;;; mu4e
     `(mu4e-attach-number-face ((,c :inherit bold :foreground ,fg-dim)))
     `(mu4e-cited-1-face ((,c :inherit message-cited-text-1)))

Reply via email to