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

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

[elpa] externals/modus-operandi-theme b3c74f8 096/153: Further tweaks to


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b3c74f8 096/153: Further tweaks to the "active" palette subset
Date: Thu, 18 Mar 2021 13:47:48 -0400 (EDT)

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

    Further tweaks to the "active" palette subset
    
    This extends commit 57e7bedce.
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index be2c574..58ef058 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1063,8 +1063,8 @@ AMOUNT is a customisation option."
       ;; specifically for on/off states (e.g. `mode-line')
       ;;
       ;; must be combined with themselves
-      ("bg-active" . "#dcdcdc") ("fg-active" . "#191919")
-      ("bg-inactive" . "#eeeeee") ("fg-inactive" . "#444344")
+      ("bg-active" . "#d7d7d7") ("fg-active" . "#0a0a0a")
+      ("bg-inactive" . "#efefef") ("fg-inactive" . "#404148")
       ;; special base values, used only for cases where the above
       ;; fg-* or bg-* cannot or should not be used (to avoid confusion)
       ;; must be combined with: {fg,bg}-{main,alt,dim}
@@ -1152,9 +1152,9 @@ AMOUNT is a customisation option."
       ;; styles that are meant exclusively for the mode line
       ;;
       ;; must be combined with: `bg-active', `bg-inactive'
-      ("red-active" . "#900000") ("green-active" . "#00502e")
-      ("yellow-active" . "#71330f") ("blue-active" . "#0032b8")
-      ("magenta-active" . "#602492") ("cyan-active" . "#00438d")
+      ("red-active" . "#8a0000") ("green-active" . "#004c2e")
+      ("yellow-active" . "#702d1f") ("blue-active" . "#0030b4")
+      ("magenta-active" . "#5c2092") ("cyan-active" . "#003f8a")
       ;; styles that are meant exclusively for the fringes
       ;;
       ;; must be combined with `fg-main' or `fg-dim'
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8ce6dfa..60a0965 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1063,8 +1063,8 @@ AMOUNT is a customisation option."
       ;; specifically for on/off states (e.g. `mode-line')
       ;;
       ;; must be combined with themselves
-      ("bg-active" . "#303030") ("fg-active" . "#f4f4f4")
-      ("bg-inactive" . "#1e1e1e") ("fg-inactive" . "#bebebe")
+      ("bg-active" . "#323232") ("fg-active" . "#f4f4f4")
+      ("bg-inactive" . "#1e1e1e") ("fg-inactive" . "#bfc0c4")
       ;; special base values, used only for cases where the above
       ;; fg-* or bg-* cannot or should not be used (to avoid confusion)
       ;; must be combined with: {fg,bg}-{main,alt,dim}
@@ -1152,9 +1152,9 @@ AMOUNT is a customisation option."
       ;; styles that are meant exclusively for the mode line
       ;;
       ;; must be combined with: `bg-active', `bg-inactive'
-      ("red-active" . "#ffa3b5") ("green-active" . "#70d43f")
-      ("yellow-active" . "#dbba5f") ("blue-active" . "#2fccff")
-      ("magenta-active" . "#d4aeff") ("cyan-active" . "#00d7b0")
+      ("red-active" . "#ffa7ba") ("green-active" . "#70d73f")
+      ("yellow-active" . "#dbbe5f") ("blue-active" . "#34cfff")
+      ("magenta-active" . "#d5b1ff") ("cyan-active" . "#00d8b4")
       ;; styles that are meant exclusively for the fringes
       ;;
       ;; must be combined with `fg-main' or `fg-dim'



reply via email to

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