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

    Make use of border-mode-line-inactive semantic color mapping
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to