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

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

[nongnu] elpa/spacemacs-theme 2610ad168e 093/336: Applying same style fo


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 2610ad168e 093/336: Applying same style for the comments in the terminal
Date: Fri, 14 Jan 2022 10:59:16 -0500 (EST)

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

    Applying same style for the comments in the terminal
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4b6ca3473a..5cfac74308 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -62,7 +62,7 @@
         (builtin       (if (eq variant 'dark) (if (display-graphic-p) 
"#1f71ab" "#268bd2") (if (display-graphic-p) "#1f71ab" "#268bd2")))
         (keyword       (if (eq variant 'dark) (if (display-graphic-p) 
"#237fbf" "#268bd2") (if (display-graphic-p) "#237fbf" "#268bd2")))
         (const         (if (eq variant 'dark) (if (display-graphic-p) 
"#a45bad" "#d75fd7") (if (display-graphic-p) "#4e3163" "#8700af")))
-        (comment       (if (eq variant 'dark) (if (display-graphic-p) 
"#2aa1ae" "#2aa198") (if (display-graphic-p) "#2aa1ae" "#2aa198")))
+        (comment       (if (eq variant 'dark) (if (display-graphic-p) 
"#2aa1ae" "#008787") (if (display-graphic-p) "#2aa1ae" "#008787")))
         (comment-bg    (if (eq variant 'dark) (if (display-graphic-p) 
"#292e34" "#262626") (if (display-graphic-p) "#ecf3ec" "#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) 
"#2d9574" "#2aa198") (if (display-graphic-p) "#2d9574" "#2aa198")))



reply via email to

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