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

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

[elpa] externals/ef-themes 6cba24b61e 3/3: ef-tritanopia-light: revise g


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 6cba24b61e 3/3: ef-tritanopia-light: revise graph colours
Date: Sat, 15 Oct 2022 16:57:40 -0400 (EDT)

branch: externals/ef-themes
commit 6cba24b61e04f308a00e080d9932a95261d031f7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    ef-tritanopia-light: revise graph colours
    
    The previous set was not optimal for blue-yellow colour deficiency.
    
    These are better than before, but they will never be perfect in
    practice because whatever mode displays graphs needs to be designed
    from the outset with tritanopia in mind.
    
    For example, the org-habit graph is BY DESIGN unsuitable for
    blue-yellow colour deficiency because of the colour coding it
    introduces combined with the way it displays its information.
    
    We cannot fix that at the theme level.
---
 ef-tritanopia-light-theme.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index ec78822360..76394355a1 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -111,15 +111,15 @@
       ;; Graphs
       (red-graph-0-bg     "#ef7969")
       (red-graph-1-bg     "#ffaab4")
-      (green-graph-0-bg   "#4faa09")
-      (green-graph-1-bg   "#8fef00")
-      (yellow-graph-0-bg  "#ffcf00")
-      (yellow-graph-1-bg  "#f9ff00")
-      (blue-graph-0-bg    "#7090ff")
-      (blue-graph-1-bg    "#9fc6ff")
-      (magenta-graph-0-bg "#e07fff")
-      (magenta-graph-1-bg "#fad0ff")
-      (cyan-graph-0-bg    "#70d3f0")
+      (green-graph-0-bg   "#90b7c0")
+      (green-graph-1-bg   "#a3dfe5")
+      (yellow-graph-0-bg  "#d99f9f")
+      (yellow-graph-1-bg  "#ffb58f")
+      (blue-graph-0-bg    "#80a0df")
+      (blue-graph-1-bg    "#9fcaff")
+      (magenta-graph-0-bg "#efafcf")
+      (magenta-graph-1-bg "#ffdaef")
+      (cyan-graph-0-bg    "#7fd3ed")
       (cyan-graph-1-bg    "#afefff")
 
       ;; Special hues



reply via email to

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