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

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

[elpa] externals/modus-operandi-theme a978351 11/99: Define missing 'hea


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a978351 11/99: Define missing 'header-line-highlight' face
Date: Fri, 31 Jul 2020 09:25:17 -0400 (EDT)

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

    Define missing 'header-line-highlight' face
    
    This is meant to differentiate 'header-line-highlight' from 'highlight'.
    The latter is ordinarily used in contexts where the background is not a
    shade of grey and can, therefore, apply a more subtle shade of blue.
    Whereas the 'header-line' has a more intense grey background (relative
    to the main bg) and, therefore, requires a more pronounced blue.  The
    same approach applies to the modeline.
---
 modus-operandi-theme.el | 1 +
 modus-vivendi-theme.el  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f5b5bb7..b8df0e4 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -873,6 +873,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(error ((,class :foreground ,red :weight bold)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
    `(header-line ((,class :background ,bg-header :foreground ,fg-header)))
+   `(header-line-highlight ((,class :inherit modus-theme-active-blue)))
    `(homoglyph ((,class :foreground ,fg-escape-char-construct)))
    `(ibuffer-locked-buffer ((,class :foreground ,yellow-alt-other)))
    `(italic ((,class :foreground ,fg-special-cold :slant italic)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 04f6bac..5c670c6 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -873,6 +873,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(error ((,class :foreground ,red :weight bold)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
    `(header-line ((,class :background ,bg-header :foreground ,fg-header)))
+   `(header-line-highlight ((,class :inherit modus-theme-active-blue)))
    `(homoglyph ((,class :foreground ,fg-escape-char-construct)))
    `(ibuffer-locked-buffer ((,class :foreground ,yellow-alt-other)))
    `(italic ((,class :foreground ,fg-special-cold :slant italic)))



reply via email to

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