diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-09-03 17:51:43 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-09-03 17:51:43 +0200 |
commit | 79ba4f0a21f5ee626c11f772f01fe3e07486e14e (patch) | |
tree | b5de1500827f8e5ff65e801f5dd0e53d0d020686 /xorg/xdefaults | |
parent | 2ac330dbf357b6b9711d02a842afe377c481f351 (diff) |
Cleanup
Diffstat (limited to '')
-rw-r--r-- | xorg/xdefaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index a54ee42..df8c166 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -1,6 +1,6 @@ # Font -#*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* -*font: xft:DejaVu Sans Mono:size=8 +*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +#*font: xft:DejaVu Sans Mono:size=8 # General Settings URxvt*buffered: true @@ -38,7 +38,7 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] # Colors #URxvt*cursorColor: #6E8558 #URxvt*background: #141213 -URxvt*background: #000000 +URxvt*background: #001422 URxvt*foreground: #ffffff #URxvt*colorBD: #FFFFFF #URxvt*colorUL: #FFFFFF |