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

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

[nongnu] elpa/dracula-theme c3593239e5 3/5: customize: perspective, mini


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme c3593239e5 3/5: customize: perspective, mini-modeline
Date: Sun, 16 Jan 2022 04:57:55 -0500 (EST)

branch: elpa/dracula-theme
commit c3593239e5b8b00018f8980a9149d131de1f04da
Author: Wang Kai <kaiwkx@gmail.com>
Commit: Étienne Deparis <etienne@depar.is>

    customize: perspective, mini-modeline
---
 dracula-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index c626d89a84..8c1db73548 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -548,6 +548,7 @@ read it before opening a new issue about your will.")
                 ,@(if dracula-alternate-mode-line-and-minibuffer
                       (list :foreground dracula-comment :box dracula-bg)
                     (list :foreground fg4 :box bg2)))
+               (mini-modeline-mode-line :inherit mode-line :height 0.1 :box 
nil)
                ;; mu4e
                (mu4e-unread-face :foreground ,dracula-pink :weight normal)
                (mu4e-view-url-number-face :foreground ,dracula-purple)
@@ -644,6 +645,8 @@ read it before opening a new issue about your will.")
                (outline-4 :foreground ,dracula-yellow)
                (outline-5 :foreground ,dracula-cyan)
                (outline-6 :foreground ,dracula-orange)
+               ;; perspective
+               (persp-selected-face :weight bold :foreground ,dracula-pink)
                ;; powerline
                (powerline-active1 :background ,dracula-bg :foreground 
,dracula-pink)
                (powerline-active2 :background ,dracula-bg :foreground 
,dracula-pink)



reply via email to

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