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

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

[nongnu] elpa/dracula-theme 759abc0 163/187: set powerline active and in


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 759abc0 163/187: set powerline active and inactive dracula colors
Date: Thu, 21 Oct 2021 18:05:16 -0400 (EDT)

branch: elpa/dracula-theme
commit 759abc017072a9dd4c4a1c3dfea8a1f289546836
Author: Avelino <t@avelino.xxx>
Commit: Étienne Deparis <etienne@depar.is>

    set powerline active and inactive dracula colors
    
    Signed-off-by: Avelino <t@avelino.xxx>
---
 dracula-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 0391fa8..eee4b2b 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -591,6 +591,10 @@ read it before opening a new issue about your will.")
                (outline-5 :foreground ,dracula-cyan)
                (outline-6 :foreground ,dracula-orange)
                ;; powerline
+               (powerline-active1 :background ,dracula-bg :foreground 
,dracula-pink)
+               (powerline-active2 :background ,dracula-bg :foreground 
,dracula-pink)
+               (powerline-inactive1 :background ,bg2 :foreground 
,dracula-purple)
+               (powerline-inactive2 :background ,bg2 :foreground 
,dracula-purple)
                (powerline-evil-base-face :foreground ,bg2)
                (powerline-evil-emacs-face :inherit powerline-evil-base-face 
:background ,dracula-yellow)
                (powerline-evil-insert-face :inherit powerline-evil-base-face 
:background ,dracula-cyan)



reply via email to

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