diff options
Diffstat (limited to '.config/X11/resources')
-rw-r--r-- | .config/X11/resources | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/X11/resources b/.config/X11/resources new file mode 100644 index 0000000..fca1914 --- /dev/null +++ b/.config/X11/resources @@ -0,0 +1,25 @@ +! -*- Mode: Conf-xdefaults -*- + +! "native" colors +!URxvt.background: #000000 +!URxvt.foreground: #CCCCCC +! Tango-dark +URxvt.background: #2E3436 +URxvt.foreground: #EEEEEC +URxvt.color4: #729FCF +URxvt.color12: #729FCF + +URxvt.scrollstyle: plain +URxvt.scrollBar_floating: true + +URxvt.font: xft:Monospace-8 +URxvt.cursorBlink: true +URxvt.pastableTabs: true + +URxvt.scrollTtyOutput: false +URxvt.scrollTtyKeypress: false +URxvt.scrollWithBuffer: true + +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: v-www-browser +URxvt.matcher.button: 1 |