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

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

[nongnu] elpa/dracula-theme 3054c3d 057/187: Tweaked powerline colours


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 3054c3d 057/187: Tweaked powerline colours
Date: Thu, 21 Oct 2021 18:04:54 -0400 (EDT)

branch: elpa/dracula-theme
commit 3054c3d653e87fe8224e82d01315125e52d1ad24
Author: TheBaronHimself <accounts@simonclaudius.com>
Commit: TheBaronHimself <accounts@simonclaudius.com>

    Tweaked powerline colours
---
 dracula-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index d204c8e..2486587 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -27,6 +27,7 @@
       (bg3 "#464752")
       (bg4 "#565761")
       (bg5 "#44475a")
+      (bg6 "#b45bcf")
       (key2 "#0189cc")
       (key3 "#ff79c6")
       (builtin "#ffb86c")
@@ -73,6 +74,7 @@
    `(vertical-border ((,class (:foreground ,bg2))))
    `(warning ((,class (:foreground ,warning))))
    `(whitespace-trailing ((,class :inherit trailing-whitespace)))
+   `(header-line ((,class :background ,bg1)))
    ;; syntax
    `(font-lock-builtin-face ((,class (:foreground ,builtin))))
    `(font-lock-comment-face ((,class (:foreground ,comment))))
@@ -288,6 +290,10 @@
    `(powerline-evil-operator-face ((,class (:inherit powerline-evil-base-face 
:background ,rainbow-4))))
    `(powerline-evil-replace-face ((,class (:inherit powerline-evil-base-face 
:background "#ff5555"))))
    `(powerline-evil-visual-face ((,class (:inherit powerline-evil-base-face 
:background ,rainbow-5))))
+   `(powerline-active1 ((,class (:background ,bg6 :foreground ,fg1))))
+   `(powerline-active2 ((,class (:background ,bg6 :foreground ,fg1))))
+   `(powerline-inactive1 ((,class (:background ,bg3 :foreground ,fg1))))
+   `(powerline-inactive2 ((,class (:background ,bg3 :foreground ,fg1))))
    ;; rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((,class :foreground ,rainbow-1)))
    `(rainbow-delimiters-depth-2-face ((,class :foreground ,rainbow-2)))



reply via email to

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