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

    Adjust indentation in one place
---
 doric-themes.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index ccd911e908..d6be58b9f7 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1424,8 +1424,9 @@ is either the `dark' or `light' symbol."
 
             `(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)))
+                :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))

Reply via email to