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

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

[elpa] externals/modus-operandi-theme 842a0eb 090/153: Refine doom-model


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 842a0eb 090/153: Refine doom-modeline-battery-error face
Date: Thu, 18 Mar 2021 13:47:46 -0400 (EDT)

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

    Refine doom-modeline-battery-error face
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 54699bb..38ff214 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1978,7 +1978,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(doom-modeline-bar-inactive ((,class :background ,fg-inactive :foreground 
,bg-main)))
    `(doom-modeline-battery-charging ((,class :foreground ,green-active)))
    `(doom-modeline-battery-critical ((,class :inherit bold :foreground 
,red-active)))
-   `(doom-modeline-battery-error ((,class :inherit modus-theme-active-red)))
+   `(doom-modeline-battery-error ((,class :inherit bold :box (:line-width -2)
+                                          :foreground ,red-active)))
    `(doom-modeline-battery-full ((,class :foreground ,blue-active)))
    `(doom-modeline-battery-normal ((,class :foreground ,fg-active)))
    `(doom-modeline-battery-warning ((,class :inherit bold :foreground 
,yellow-active)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index dd9a970..e527370 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1978,7 +1978,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(doom-modeline-bar-inactive ((,class :background ,fg-inactive :foreground 
,bg-main)))
    `(doom-modeline-battery-charging ((,class :foreground ,green-active)))
    `(doom-modeline-battery-critical ((,class :inherit bold :foreground 
,red-active)))
-   `(doom-modeline-battery-error ((,class :inherit modus-theme-active-red)))
+   `(doom-modeline-battery-error ((,class :inherit bold :box (:line-width -2)
+                                           :foreground ,red-active)))
    `(doom-modeline-battery-full ((,class :foreground ,blue-active)))
    `(doom-modeline-battery-normal ((,class :foreground ,fg-active)))
    `(doom-modeline-battery-warning ((,class :inherit bold :foreground 
,yellow-active)))



reply via email to

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