branch: elpa/dracula-theme
commit 630173873504376e6784d134f90beaaf615bbc9c
Merge: 107852f b1e8072
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Merge pull request #48 from matt-continuousdelta/fix-term-colors
Fixes: #47
---
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)