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

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

[elpa] externals/ef-themes 986472b90d 6/7: Revise graph colours for deut


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 986472b90d 6/7: Revise graph colours for deuteranopia
Date: Fri, 7 Oct 2022 02:57:37 -0400 (EDT)

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

    Revise graph colours for deuteranopia
    
    These are much better than before, but they will never be perfect in
    practice because whatever mode displays graphs needs to be designed
    from the outset with deuteranopia in mind.
    
    For example, the org-habit graph is BY DESIGN unsuitable for red-green
    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-deuteranopia-dark-theme.el  | 20 ++++++++++----------
 ef-deuteranopia-light-theme.el | 18 +++++++++---------
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 0930b49d26..a4ed93a8c1 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -109,18 +109,18 @@
       (bg-removed-refine "#484800")
 
       ;; Graphs
-      (red-graph-0-bg     "#b52c2c")
-      (red-graph-1-bg     "#702020")
-      (green-graph-0-bg   "#4fd100")
-      (green-graph-1-bg   "#007800")
-      (yellow-graph-0-bg  "#f1e00a")
-      (yellow-graph-1-bg  "#b08600")
+      (red-graph-0-bg     "#705c3c")
+      (red-graph-1-bg     "#504420")
+      (green-graph-0-bg   "#4f666f")
+      (green-graph-1-bg   "#204840")
+      (yellow-graph-0-bg  "#c1c00a")
+      (yellow-graph-1-bg  "#6f6f00")
       (blue-graph-0-bg    "#2fafef")
       (blue-graph-1-bg    "#1f2f8f")
-      (magenta-graph-0-bg "#bf94fe")
-      (magenta-graph-1-bg "#5f509f")
-      (cyan-graph-0-bg    "#47dfea")
-      (cyan-graph-1-bg    "#00808f")
+      (magenta-graph-0-bg "#7f7f8e")
+      (magenta-graph-1-bg "#4f4f5f")
+      (cyan-graph-0-bg    "#376f9a")
+      (cyan-graph-1-bg    "#00404f")
 
       ;; Special hues
       (bg-mode-line  "#003f8f") (fg-mode-line  "#ffffff")
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index 0987c46659..df3c0a8e73 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -109,18 +109,18 @@
       (bg-removed-refine "#f0da88")
 
       ;; Graphs
-      (red-graph-0-bg     "#ef7969")
-      (red-graph-1-bg     "#ffaab4")
-      (green-graph-0-bg   "#4faa09")
-      (green-graph-1-bg   "#8fef00")
+      (red-graph-0-bg     "#b0b029")
+      (red-graph-1-bg     "#e0cab4")
+      (green-graph-0-bg   "#90b7c0")
+      (green-graph-1-bg   "#a3dfe5")
       (yellow-graph-0-bg  "#ffcf00")
       (yellow-graph-1-bg  "#f9ff00")
-      (blue-graph-0-bg    "#7090ff")
+      (blue-graph-0-bg    "#7f9fff")
       (blue-graph-1-bg    "#9fc6ff")
-      (magenta-graph-0-bg "#e07fff")
-      (magenta-graph-1-bg "#fad0ff")
-      (cyan-graph-0-bg    "#70d3f0")
-      (cyan-graph-1-bg    "#afefff")
+      (magenta-graph-0-bg "#b0b0d0")
+      (magenta-graph-1-bg "#d0dfdf")
+      (cyan-graph-0-bg    "#6faad9")
+      (cyan-graph-1-bg    "#bfe0ff")
 
       ;; Special hues
       (bg-mode-line  "#99c7ff") (fg-mode-line  "#0a0a1f")



reply via email to

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