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

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

[elpa] externals/modus-operandi-theme 3306e4b 64/99: Amend adeee9f73:Nor


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3306e4b 64/99: Amend adeee9f73:Normalise luminance of nuanced bgs
Date: Fri, 31 Jul 2020 09:25:26 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 3306e4bd7d6b9cc880dff6966c4f02352af8beb8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Amend adeee9f73:Normalise luminance of nuanced bgs
    
    The new values are slightly less luminant, meaning that they work better
    for their intended purpose (e.g. as a backdrop in colourful Org source
    blocks).
    
    The original report on my website is updated accordingly:
    https://protesilaos.com/codelog/2020-07-08-modus-themes-nuanced-colours/
    
    (it includes a reproducible Org buffer where you can check the contrast
    ratios)
    
    See issue 57 for discussion and screenshots:
    https://gitlab.com/protesilaos/modus-themes/-/issues/57
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 62aca25..5528c24 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -732,9 +732,9 @@ AMOUNT is a customisation option."
       ;; styles for slightly accented background
       ;;
       ;; must be combined with any of the above foreground values
-      ("red-nuanced-bg" . "#ffecec") ("green-nuanced-bg" . "#dff8d0")
-      ("yellow-nuanced-bg" . "#ffefcf") ("blue-nuanced-bg" . "#efefff")
-      ("magenta-nuanced-bg" . "#ffeaff") ("cyan-nuanced-bg" . "#e7f2f9")
+      ("red-nuanced-bg" . "#fff1f0") ("green-nuanced-bg" . "#ecf7ed")
+      ("yellow-nuanced-bg" . "#fff3da") ("blue-nuanced-bg" . "#f3f3ff")
+      ("magenta-nuanced-bg" . "#fdf0ff") ("cyan-nuanced-bg" . "#ebf6fa")
       ;; styles for elements that should draw attention to themselves
       ;;
       ;; must be combined with: `bg-main'
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3ed1e8d..91e53b9 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -732,9 +732,9 @@ AMOUNT is a customisation option."
       ;; styles for slightly accented background
       ;;
       ;; must be combined with any of the above foreground values
-      ("red-nuanced-bg" . "#3f0000") ("green-nuanced-bg" . "#002000")
-      ("yellow-nuanced-bg" . "#321000") ("blue-nuanced-bg" . "#001055")
-      ("magenta-nuanced-bg" . "#32003f") ("cyan-nuanced-bg" . "#001a3a")
+      ("red-nuanced-bg" . "#2c0614") ("green-nuanced-bg" . "#001904")
+      ("yellow-nuanced-bg" . "#221000") ("blue-nuanced-bg" . "#0f0e39")
+      ("magenta-nuanced-bg" . "#230631") ("cyan-nuanced-bg" . "#041529")
       ;; styles for elements that should draw attention to themselves
       ;;
       ;; must be combined with: `bg-main'



reply via email to

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