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

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

[elpa] externals/modus-operandi-theme 2485e81 111/153: Cover help-argume


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2485e81 111/153: Cover help-argument-name face
Date: Thu, 18 Mar 2021 13:47:51 -0400 (EDT)

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

    Cover help-argument-name 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 4e2e3df..59cca52 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1482,6 +1482,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+   `(help-argument-name ((,class :foreground ,cyan :slant ,modus-theme-slant)))
    `(homoglyph ((,class :foreground ,fg-escape-char-construct)))
    `(ibuffer-locked-buffer ((,class :foreground ,yellow-alt-other)))
    `(italic ((,class :slant italic)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1c70c4b..488d389 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1482,6 +1482,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+   `(help-argument-name ((,class :foreground ,cyan :slant ,modus-theme-slant)))
    `(homoglyph ((,class :foreground ,fg-escape-char-construct)))
    `(ibuffer-locked-buffer ((,class :foreground ,yellow-alt-other)))
    `(italic ((,class :slant italic)))



reply via email to

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