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

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

[elpa] externals/modus-operandi-theme 39be2c3 006/153: Define two new de


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 39be2c3 006/153: Define two new dedicated BGs for exceptional cases
Date: Thu, 18 Mar 2021 13:47:27 -0400 (EDT)

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

    Define two new dedicated BGs for exceptional cases
    
    These should only be used when no other neutral background is available,
    perhaps because it is already committed to another piece of
    functionality within the same context.
---
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 5c9602d..e36956e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -963,6 +963,10 @@ AMOUNT is a customisation option."
       ;; `bg-hl-line' is between `bg-dim' and `bg-alt', so it should
       ;; work with all accents that cover those two, plus `bg-main'
       ;;
+      ;; `bg-hl-alt' and `bg-hl-alt-intense' should only be used when no
+      ;; other greyscale or fairly neutral background is available to
+      ;; properly draw attention to a given construct
+      ;;
       ;; `bg-header' is between `bg-active' and `bg-inactive', so it
       ;; can be combined with any of the "active" values, plus the
       ;; "special" and base foreground colours
@@ -993,6 +997,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#f2eff3")
+      ("bg-hl-alt" . "#fbeee0")
+      ("bg-hl-alt-intense" . "#e8dfd1")
       ("bg-paren-match" . "#e0af82")
       ("bg-paren-match-intense" . "#70af9f")
       ("bg-region" . "#bcbcbc")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0de3e55..ee68a30 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -963,6 +963,10 @@ AMOUNT is a customisation option."
       ;; `bg-hl-line' is between `bg-dim' and `bg-alt', so it should
       ;; work with all accents that cover those two, plus `bg-main'
       ;;
+      ;; `bg-hl-alt' and `bg-hl-alt-intense' should only be used when no
+      ;; other greyscale or fairly neutral background is available to
+      ;; properly draw attention to a given construct
+      ;;
       ;; `bg-header' is between `bg-active' and `bg-inactive', so it
       ;; can be combined with any of the "active" values, plus the
       ;; "special" and base foreground colours
@@ -993,6 +997,8 @@ AMOUNT is a customisation option."
       ;;
       ;; all pairs are combinable with themselves
       ("bg-hl-line" . "#151823")
+      ("bg-hl-alt" . "#181732")
+      ("bg-hl-alt-intense" . "#282e46")
       ("bg-paren-match" . "#5f362f")
       ("bg-paren-match-intense" . "#255650")
       ("bg-region" . "#3c3c3c")



reply via email to

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