From a55e718af943c1cd11cc6c18832e60a4d729e882 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 3 Apr 2018 21:05:24 +0200 Subject: [PATCH] Change terminal background color to match vim --- .config/xorg/Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xorg/Xresources b/.config/xorg/Xresources index 9e6682a..0f35411 100644 --- a/.config/xorg/Xresources +++ b/.config/xorg/Xresources @@ -1,7 +1,7 @@ ! Colors ! special *.foreground: #c5c8c6 -*.background: #1d1f21 +*.background: #1c1c1c *.cursorColor: #c5c8c6 ! black