branch: elpa/dracula-theme
commit cfb5305047f2d308f1539df23af1e8b92258d4c9
Merge: b5e50ed e82694e
Author: Étienne Deparis <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #81 from devmotion/patch-1
    
    Fixes https://github.com/dracula/emacs/issues/76
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index b24e772..da43587 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -691,8 +691,8 @@ read it before opening a new issue about your will.")
                (tab-line-tab-current :inherit tab-line-tab)
                (tab-line-close-highlight :foreground ,dracula-red)
                ;; term
-               (term :foreground ,dracula-fg :background ,dracula-comment)
-               (term-color-black :foreground ,dracula-bg :background 
,dracula-bg)
+               (term :foreground ,dracula-fg :background ,dracula-bg)
+               (term-color-black :foreground ,dracula-bg :background 
,dracula-comment)
                (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)

Reply via email to