diff options
author | root <root@jones.dk> | 2009-07-18 12:12:16 +0200 |
---|---|---|
committer | root <root@jones.dk> | 2009-07-18 12:12:16 +0200 |
commit | 123810f2089ef0acd0d11e7be5be6eaaa4d33aa6 (patch) | |
tree | 47e43cb6a7de94f8ba7a1d58a04ae607610eec31 | |
parent | 5002e64643aedab3a463a4e8786b53b0da6cd928 (diff) |
Explicitly set fg/bg color explicitly (not reverseVideo).
-rw-r--r-- | X11/Xresources/local | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/X11/Xresources/local b/X11/Xresources/local index de16acf..0227336 100644 --- a/X11/Xresources/local +++ b/X11/Xresources/local @@ -5,8 +5,10 @@ XTerm*boldFont: terminus-bold-24 Rxvt*font: terminus-24 Rxvt*boldFont: terminus-bold-24 -XTerm*reverseVideo: True -Rxvt*reverseVideo: True +XTerm*background: Black +XTerm*foreground: White +Rxvt*background: Black +Rxvt*foreground: White Rxvt*scrollBar: False Rxvt*saveLines: 500 |