branch: elpa/dracula-theme
commit 05937df96f361da7000a9ae8a57f49fc52df7c89
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
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