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

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

[nongnu] elpa/dracula-theme fb010af 130/187: Use same colors for outline


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme fb010af 130/187: Use same colors for outline levels than org-mode titles
Date: Thu, 21 Oct 2021 18:05:08 -0400 (EDT)

branch: elpa/dracula-theme
commit fb010af021ff8019b57bb4dded5315b4d4412007
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Use same colors for outline levels than org-mode titles
---
 dracula-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index ad1d2c1..027d8fd 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -466,12 +466,12 @@ The theme has to be reloaded after changing anything in 
this group."
                (org-upcoming-deadline :foreground ,dracula-yellow)
                (org-warning :weight bold :foreground ,dracula-pink)
                ;; outline
-               (outline-1 :foreground ,dracula-green)
+               (outline-1 :foreground ,dracula-pink)
                (outline-2 :foreground ,dracula-purple)
-               (outline-3 :foreground ,dracula-cyan)
-               (outline-4 :foreground ,dracula-orange)
-               (outline-5 :foreground ,dracula-orange)
-               (outline-6 :foreground ,other-blue)
+               (outline-3 :foreground ,dracula-green)
+               (outline-4 :foreground ,dracula-yellow)
+               (outline-5 :foreground ,dracula-cyan)
+               (outline-6 :foreground ,dracula-orange)
                ;; powerline
                (powerline-evil-base-face :foreground ,bg2)
                (powerline-evil-emacs-face :inherit powerline-evil-base-face 
:background ,dracula-yellow)



reply via email to

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