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

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

[nongnu] elpa/monokai-theme f8c5cb3 095/207: Use use colours with more c


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme f8c5cb3 095/207: Use use colours with more contrast for *-hc variables
Date: Thu, 21 Oct 2021 18:07:39 -0400 (EDT)

branch: elpa/monokai-theme
commit f8c5cb3fcff19cdf69347db8f9c70320ec91834d
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Use use colours with more contrast for *-hc variables
---
 monokai-theme.el | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index ee458d2..61e7f2a 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -139,22 +139,22 @@ Also affects 'linum-mode' background."
        (monokai-fg-hc            "#141414")
        (monokai-fg-lc            "#171A0B")
        ;; High contrast colors
-       (monokai-yellow-hc        monokai-yellow-l)
-       (monokai-yellow-lc        monokai-yellow-d)
-       (monokai-orange-hc        monokai-orange-l)
-       (monokai-orange-lc        monokai-orange-d)
-       (monokai-red-hc           monokai-red-l)
-       (monokai-red-lc           monokai-red-d)
-       (monokai-magenta-hc       monokai-magenta-l)
-       (monokai-magenta-lc       monokai-magenta-d)
-       (monokai-violet-hc        monokai-violet-l)
-       (monokai-violet-lc        monokai-violet-d)
-       (monokai-blue-hc          monokai-blue-l)
-       (monokai-blue-lc          monokai-blue-d)
-       (monokai-cyan-hc          monokai-cyan-l)
-       (monokai-cyan-lc          monokai-cyan-d)
-       (monokai-green-hc         monokai-green-l)
-       (monokai-green-lc         monokai-green-d)
+       (monokai-yellow-hc        "#FFFACE")
+       (monokai-yellow-lc        "#9A8F21")
+       (monokai-orange-hc        "#FFBE74")
+       (monokai-orange-lc        "#A75B00")
+       (monokai-red-hc           "#FEB0CC")
+       (monokai-red-lc           "#F20055")
+       (monokai-magenta-hc       "#FEC6F9")
+       (monokai-magenta-lc       "#F309DF")
+       (monokai-violet-hc        "#F0E7FF")
+       (monokai-violet-lc        "#7830FC")
+       (monokai-blue-hc          "#CAF5FD")
+       (monokai-blue-lc          "#1DB4D0")
+       (monokai-cyan-hc          "#D3FBF6")
+       (monokai-cyan-lc          "#4BBEAE")
+       (monokai-green-hc         "#CCF47C")
+       (monokai-green-lc         "#679A01")
        ;; customize based face properties
        (s-variable-pitch         (if monokai-use-variable-pitch
                                      'variable-pitch 'default))



reply via email to

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