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

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

[nongnu] elpa/dracula-theme e82694e 169/187: Fixes https://github.com/dr


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme e82694e 169/187: Fixes https://github.com/dracula/emacs/issues/76
Date: Thu, 21 Oct 2021 18:05:17 -0400 (EDT)

branch: elpa/dracula-theme
commit e82694ede10a21ddf012ab2c0f71e75862db1e96
Author: David Widmann <devmotion@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    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]