From: Simon Ruderich Date: Tue, 16 Oct 2012 05:15:37 +0000 (+0200) Subject: Xdefaults: Replace black with #000000 for consistency. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=389d5f90883aaf3e1cf72709a79e7d5d14ceb4e1 Xdefaults: Replace black with #000000 for consistency. --- 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.