branch: externals/doric-themes
commit 70adc6d0a32531cf787e82ef8aabe15f85282b11
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Use :box for the mode lines
---
 doric-themes.el | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 41928bc6c9..b1793206b1 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -261,8 +261,6 @@ the list becomes the last.  Do not modify THEMES in the 
process."
     gnus-summary-cancelled
     magit-blame-highlight
     magit-diff-lines-boundary
-    mode-line
-    mode-line-active
     region
     show-paren-match
     speedbar-separator-face
@@ -332,7 +330,6 @@ the list becomes the last.  Do not modify THEMES in the 
process."
     markdown-blockquote-face
     match
     menu
-    mode-line-inactive
     mu4e-region-code
     notmuch-crypto-decryption
     notmuch-crypto-signature-bad
@@ -1371,6 +1368,17 @@ the list becomes the last.  Do not modify THEMES in the 
process."
             `(magit-section-highlight (( )))
 
             `(markdown-code-face ((t :background ,bg-shadow-subtle :extend t)))
+
+            `(mode-line
+              ((((supports :box t))
+                 :box ,fg-shadow-subtle :background ,bg-shadow-intense 
:foreground ,fg-shadow-intense)
+                (t :background ,bg-shadow-intense :foreground 
,fg-shadow-intense)))
+            `(mode-line-active ((t :inherit mode-line)))
+            `(mode-line-inactive
+              ((((supports :box t))
+                :box ,bg-shadow-intense :background ,bg-shadow-subtle 
:foreground ,fg-shadow-subtle)
+               (t :background ,bg-shadow-subtle :foreground 
,fg-shadow-subtle)))
+
             `(notmuch-message-summary-face
               ((((supports :overline t))
                  :overline ,fg-shadow-subtle)

Reply via email to