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

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

[elpa] externals/modus-operandi-theme e06b6d4 138/153: Review hue, satur


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e06b6d4 138/153: Review hue, saturatation of bg-paren-match-intense
Date: Thu, 18 Mar 2021 13:47:58 -0400 (EDT)

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

    Review hue, saturatation of bg-paren-match-intense
    
    The previous value did not feel "intense" enough.
    
    This affects the non-nil value of the customisation option for intense
    delimiter matching.
    
    Option symbols are:
    
    + modus-operandi-theme-intense-paren-match
    + modus-vivendi-theme-intense-paren-match
    
    Check the Info manual for more: https://protesilaos.com/modus-themes
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 57b495b..2126a42 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1218,7 +1218,7 @@ AMOUNT is a customisation option."
       ("bg-hl-alt" . "#fbeee0")
       ("bg-hl-alt-intense" . "#e8dfd1")
       ("bg-paren-match" . "#e0af82")
-      ("bg-paren-match-intense" . "#70af9f")
+      ("bg-paren-match-intense" . "#c488ff")
       ("bg-region" . "#bcbcbc")
 
       ("bg-tab-bar" . "#d5d5d5")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index acdf6c0..fa38735 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1218,7 +1218,7 @@ AMOUNT is a customisation option."
       ("bg-hl-alt" . "#181732")
       ("bg-hl-alt-intense" . "#282e46")
       ("bg-paren-match" . "#5f362f")
-      ("bg-paren-match-intense" . "#255650")
+      ("bg-paren-match-intense" . "#7416b5")
       ("bg-region" . "#3c3c3c")
 
       ("bg-tab-bar" . "#2c2c2c")



reply via email to

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