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

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

[elpa] externals/modus-vivendi-theme 26a2118 47/73: Add support for 'doo


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 26a2118 47/73: Add support for 'doom-modeline-debug-visual' face
Date: Wed, 26 Aug 2020 09:21:00 -0400 (EDT)

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

    Add support for 'doom-modeline-debug-visual' 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 9de5747..591b370 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1750,6 +1750,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(doom-modeline-buffer-modified ((,class :inherit bold :foreground 
,magenta-active)))
    `(doom-modeline-buffer-path ((,class :inherit bold :foreground ,fg-active)))
    `(doom-modeline-debug ((,class :inherit bold :foreground ,yellow-active)))
+   `(doom-modeline-debug-visual ((,class :inherit bold :foreground 
,red-active)))
    `(doom-modeline-evil-emacs-state ((,class :inherit bold :foreground 
,magenta-active)))
    `(doom-modeline-evil-insert-state ((,class :inherit bold :foreground 
,green-active)))
    `(doom-modeline-evil-motion-state ((,class :inherit bold :foreground 
,fg-inactive)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c73b022..915ba54 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1750,6 +1750,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(doom-modeline-buffer-modified ((,class :inherit bold :foreground 
,magenta-active)))
    `(doom-modeline-buffer-path ((,class :inherit bold :foreground ,fg-active)))
    `(doom-modeline-debug ((,class :inherit bold :foreground ,yellow-active)))
+   `(doom-modeline-debug-visual ((,class :inherit bold :foreground 
,red-active)))
    `(doom-modeline-evil-emacs-state ((,class :inherit bold :foreground 
,magenta-active)))
    `(doom-modeline-evil-insert-state ((,class :inherit bold :foreground 
,green-active)))
    `(doom-modeline-evil-motion-state ((,class :inherit bold :foreground 
,fg-inactive)))



reply via email to

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