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

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

[nongnu] elpa/spacemacs-theme 0745db5043 014/336: Reducing the purple co


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 0745db5043 014/336: Reducing the purple color intensity and tweaking rainbow-delemiters
Date: Fri, 14 Jan 2022 10:58:53 -0500 (EST)

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

    Reducing the purple color intensity and tweaking rainbow-delemiters
---
 spacemacs-dark-theme.el  | 24 ++++++++++++------------
 spacemacs-light-theme.el | 12 ++++++------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index a2f328a2d0..756a36f574 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -40,19 +40,19 @@
       (const      (if (display-graphic-p) "#a45bad" "#d75fd7"))
       (comment    (if (display-graphic-p) "#2aa198" "#2aa198"))
       (comment-bg (if (display-graphic-p) "#282a32" "#282a32"))
-      (func       (if (display-graphic-p) "#b843c5" "#d75fd7"))
+      (func       (if (display-graphic-p) "#bc6ec5" "#d75fd7"))
       (str        (if (display-graphic-p) "#2aa198" "#2aa198"))
-      (type       (if (display-graphic-p) "#b843c5" "#d75fd7"))
+      (type       (if (display-graphic-p) "#c56ec3" "#d75fd7"))
       (var        (if (display-graphic-p) "#adaab3" "#adaab3"))
       (err        (if (display-graphic-p) "#e0211d" "#e0211d"))
       (war        (if (display-graphic-p) "#dc752f" "#dc752f"))
       (inf        (if (display-graphic-p) "#2f96dc" "#2f96dc"))
       (suc        (if (display-graphic-p) "#86dc2f" "#86dc2f"))
       (green      (if (display-graphic-p) "#67b11d" "#67b11d"))
-      (yellow     (if (display-graphic-p) "#b1951d" "#67b11d"))
-      (cyan       (if (display-graphic-p) "#28def0" "#67b11d"))
-      (violet     (if (display-graphic-p) "#a31db1" "#67b11d"))
-      (red        (if (display-graphic-p) "#f2241f" "#67b11d"))
+      (yellow     (if (display-graphic-p) "#b1951d" "#875f00"))
+      (cyan       (if (display-graphic-p) "#28def0" "#00ffff"))
+      (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"))
@@ -202,12 +202,12 @@
 
 ;;;;; rainbow-delimiters
    `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
-   `(rainbow-delimiters-depth-1-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-3-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-4-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-6-face ((,class :foreground ,type)))
+   `(rainbow-delimiters-depth-1-face ((,class :foreground ,base)))
+   `(rainbow-delimiters-depth-2-face ((,class :foreground ,func)))
+   `(rainbow-delimiters-depth-3-face ((,class :foreground ,builtin)))
+   `(rainbow-delimiters-depth-4-face ((,class :foreground ,str)))
+   `(rainbow-delimiters-depth-5-face ((,class :foreground ,war)))
+   `(rainbow-delimiters-depth-6-face ((,class :foreground ,cyan)))
    `(rainbow-delimiters-depth-7-face ((,class :foreground ,keyword)))
    `(rainbow-delimiters-depth-8-face ((,class :foreground ,type)))
 
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 1dae5d3414..8c7e0d7bba 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -202,12 +202,12 @@
 
 ;;;;; rainbow-delimiters
    `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
-   `(rainbow-delimiters-depth-1-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-3-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-4-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-6-face ((,class :foreground ,type)))
+   `(rainbow-delimiters-depth-1-face ((,class :foreground ,base)))
+   `(rainbow-delimiters-depth-2-face ((,class :foreground ,func)))
+   `(rainbow-delimiters-depth-3-face ((,class :foreground ,builtin)))
+   `(rainbow-delimiters-depth-4-face ((,class :foreground ,str)))
+   `(rainbow-delimiters-depth-5-face ((,class :foreground ,war)))
+   `(rainbow-delimiters-depth-6-face ((,class :foreground ,cyan)))
    `(rainbow-delimiters-depth-7-face ((,class :foreground ,keyword)))
    `(rainbow-delimiters-depth-8-face ((,class :foreground ,type)))
 



reply via email to

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