From 123810f2089ef0acd0d11e7be5be6eaaa4d33aa6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Jul 2009 12:12:16 +0200 Subject: Explicitly set fg/bg color explicitly (not reverseVideo). --- X11/Xresources/local | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'X11') 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 -- cgit v1.2.3