diff options
-rwxr-xr-x | bin/viod (renamed from viod) | 0 | ||||
-rw-r--r-- | xorg/xdefaults | 6 |
2 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 |