diff options
author | shmibs <shmibs@gmail.com> | 2014-03-25 18:32:28 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-03-25 18:32:28 -0700 |
commit | dbc8bfc9cc6f878469db90b159419b7bb476bd94 (patch) | |
tree | 3abae03519bf449bc8469f1068e740744631f3ec /.Xresources | |
parent | 1356808cc6f5a749d0d8d6e46fb417f09b9c2f5a (diff) | |
download | dotfiles-dbc8bfc9cc6f878469db90b159419b7bb476bd94.tar.gz |
incremental updates, mostly
nothing too exciting
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 |