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

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

[nongnu] elpa/dracula-theme 3e6bbd3 110/187: Use dracula-fg/dracula-bg f


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 3e6bbd3 110/187: Use dracula-fg/dracula-bg for term mode white/black
Date: Thu, 21 Oct 2021 18:05:04 -0400 (EDT)

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

    Use dracula-fg/dracula-bg for term mode white/black
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index e64848e..ce93923 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -458,13 +458,13 @@
                                       :inherit tab-line-tab)
                ;; term
                (term :foreground ,dracula-fg :background ,dracula-bg)
-               (term-color-black :foreground ,bg3 :background ,bg3)
+               (term-color-black :foreground ,dracula-bg :background 
,dracula-bg)
                (term-color-blue :foreground ,dracula-purple :background 
,dracula-purple)
                (term-color-cyan :foreground ,dracula-cyan :background 
,dracula-cyan)
                (term-color-green :foreground ,dracula-green :background 
,dracula-green)
                (term-color-magenta :foreground ,dracula-pink :background 
,dracula-pink)
                (term-color-red :foreground ,dracula-red :background 
,dracula-red)
-               (term-color-white :foreground ,fg2 :background ,fg2)
+               (term-color-white :foreground ,dracula-fg :background 
,dracula-fg)
                (term-color-yellow :foreground ,dracula-yellow :background 
,dracula-yellow)
                ;; undo-tree
                (undo-tree-visualizer-current-face :foreground ,dracula-orange)



reply via email to

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