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

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

[nongnu] elpa/spacemacs-theme c6132d3258 085/336: Making string literals


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c6132d3258 085/336: Making string literals a bit different than comments
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

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

    Making string literals a bit different than comments
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 12a2e54a5e..e69a933361 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -65,7 +65,7 @@
         (comment       (if (eq variant 'dark) (if (display-graphic-p) 
"#2aa198" "#2aa198") (if (display-graphic-p) "#2aa198" "#2aa198")))
         (comment-bg    (if (eq variant 'dark) (if (display-graphic-p) 
"#293234" "#262626") (if (display-graphic-p) "#eff3ea" "#ffffff")))
         (func          (if (eq variant 'dark) (if (display-graphic-p) 
"#bc6ec5" "#d75fd7") (if (display-graphic-p) "#6c3163" "#8700af")))
-        (str           (if (eq variant 'dark) (if (display-graphic-p) 
"#2aa198" "#2aa198") (if (display-graphic-p) "#2aa198" "#2aa198")))
+        (str           (if (eq variant 'dark) (if (display-graphic-p) 
"#2d9574" "#2aa198") (if (display-graphic-p) "#2d9574" "#2aa198")))
         (type          (if (eq variant 'dark) (if (display-graphic-p) 
"#38a882" "#5faf87") (if (display-graphic-p) "#428374" "#008787")))
         (comp          (if (eq variant 'dark) (if (display-graphic-p) 
"#c56ec3" "#d75fd7") (if (display-graphic-p) "#6c4173" "#8700af")))
         (var           (if (eq variant 'dark) (if (display-graphic-p) 
"#7590db" "#8787d7") (if (display-graphic-p) "#715ab1" "#af5fd7")))



reply via email to

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