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

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

[elpa] externals/modus-vivendi-theme 0950acb 44/73: Refine bg-paren-matc


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 0950acb 44/73: Refine bg-paren-match colours
Date: Wed, 26 Aug 2020 09:21:00 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 0950acba37e22559dbb9239b6dd9aff8102b8085
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine bg-paren-match colours
    
    The contrast ratio of the new colour values relative to common colours
    that appear in their context.  Columns 3 and 4 hold the value of the
    variables bg-paren-match and bg-paren-match-intense respectively.
    
    Modus Operandi new
    ------------------
    
    | Colour name        |         | #e0af82 | #70af9f  |
    |--------------------+---------+---------+----------|
    | fg-main            | #000000 |   10.62 |     8.32 |
    | bg-main            | #ffffff |    1.98 |     2.52 |
    | bg-alt             | #f0f0f0 |    1.73 |     2.21 |
    | bg-dim             | #f8f8f8 |    1.86 |     2.38 |
    | bg-region          | #bcbcbc |    1.04 |     1.33 |
    | red-nuanced-bg     | #fff1f0 |    1.80 |     2.29 |
    | green-nuanced-bg   | #ecf7ed |    1.80 |     2.29 |
    | yellow-nuanced-bg  | #fff3da |    1.80 |     2.29 |
    | blue-nuanced-bg    | #f3f3ff |    1.80 |     2.29 |
    | magenta-nuanced-bg | #fdf0ff |    1.80 |     2.29 |
    | cyan-nuanced-bg    | #ebf6fa |    1.80 |     2.29 |
    
    Modus Vivendi new
    -----------------
    
    | Colour name        |         | #5f362f | #255650 |
    |--------------------+---------+---------+---------|
    | fg-main            | #ffffff |   10.22 |    8.31 |
    | bg-main            | #000000 |    2.06 |    2.53 |
    | bg-alt             | #181a20 |    1.70 |    2.09 |
    | bg-dim             | #110b11 |    1.90 |    2.34 |
    | bg-region          | #3c3c3c |    1.08 |    1.33 |
    | red-nuanced-bg     | #2c0614 |    1.80 |    2.21 |
    | green-nuanced-bg   | #001904 |    1.80 |    2.21 |
    | yellow-nuanced-bg  | #221000 |    1.80 |    2.21 |
    | blue-nuanced-bg    | #0f0e39 |    1.80 |    2.21 |
    | magenta-nuanced-bg | #230631 |    1.80 |    2.21 |
    | cyan-nuanced-bg    | #041529 |    1.80 |    2.21 |
    
    Refer to the report on my website for more on the matter:
    https://protesilaos.com/codelog/2020-08-09-modus-themes-paren-match/
    
    The present commit should address issue 70:
    https://gitlab.com/protesilaos/modus-themes/-/issues/70
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6d5de5f..e688b72 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -977,8 +977,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#f2eff3")
-      ("bg-paren-match" . "#e0bc9f")
-      ("bg-paren-match-intense" . "#b08e7a")
+      ("bg-paren-match" . "#e0af82")
+      ("bg-paren-match-intense" . "#70af9f")
       ("bg-region" . "#bcbcbc")
 
       ("bg-tab-bar" . "#d5d5d5")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e4d2147..a4a5df4 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -977,8 +977,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#151823")
-      ("bg-paren-match" . "#602a0f")
-      ("bg-paren-match-intense" . "#7c4d44")
+      ("bg-paren-match" . "#5f362f")
+      ("bg-paren-match-intense" . "#255650")
       ("bg-region" . "#3c3c3c")
 
       ("bg-tab-bar" . "#2c2c2c")



reply via email to

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