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

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

[nongnu] elpa/dracula-theme 05937df 111/187: Try a variant for backgroun


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 05937df 111/187: Try a variant for background color in terminal
Date: Thu, 21 Oct 2021 18:05:05 -0400 (EDT)

branch: elpa/dracula-theme
commit 05937df96f361da7000a9ae8a57f49fc52df7c89
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Try a variant for background color in terminal
    
    As reported in #32 and others, having a black background may be
    disturbing. This commit apply proposal by @apierz¹.
    
    ¹ https://github.com/dracula/emacs/issues/2#issuecomment-227934433
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index ce93923..14e334b 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -19,7 +19,7 @@
 
 ;; Assigment form: VARIABLE COLOR [TTY-COLOR]
 (let ((colors '(;; Upstream theme color
-                (dracula-bg      "#282a36" "#000000") ; official background
+                (dracula-bg      "#282a36" nil) ; official background
                 (dracula-current "#44475a") ; official current-line/selection
                 (dracula-fg      "#f8f8f2") ; official foreground
                 (dracula-comment "#6272a4") ; official comment



reply via email to

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