diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-07-14 09:42:38 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-07-14 09:42:38 +0200 |
commit | d413da93da29e22be75d328acf7d8bd3da019285 (patch) | |
tree | c57e17372b29f6de0d8b82b2842d57098a12891e | |
parent | 33915f55cc2760d70046b3b8caa74e905100ceb0 (diff) |
Change color
-rw-r--r-- | xorg/xdefaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index c1f8638..a54ee42 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -1,5 +1,6 @@ # Font -*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +#*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +*font: xft:DejaVu Sans Mono:size=8 # General Settings URxvt*buffered: true @@ -54,7 +55,7 @@ URxvt*foreground: #ffffff #URxvt*color9: #D76666 #URxvt*color10: #B5DF8D #URxvt*color11: #FF0000 -#URxvt*color12: #729FCF +URxvt*color12: #729FCF #URxvt*color13: #FFD28F #URxvt*color14: #69C8B1 #URxvt*color15: #9AC4DD |