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

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

[elpa] externals/modus-themes 66b85092c4: Recalibrate "graph" colours


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 66b85092c4: Recalibrate "graph" colours
Date: Wed, 3 May 2023 00:59:05 -0400 (EDT)

branch: externals/modus-themes
commit 66b85092c4af2877f3a54f7563e1d83bdc25fe65
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Recalibrate "graph" colours
    
    These are most notably used by the 'org-habit' consistency graph,
    which is displayed in the Org agenda.
---
 modus-operandi-theme.el        | 6 +++---
 modus-operandi-tinted-theme.el | 6 +++---
 modus-vivendi-theme.el         | 4 ++--
 modus-vivendi-tinted-theme.el  | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a2806e0884..09723cd436 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -139,11 +139,11 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-graph-red-0     "#ef7969")
       (bg-graph-red-1     "#ffaab4")
-      (bg-graph-green-0   "#4faa09")
-      (bg-graph-green-1   "#8fef00")
+      (bg-graph-green-0   "#2fe029")
+      (bg-graph-green-1   "#75ef30")
       (bg-graph-yellow-0  "#ffcf00")
       (bg-graph-yellow-1  "#f9ff00")
-      (bg-graph-blue-0    "#7090ff")
+      (bg-graph-blue-0    "#7f90ff")
       (bg-graph-blue-1    "#9fc6ff")
       (bg-graph-magenta-0 "#e07fff")
       (bg-graph-magenta-1 "#fad0ff")
diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index 6233ddaa74..e3f69271a4 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -138,11 +138,11 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-graph-red-0     "#ef7969")
       (bg-graph-red-1     "#ffaab4")
-      (bg-graph-green-0   "#4faa09")
-      (bg-graph-green-1   "#8fef00")
+      (bg-graph-green-0   "#2fe029")
+      (bg-graph-green-1   "#75ef30")
       (bg-graph-yellow-0  "#ffcf00")
       (bg-graph-yellow-1  "#f9ff00")
-      (bg-graph-blue-0    "#7090ff")
+      (bg-graph-blue-0    "#7f90ff")
       (bg-graph-blue-1    "#9fc6ff")
       (bg-graph-magenta-0 "#e07fff")
       (bg-graph-magenta-1 "#fad0ff")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index fb0e33a580..b18cb69955 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -138,10 +138,10 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-graph-red-0     "#b52c2c")
       (bg-graph-red-1     "#702020")
-      (bg-graph-green-0   "#4fd100")
+      (bg-graph-green-0   "#0fed00")
       (bg-graph-green-1   "#007800")
       (bg-graph-yellow-0  "#f1e00a")
-      (bg-graph-yellow-1  "#b08600")
+      (bg-graph-yellow-1  "#b08940")
       (bg-graph-blue-0    "#2fafef")
       (bg-graph-blue-1    "#1f2f8f")
       (bg-graph-magenta-0 "#bf94fe")
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 8386f661be..a44c140196 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -132,10 +132,10 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-graph-red-0     "#b52c2c")
       (bg-graph-red-1     "#702020")
-      (bg-graph-green-0   "#4fd100")
+      (bg-graph-green-0   "#0fed00")
       (bg-graph-green-1   "#007800")
       (bg-graph-yellow-0  "#f1e00a")
-      (bg-graph-yellow-1  "#b08600")
+      (bg-graph-yellow-1  "#b08940")
       (bg-graph-blue-0    "#2fafef")
       (bg-graph-blue-1    "#1f2f8f")
       (bg-graph-magenta-0 "#bf94fe")



reply via email to

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