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

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

[nongnu] elpa/spacemacs-theme cf1b28b526 041/336: Fixed the comments bac


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme cf1b28b526 041/336: Fixed the comments background contrast in light version.
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

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

    Fixed the comments background contrast in light version.
---
 spacemacs-light-theme.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 993b97140a..9a3f124531 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -53,7 +53,6 @@
       (keyword    (if (display-graphic-p) "#237fbf" "#268bd2"))
       (const      (if (display-graphic-p) "#4e3163" "#8700af"))
       (comment    (if (display-graphic-p) "#2aa198" "#2aa198"))
-      (comment-bg (if (display-graphic-p) "#f6f5ec" "#d0d0d0"))
       (func       (if (display-graphic-p) "#6c3163" "#8700af"))
       (str        (if (display-graphic-p) "#2aa198" "#2aa198"))
       (type       (if (display-graphic-p) "#6c4173" "#8700af"))
@@ -73,7 +72,7 @@
       (highlight  (if (display-graphic-p) "#d3d3e7" "#d7d7ff"))
 
       ;; customizable properties
-      (comment-bg (if comment-background (if (display-graphic-p) "#f6f5ec" 
"#ffffff") nil)))
+      (comment-bg (if comment-background (if (display-graphic-p) "#eff3ea" 
"#ffffff") nil)))
 
   (custom-theme-set-faces
    'spacemacs-light



reply via email to

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