diff options
-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 |