]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xdefaults: Replace black with #000000 for consistency.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Oct 2012 05:15:37 +0000 (07:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 16 Oct 2012 05:15:37 +0000 (07:15 +0200)
Xdefaults.in

index 6ab9466defbc57120e94bf43e24f9dafd6e0477e..a554101ae80a931e64eae68a1e639c33f3044443 100644 (file)
@@ -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.