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

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

[elpa] externals/modus-vivendi-theme 9d5f815 31/35: Remove unwanted unde


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 9d5f815 31/35: Remove unwanted underline in doom-modeline-urgent
Date: Wed, 24 Jun 2020 12:42:51 -0400 (EDT)

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

    Remove unwanted underline in doom-modeline-urgent
    
    This was noted by Basil L. Contovounesios @basil-conto in merge request
    6: https://gitlab.com/protesilaos/modus-themes/-/merge_requests/6
---
 modus-operandi-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 339f256..242b96a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1441,7 +1441,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(doom-modeline-project-parent-dir ((,class :foreground ,blue-active)))
    `(doom-modeline-project-root-dir ((,class :foreground ,fg-active)))
    `(doom-modeline-unread-number ((,class :foreground ,fg-active :slant 
italic)))
-   `(doom-modeline-urgent ((,class :foreground ,red-active :weight bold 
:underline t)))
+   `(doom-modeline-urgent ((,class :foreground ,red-active :weight bold)))
    `(doom-modeline-warning ((,class :foreground ,yellow-active :weight bold)))
    ;;;; dynamic-ruler
    `(dynamic-ruler-negative-face ((,class :inherit 
modus-theme-intense-neutral)))



reply via email to

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