From 389d5f90883aaf3e1cf72709a79e7d5d14ceb4e1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 16 Oct 2012 07:15:37 +0200 Subject: [PATCH] Xdefaults: Replace black with #000000 for consistency. --- Xdefaults.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xdefaults.in b/Xdefaults.in index 6ab9466..a554101 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -23,7 +23,7 @@ ! Use gray on black with a light yellow cursor in terminals. Term*foreground: #cccccc -Term*background: black +Term*background: #000000 Term*cursorColor: #ffff66 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary. -- 2.44.1