emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 05e239cafd 075/336: Merge pull request #10


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 05e239cafd 075/336: Merge pull request #10 from ahmadseleem/master
Date: Fri, 14 Jan 2022 10:59:10 -0500 (EST)

branch: elpa/spacemacs-theme
commit 05e239cafd87750a8da75a591bd70f0524548624
Merge: 6360910cc5 1ca313fbbd
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: Nasser Alshammari <designernasser@gmail.com>

    Merge pull request #10 from ahmadseleem/master
    
    polish - mode-line same height active / inactive
---
 spacemacs-common.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 352b59a761..ba4c583d66 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -81,6 +81,7 @@
         (active1       (if (eq variant 'dark) (if (display-graphic-p) 
"#222226" "#121212") (if (display-graphic-p) "#e7e5eb" "#d7dfff")))
         (active2       (if (eq variant 'dark) (if (display-graphic-p) 
"#5d4d7a" "#444444") (if (display-graphic-p) "#d3d3e7" "#afafd7")))
         (inactive      (if (eq variant 'dark) (if (display-graphic-p) 
"#5d4d7a" "#111111") (if (display-graphic-p) "#9f8fbd" "#af87d7")))
+        (m-line-brdr   (if (eq variant 'dark) (if (display-graphic-p) 
"#5d4d7a" "#111111") (if (display-graphic-p) "#B3B9BE" "#B3B9BE")))
         (org-block-bg  (if (eq variant 'dark) (if (display-graphic-p) 
"#232528" "#262626") (if (display-graphic-p) "#d9e6dd" "#ffffff")))
         (org-h1-bg     (if (eq variant 'dark) (if (display-graphic-p) 
"#293239" "#121212") (if (display-graphic-p) "#edf1ed" "#ffffff")))
         (org-h2-bg     (if (eq variant 'dark) (if (display-graphic-p) 
"#293235" "#262626") (if (display-graphic-p) "#edf2e9" "#ffffff")))
@@ -339,9 +340,9 @@
      `(magit-section-title ((,class (:background ,bg1 :foreground ,builtin 
:weight bold))))
 
 ;;;;; mode-line
-     `(mode-line ((,class (:foreground ,base :background ,active1))))
+     `(mode-line           ((,class (:foreground ,base :background ,active1 
:box (:color ,m-line-brdr :line-width 1)))))
+     `(mode-line-inactive  ((,class (:foreground ,base :background ,bg1     
:box (:color ,m-line-brdr :line-width 1)))))
      `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
-     `(mode-line-inactive ((,class (:foreground ,base :background ,bg1 :box 
(:color ,inactive :line-width 1)))))
 
 ;;;;; neotree
      `(neo-dir-link-face ((,class (:foreground ,inf :weight bold))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]