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

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

[nongnu] elpa/dracula-theme cfb5305 170/187: Merge pull request #81 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme cfb5305 170/187: Merge pull request #81 from devmotion/patch-1
Date: Thu, 21 Oct 2021 18:05:17 -0400 (EDT)

branch: elpa/dracula-theme
commit cfb5305047f2d308f1539df23af1e8b92258d4c9
Merge: b5e50ed e82694e
Author: Étienne Deparis <etienne@depar.is>
Commit: GitHub <noreply@github.com>

    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

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