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

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

[nongnu] elpa/dracula-theme b1e8072 078/187: Fix term-color-*


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme b1e8072 078/187: Fix term-color-*
Date: Thu, 21 Oct 2021 18:04:59 -0400 (EDT)

branch: elpa/dracula-theme
commit b1e8072dc79eb3734b32a74f9afba740b9ce6c45
Author: Matt McClure <matt@continuousdelta.com>
Commit: Étienne Deparis <etienne@depar.is>

    Fix term-color-*
---
 dracula-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 78aca86..7b01592 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -328,13 +328,13 @@
                ;; term
                (term :foreground ,fg1 :background ,bg1)
                (term-color-black :foreground ,bg3 :background ,bg3)
-               (term-color-blue :foreground ,func :background ,func)
-               (term-color-cyan :foreground ,str :background ,str)
-               (term-color-green :foreground ,type :background ,bg3)
-               (term-color-magenta :foreground ,builtin :background ,builtin)
-               (term-color-red :foreground ,keyword :background ,bg3)
+               (term-color-blue :foreground ,type :background ,type)
+               (term-color-cyan :foreground ,const :background ,const)
+               (term-color-green :foreground ,func :background ,func)
+               (term-color-magenta :foreground ,keyword :background ,keyword)
+               (term-color-red :foreground ,rainbow-9 :background ,rainbow-9)
                (term-color-white :foreground ,fg2 :background ,fg2)
-               (term-color-yellow :foreground ,var :background ,var)
+               (term-color-yellow :foreground ,str :background ,str)
                ;; undo-tree
                (undo-tree-visualizer-current-face :foreground ,builtin)
                (undo-tree-visualizer-default-face :foreground ,fg2)



reply via email to

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