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

    Make the active mode line border use a more appropriate colour
---
 doric-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index c5a132e4d2..5dfa843332 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1441,8 +1441,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             `(mode-line
               ((default :background ,bg-shadow-intense :foreground 
,fg-shadow-intense)
                (((supports :box t))
-                :box ,fg-shadow-subtle)
-               (t :underline ,fg-shadow-subtle)))
+                :box ,border)
+               (t :underline ,border)))
 
             `(mode-line-active ((t :inherit mode-line)))
             `(mode-line-inactive

Reply via email to