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

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

[elpa] externals/modus-vivendi-theme 91a5bfe 10/73: Review paren match c


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 91a5bfe 10/73: Review paren match colours (amend f66e923d7)
Date: Wed, 26 Aug 2020 09:20:52 -0400 (EDT)

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

    Review paren match colours (amend f66e923d7)
    
    The complete report is available on my website:
    https://protesilaos.com/codelog/2020-08-09-modus-themes-paren-match/
    
    This addresses issue 70:
    https://gitlab.com/protesilaos/modus-themes/-/issues/70
    
    The commit mentioned in the description contained incorrect values for
    the "intense" bg paren match colour.
---
 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 26318f9..d22a693 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -889,8 +889,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#f2eff3")
-      ("bg-paren-match" . "#efcabf")
-      ("bg-paren-match-intense" . "#a0772f")
+      ("bg-paren-match" . "#e0bc9f")
+      ("bg-paren-match-intense" . "#b08e7a")
       ("bg-region" . "#bcbcbc")
 
       ("bg-tab-bar" . "#d5d5d5")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2a65938..695d2f8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -889,8 +889,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#151823")
-      ("bg-paren-match" . "#6e3a50")
-      ("bg-paren-match-intense" . "#93632f")
+      ("bg-paren-match" . "#602a0f")
+      ("bg-paren-match-intense" . "#7c4d44")
       ("bg-region" . "#3c3c3c")
 
       ("bg-tab-bar" . "#2c2c2c")



reply via email to

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