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

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

[elpa] externals/modus-vivendi-theme 35391ae 21/73: Add support for buil


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 35391ae 21/73: Add support for built-in 'file-name-shadow' face
Date: Wed, 26 Aug 2020 09:20:54 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 35391ae264891d88524cd89486d9517cf895f34b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for built-in 'file-name-shadow' face
---
 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 f88f694..c07dedb 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1080,6 +1080,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(comint-highlight-prompt ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,cyan-alt-other)))
    `(error ((,class :inherit bold :foreground ,red)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
+   `(file-name-shadow ((,class :foreground ,fg-unfocused)))
    `(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)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 9059ac0..306c7e2 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1080,6 +1080,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(comint-highlight-prompt ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,cyan-alt-other)))
    `(error ((,class :inherit bold :foreground ,red)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
+   `(file-name-shadow ((,class :foreground ,fg-unfocused)))
    `(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)))



reply via email to

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