summaryrefslogtreecommitdiff
path: root/X11/Xresources
diff options
context:
space:
mode:
authorroot <root@jones.dk>2009-07-18 12:12:16 +0200
committerroot <root@jones.dk>2009-07-18 12:12:16 +0200
commit123810f2089ef0acd0d11e7be5be6eaaa4d33aa6 (patch)
tree47e43cb6a7de94f8ba7a1d58a04ae607610eec31 /X11/Xresources
parent5002e64643aedab3a463a4e8786b53b0da6cd928 (diff)
Explicitly set fg/bg color explicitly (not reverseVideo).
Diffstat (limited to 'X11/Xresources')
-rw-r--r--X11/Xresources/local6
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