branch: externals/modus-vivendi-theme commit 9d5f815f1df20ff40b19a18bfea68b15474c0aa2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))