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

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

[elpa] externals/modus-operandi-theme 57e7bed 092/153: Refine "active" p


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 57e7bed 092/153: Refine "active" palette subset (modeline colours)
Date: Thu, 18 Mar 2021 13:47:47 -0400 (EDT)

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

    Refine "active" palette subset (modeline colours)
    
    This should make the active and inactive modelines more distinct, while
    colours have been normalised and adapted accordingly to remove any
    remaining excesses.
---
 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 0cdb11b..7b7ffe6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1044,8 +1044,8 @@ AMOUNT is a customisation option."
       ;; specifically for on/off states (e.g. `mode-line')
       ;;
       ;; must be combined with themselves
-      ("bg-active" . "#e0e0e0") ("fg-active" . "#191919")
-      ("bg-inactive" . "#efedef") ("fg-inactive" . "#424242")
+      ("bg-active" . "#dcdcdc") ("fg-active" . "#191919")
+      ("bg-inactive" . "#eeeeee") ("fg-inactive" . "#444344")
       ;; 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}
@@ -1133,9 +1133,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" . "#930000") ("green-active" . "#005300")
-      ("yellow-active" . "#703700") ("blue-active" . "#0033c0")
-      ("magenta-active" . "#6320a0") ("cyan-active" . "#004882")
+      ("red-active" . "#900000") ("green-active" . "#00502e")
+      ("yellow-active" . "#71330f") ("blue-active" . "#0032b8")
+      ("magenta-active" . "#602492") ("cyan-active" . "#00438d")
       ;; 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 faab11e..cdbb2de 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1044,8 +1044,8 @@ AMOUNT is a customisation option."
       ;; specifically for on/off states (e.g. `mode-line')
       ;;
       ;; must be combined with themselves
-      ("bg-active" . "#2f2f2f") ("fg-active" . "#f5f5f5")
-      ("bg-inactive" . "#202020") ("fg-inactive" . "#bebebe")
+      ("bg-active" . "#303030") ("fg-active" . "#f4f4f4")
+      ("bg-inactive" . "#1e1e1e") ("fg-inactive" . "#bebebe")
       ;; 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}
@@ -1133,9 +1133,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" . "#ffa49e") ("green-active" . "#70e030")
-      ("yellow-active" . "#efdf00") ("blue-active" . "#00ccff")
-      ("magenta-active" . "#d0acff") ("cyan-active" . "#00ddc0")
+      ("red-active" . "#ffa3b5") ("green-active" . "#70d43f")
+      ("yellow-active" . "#dbba5f") ("blue-active" . "#2fccff")
+      ("magenta-active" . "#d4aeff") ("cyan-active" . "#00d7b0")
       ;; 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]