branch: elpa/spacemacs-theme
commit cbdf5df339e4e9c1abd2d6a472b9931740acd19d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Reduced the blue colors of both themes
---
 spacemacs-dark-theme.el  | 4 ++--
 spacemacs-light-theme.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 1c84d39870..23c47311b0 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -35,8 +35,8 @@
       (bg4        (if (display-graphic-p) "#0a0814" "#080808"))
       (key1       (if (display-graphic-p) "#4f97d7" "#4f97d7"))
       (key2       (if (display-graphic-p) "#277bb8" "#277bb8"))
-      (builtin    (if (display-graphic-p) "#268bd2" "#268bd2"))
-      (keyword    (if (display-graphic-p) "#268bd2" "#268bd2"))
+      (builtin    (if (display-graphic-p) "#1f71ab" "#268bd2"))
+      (keyword    (if (display-graphic-p) "#237fbf" "#268bd2"))
       (const      (if (display-graphic-p) "#a45bad" "#d75fd7"))
       (comment    (if (display-graphic-p) "#2aa198" "#2aa198"))
       (comment-bg (if (display-graphic-p) "#282a32" "#282a32"))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index eec26df453..a513f1155f 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -35,8 +35,8 @@
       (bg4        (if (display-graphic-p) "#d2ceda" "#bcbcbc"))
       (key1       (if (display-graphic-p) "#4f97d7" "#4f97d7"))
       (key2       (if (display-graphic-p) "#277bb8" "#277bb8"))
-      (builtin    (if (display-graphic-p) "#268bd2" "#268bd2"))
-      (keyword    (if (display-graphic-p) "#268bd2" "#268bd2"))
+      (builtin    (if (display-graphic-p) "#1f71ab" "#268bd2"))
+      (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"))

Reply via email to