branch: elpa/apropospriate-theme
commit 3d427734e82ec4822f02b8815d409e76625b71d6
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    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