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

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

[elpa] externals/modus-operandi-theme 9a52600 29/99: Add support for two


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 9a52600 29/99: Add support for two new HELM faces
Date: Fri, 31 Jul 2020 09:25:20 -0400 (EDT)

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

    Add support for two new HELM faces
    
    This addresses issue 58:
    https://gitlab.com/protesilaos/modus-themes/-/issues/58
    
    Thanks to Manuel Uberti for reporting it!
---
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 49ab77e..2b77c33 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2018,6 +2018,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-eshell-prompts-buffer-name ((,class :foreground ,green-active)))
    `(helm-eshell-prompts-promptidx ((,class :foreground ,cyan-active)))
    `(helm-etags-file ((,class :foreground ,fg-dim :underline t)))
+   `(helm-ff-backup-file ((,class :foreground ,fg-alt)))
    `(helm-ff-denied ((,class :inherit modus-theme-intense-red)))
    `(helm-ff-directory ((,class :inherit helm-buffer-directory)))
    `(helm-ff-dirs ((,class :foreground ,blue-alt-other :weight bold)))
@@ -2025,6 +2026,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-ff-dotted-symlink-directory ((,class :inherit 
helm-ff-dotted-directory :underline t)))
    `(helm-ff-executable ((,class :foreground ,magenta-alt)))
    `(helm-ff-file ((,class :foreground ,fg-main)))
+   `(helm-ff-file-extension ((,class :foreground ,fg-special-warm)))
    `(helm-ff-invalid-symlink ((,class :foreground ,red :underline t)))
    `(helm-ff-pipe ((,class :inherit modus-theme-subtle-magenta)))
    `(helm-ff-prefix ((,class :inherit modus-theme-subtle-yellow)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 6dc5b5e..74f88ba 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2018,6 +2018,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-eshell-prompts-buffer-name ((,class :foreground ,green-active)))
    `(helm-eshell-prompts-promptidx ((,class :foreground ,cyan-active)))
    `(helm-etags-file ((,class :foreground ,fg-dim :underline t)))
+   `(helm-ff-backup-file ((,class :foreground ,fg-alt)))
    `(helm-ff-denied ((,class :inherit modus-theme-intense-red)))
    `(helm-ff-directory ((,class :inherit helm-buffer-directory)))
    `(helm-ff-dirs ((,class :foreground ,blue-alt-other :weight bold)))
@@ -2025,6 +2026,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-ff-dotted-symlink-directory ((,class :inherit 
helm-ff-dotted-directory :underline t)))
    `(helm-ff-executable ((,class :foreground ,magenta-alt)))
    `(helm-ff-file ((,class :foreground ,fg-main)))
+   `(helm-ff-file-extension ((,class :foreground ,fg-special-warm)))
    `(helm-ff-invalid-symlink ((,class :foreground ,red :underline t)))
    `(helm-ff-pipe ((,class :inherit modus-theme-subtle-magenta)))
    `(helm-ff-prefix ((,class :inherit modus-theme-subtle-yellow)))



reply via email to

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