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

    Also set the mode-line-active in standard-themes-custom-faces
---
 standard-themes.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/standard-themes.el b/standard-themes.el
index b041533aa6..04bd82bbcf 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -165,6 +165,13 @@ if you prefer to blend Standard and Modus into a single 
group, enable
     `(magit-section-highlight ((,c :background ,bg-alt)))
     `(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading 
:background ,bg-alt)))
     `(mode-line
+      ((default :inherit modus-themes-ui-variable-pitch
+                :background ,bg-mode-line-active
+                :foreground ,fg-mode-line-active)
+       (((supports :box t))
+        ,@(modus-themes--box border-mode-line-active nil 'released-button))
+       (t :underline ,border-mode-line-active)))
+    `(mode-line-active
       ((default :inherit modus-themes-ui-variable-pitch
                 :background ,bg-mode-line-active
                 :foreground ,fg-mode-line-active)

Reply via email to