diff options
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index a7ed7fe..91721b8 100644 --- a/.Xresources +++ b/.Xresources @@ -1,3 +1,5 @@ +URxvt*termName: rxvt-256color + ! Compile xft: Attempt to find a visual with the given bit depth; option -depth. URxvt*depth: 32 @@ -8,7 +10,7 @@ URxvt*buffered: on ! URxvt*geometry: geom ! Use the specified colour as the windows background colour [default White]; option -bg. -URxvt*background: #1C1C1C +URxvt*background: #080808 ! Use the specified colour as the windows foreground colour [default Black]; option -fg. URxvt*foreground: #FEFEFE |