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

    brighten red-1
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 06b2f56..2b545f0 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -41,7 +41,7 @@
          (orange   (if (eq variant 'light) "#D84315" "#FFCC80"))
          (orange-1 (if (eq variant 'light) "#FF5722" "#FFA726"))
          (red      (if (eq variant 'light) "#D50000" "#E57373"))
-         (red-1    (if (eq variant 'light) "#FF1744" "#D32F2F"))
+         (red-1    (if (eq variant 'light) "#FF1744" "#EF9A9A"))
          (pink     (if (eq variant 'light) "#F8BBD0" "#F8BBD0"))
          (pink-1   (if (eq variant 'light) "#EC407A" "#FF80AB"))
          (purple   (if (eq variant 'light) "#7E57C2" "#E1BEE7"))

Reply via email to