diff options
Diffstat (limited to 'X11/Xresources/local')
-rw-r--r-- | X11/Xresources/local | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/X11/Xresources/local b/X11/Xresources/local index 2d45ceb..de16acf 100644 --- a/X11/Xresources/local +++ b/X11/Xresources/local @@ -1,10 +1,24 @@ ! /etc/X11/Xresources/local XTerm*font: terminus-24 +XTerm*boldFont: terminus-bold-24 Rxvt*font: terminus-24 -URxvt*font: terminus-24 +Rxvt*boldFont: terminus-bold-24 + XTerm*reverseVideo: True Rxvt*reverseVideo: True -URxvt*reverseVideo: True + Rxvt*scrollBar: False -URxvt*scrollBar: False +Rxvt*saveLines: 500 + +! enable pseudo-transparency +Rxvt*color9: #ff5555 +Rxvt*color10: #55ff55 +Rxvt*color11: #ffff55 +Rxvt*color12: #5555ff +Rxvt*color13: #ff55ff +Rxvt*color14: #55ffff +Rxvt*color15: #ffffff +Rxvt*inheritPixmap: True +Rxvt*shading: 15 +Rxvt*tintColor: white |