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

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

[elpa] externals/modus-operandi-theme 34eeaa8 40/99: Tweak 'secondary-se


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 34eeaa8 40/99: Tweak 'secondary-selection' face
Date: Fri, 31 Jul 2020 09:25:22 -0400 (EDT)

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

    Tweak 'secondary-selection' face
    
    This makes it a bit more blue rather than plain greyscale.  It also
    looks better in the contexts where it is typically used, such as the
    calendar's feedback in the minibuffer and Org agenda while assigning a
    scheduling or deadline timestamp.
---
 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 59cfda6..e33444a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2114,7 +2114,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-changes-delete ((,class :foreground ,red-alt-other :underline 
t)))
    `(hl-line ((,class :background ,bg-hl-line)))
    `(region ((,class :background ,bg-region :foreground ,fg-main)))
-   `(secondary-selection ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
+   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
    ;;;; highlight-blocks
    `(highlight-blocks-depth-1-face ((,class :background ,bg-dim :foreground 
,fg-main)))
    `(highlight-blocks-depth-2-face ((,class :background ,bg-alt :foreground 
,fg-main)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c6bbe8f..0d15185 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2114,7 +2114,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-changes-delete ((,class :foreground ,red-alt-other :underline 
t)))
    `(hl-line ((,class :background ,bg-hl-line)))
    `(region ((,class :background ,bg-region :foreground ,fg-main)))
-   `(secondary-selection ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
+   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
    ;;;; highlight-blocks
    `(highlight-blocks-depth-1-face ((,class :background ,bg-dim :foreground 
,fg-main)))
    `(highlight-blocks-depth-2-face ((,class :background ,bg-alt :foreground 
,fg-main)))



reply via email to

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