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

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

[nongnu] elpa/spacemacs-theme ecf7b942e7 026/336: Mode-line update for t


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme ecf7b942e7 026/336: Mode-line update for the dark variant
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

branch: elpa/spacemacs-theme
commit ecf7b942e72524dac153737391d0195a8df14fa3
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Mode-line update for the dark variant
---
 spacemacs-dark-theme.el  | 7 ++++---
 spacemacs-light-theme.el | 3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 865b754d7b..7cc6ef01ec 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -28,7 +28,8 @@
 
 (deftheme spacemacs-dark)
 (let ((class '((class color) (min-colors 89)))
-      (base "#b2b2b2");;                     GUI       TER
+      ;;                                     GUI       TER
+      (base       (if (display-graphic-p) "#b2b2b2" "#b2b2b2"))
       (bg1        (if (display-graphic-p) "#292b2e" "#262626"))
       (bg2        (if (display-graphic-p) "#212026" "#1c1c1c"))
       (bg3        (if (display-graphic-p) "#100a14" "#121212"))
@@ -54,8 +55,8 @@
       (violet     (if (display-graphic-p) "#a31db1" "#af00df"))
       (red        (if (display-graphic-p) "#f2241f" "#d70000"))
       (active1    (if (display-graphic-p) "#222226" "#121212"))
-      (active2    (if (display-graphic-p) "#304060" "#444444"))
-      (inactive   (if (display-graphic-p) "#304060" "#111111"))
+      (active2    (if (display-graphic-p) "#5d4d7a" "#444444"))
+      (inactive   (if (display-graphic-p) "#5d4d7a" "#111111"))
       (highlight  (if (display-graphic-p) "#433f4d" "#444444")))
 
   (custom-theme-set-faces
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 74494733bd..8995175676 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -28,7 +28,8 @@
 
 (deftheme spacemacs-light)
 (let ((class '((class color) (min-colors 89)))
-      (base "#655370");;                     GUI       TER
+      ;;                                     GUI       TER
+      (base       (if (display-graphic-p) "#655370" "#5f5f87"))
       (bg1        (if (display-graphic-p) "#fbf8ef" "#ffffff"))
       (bg2        (if (display-graphic-p) "#efeae9" "#e4e4e4"))
       (bg3        (if (display-graphic-p) "#e3dedd" "#d0d0d0"))



reply via email to

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