123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- *.font: xft:Monospace:size=8
- ! https://wiki.archlinux.org/index.php/rxvt-unicode
- ! do not scroll with output
- urxvt.scrollTtyOutput: false
- ! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
- urxvt*scrollWithBuffer: true
- ! scroll back to the bottom on keypress
- urxvt*scrollTtyKeypress: true
- ! disable scrollback buffer for secdonary screen (e.g. less)
- urxvt.secondaryScreen: 1
- urxvt.secondaryScroll: 0
- urxvt.secondaryWheel: 1
- urxvt.scrollBar: false
- urxvt.saveLines: 1000000
- urxvt.perl-ext-common: default,matcher,resize-font
- ! open urls on click
- urxvt.matcher.button: 1
- urxvt.urlLauncher: sensible-browser
- urxvt.keysym.C-equal: resize-font:reset
- urxvt.keysym.C-minus: resize-font:smaller
- urxvt.keysym.C-plus: resize-font:bigger
- urxvt.keysym.C-question:resize-font:show
- ! colors from http://terminal.sexy
- ! special
- *.foreground: #e6e6e6
- *.background: #000000
- *.cursorColor: #e6e6e6
- ! black
- *.color0: #282a2e
- *.color8: #373b41
- ! red
- *.color1: #e92121
- *.color9: #cc6666
- ! green
- *.color2: #96a02e
- *.color10: #b2bd4d
- ! yellow
- *.color3: #f2ab34
- *.color11: #f0bf5f
- ! blue
- *.color4: #4688c0
- *.color12: #66a9e3
- ! magenta
- *.color5: #81568f
- *.color13: #b294bb
- ! cyan
- *.color6: #2bb69a
- *.color14: #6acfc2
- ! white
- *.color7: #6c7680
- *.color15: #c5c8c6
|