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

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

[nongnu] elpa/spacemacs-theme 6b49a05e7a 143/336: Tweak highlight color


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 6b49a05e7a 143/336: Tweak highlight color
Date: Fri, 14 Jan 2022 10:59:26 -0500 (EST)

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

    Tweak highlight color
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 6fd1eef646..a6f41e46f0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -97,7 +97,7 @@
         (head3-bg      (if (eq variant 'dark) (if (display-graphic-p) 
"#293235" "#262626") (if (display-graphic-p) "#edf2e9" "#ffffff")))
         (head4         (if (eq variant 'dark) (if (display-graphic-p) 
"#b1951d" "#875f00") (if (display-graphic-p) "#b1951d" "#875f00")))
         (head4-bg      (if (eq variant 'dark) (if (display-graphic-p) 
"#32322c" "#262626") (if (display-graphic-p) "#f6f1e1" "#ffffff")))
-        (highlight     (if (eq variant 'dark) (if (display-graphic-p) 
"#3f4953" "#444444") (if (display-graphic-p) "#d3d3e7" "#d7d7ff")))
+        (highlight     (if (eq variant 'dark) (if (display-graphic-p) 
"#444155" "#444444") (if (display-graphic-p) "#d3d3e7" "#d7d7ff")))
         (keyword       (if (eq variant 'dark) (if (display-graphic-p) 
"#4f97d7" "#268bd2") (if (display-graphic-p) "#3a81c3" "#268bd2")))
         (lnum          (if (eq variant 'dark) (if (display-graphic-p) 
"#44505c" "#444444") (if (display-graphic-p) "#a8a8bf" "#af87af")))
         (mat           (if (eq variant 'dark) (if (display-graphic-p) 
"#86dc2f" "#86dc2f") (if (display-graphic-p) "#ba2f59" "#af005f")))



reply via email to

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