From ff17d588253fa0efcfd8777c852a97dc80fbb2a0 Mon Sep 17 00:00:00 2001 From: TrashMacNugget <35081257+TrashMacNugget@users.noreply.github.com> Date: Fri, 27 Apr 2018 09:23:58 -0700 Subject: [PATCH] Use same background and color0 This is the same way the gnome-terminal theme is. --- Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 524645e..65ef9eb 100755 --- a/Xresources +++ b/Xresources @@ -1,7 +1,7 @@ ! Dracula Xresources palette *.foreground: #F8F8F2 *.background: #282A36 -*.color0: #000000 +*.color0: #282A36 *.color8: #4D4D4D *.color1: #FF5555 *.color9: #FF6E67