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

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

[elpa] externals/ef-themes 28208959f0 4/5: Add support for mood-line


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 28208959f0 4/5: Add support for mood-line
Date: Thu, 8 Jun 2023 03:58:05 -0400 (EDT)

branch: externals/ef-themes
commit 28208959f08c26ae1fdf4495aaccf0baff6e2e42
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for mood-line
---
 README.org   | 1 +
 ef-themes.el | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 7466c0dde4..92c8c3f17a 100644
--- a/README.org
+++ b/README.org
@@ -1341,6 +1341,7 @@ everything most users need.
 - markdown-mode
 - messages
 - mode-line
+- mood-line [Part of {{{development-version}}}.]
 - mu4e
 - nerd-icons [Part of {{{development-version}}}.]
 - nerd-icons-dired [Part of {{{development-version}}}.]
diff --git a/ef-themes.el b/ef-themes.el
index 8f190ba829..65d8695423 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1719,6 +1719,14 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(mode-line-emphasis ((,c :inherit bold :foreground ,modeline-info)))
     `(mode-line-highlight ((,c :inherit highlight)))
     `(mode-line-inactive ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-alt :foreground ,fg-dim)))
+;;;; mood-line
+    `(mood-line-modified ((,c :inherit italic)))
+    `(mood-line-status-error ((,c :inherit error)))
+    `(mood-line-status-info ((,c :foreground ,info)))
+    `(mood-line-status-neutral (( )))
+    `(mood-line-status-success ((,c :inherit success)))
+    `(mood-line-status-warning ((,c :inherit warning)))
+    `(mood-line-unimportant ((,c :inherit shadow)))
 ;;;; mu4e
     `(mu4e-attach-number-face ((,c :inherit bold :foreground ,fg-dim)))
     `(mu4e-cited-1-face ((,c :inherit message-cited-text-1)))



reply via email to

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