branch: elpa/dracula-theme
commit b5e50ed1e30ee054fb6a0827e78382b038e83c46
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    Avoid black and black text for TUI applications
    
    fixes: https://github.com/dracula/emacs/issues/76
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index d13faa2..b24e772 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -691,7 +691,7 @@ 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-bg)
+               (term :foreground ,dracula-fg :background ,dracula-comment)
                (term-color-black :foreground ,dracula-bg :background 
,dracula-bg)
                (term-color-blue :foreground ,dracula-purple :background 
,dracula-purple)
                (term-color-cyan :foreground ,dracula-cyan :background 
,dracula-cyan)

Reply via email to