aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-09-18 05:01:24 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-09-18 05:01:50 +0300
commit6712c01430f0bcb09f9ce71b6d7856c322f85fa0 (patch)
tree1f51af81fb22983031c7e3ace38843d81fed6a87
parent7b90de837c38d65a1a920d6c88cbf7e1f358c106 (diff)
ef-deuteranopia-light: make intense bg blue/yellow
These are used for stuff like highlighting regexp groups in isearch or re-builder. Tweaking them this way is consistent with the objective of this theme.
-rw-r--r--ef-deuteranopia-light-theme.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index 199fe35..06d091a 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -81,12 +81,12 @@
(cyan-faint "#506fa0")
;; Basic hues for background values
- (bg-red "#ff8f88")
- (bg-green "#8adf80")
+ (bg-red "#cac200")
+ (bg-green "#9aaf80")
(bg-yellow "#fac200")
(bg-blue "#cbcfff")
- (bg-magenta "#ff9fef")
- (bg-cyan "#88c8ff")
+ (bg-magenta "#3fbfff")
+ (bg-cyan "#98e8ff")
(bg-red-subtle "#ffcfbf")
(bg-green-subtle "#afffbf")