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

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

[nongnu] elpa/apropospriate-theme 3d42773 027/118: darken yellows for li


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 3d42773 027/118: darken yellows for light variant
Date: Thu, 21 Oct 2021 18:02:16 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 3d427734e82ec4822f02b8815d409e76625b71d6
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    darken yellows for light variant
---
 apropospriate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index b1e223b..62403f1 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -34,8 +34,8 @@
          (base01   (if (eq variant 'light) "#90A4AE" "#757575"))
          (base02   (if (eq variant 'light) "#78909C" "#9E9E9E"))
          (base03   (if (eq variant 'light) "#546E7A" "#E0E0E0"))
-         (yellow   (if (eq variant 'light) "#FFA000" "#FFEE58"))
-         (yellow-1 (if (eq variant 'light) "#FFD600" "#FFF59D"))
+         (yellow   (if (eq variant 'light) "#F57F17" "#FFEE58"))
+         (yellow-1 (if (eq variant 'light) "#F9A725" "#FFF59D"))
          (brown    (if (eq variant 'light) "#4E342E" "#BCAAA4"))
          (brown-1  (if (eq variant 'light) "#6D4C41" "#D7CCC8"))
          (orange   (if (eq variant 'light) "#D84315" "#FFCC80"))



reply via email to

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