summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2020-09-26 22:37:14 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2020-09-26 23:21:10 +0300
commite06b6d45cc55da978d3358ca427784dca6dba266 (patch)
tree9075866b8a4fa72b0ce3270e0990f735062c065f
parentec569923423144a94f08746f1a35619b8f5dbc44 (diff)
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
-rw-r--r--modus-operandi-theme.el2
-rw-r--r--modus-vivendi-theme.el2
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")