diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 20:12:38 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 20:12:38 -0500 |
commit | 4e802e740bb2f7c6891271d3eaab39768360e261 (patch) | |
tree | 52cd247d9ffabab2f5cfb9f7821fbafbb27678f7 /.config/X11/resources | |
parent | bd42aa1b31e2e41cac7ac2ffa6edc05e04354815 (diff) | |
parent | d09fa8687ee01dcb4ef540deb106b8531f56b403 (diff) |
Merge branch 'master' into build64-par/master
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 |