12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ! Font
- URxvt.font:xft:Terminess\ Powerline:pixelsize=11:antialias=true,style=regular
- URxvt.boldFont:Terminess\ Powerline:pixelsize=11:antialias=true,style=regular
- Xft.antialias: 1
- Xft.autohint: 0
- Xft.dpi: 96
- Xft.hinting: 1
- Xft.hintstyle: hintfull
- ! Display
- URxvt*depth: 32
- !URxvt*background: bg
- !URxvt*foreground: fg
- URxvt*background: [80]#c31014
- URxvt*foreground: [100]#ffffff
- URxvt*borderless: 1
- URxvt*scrollBar: false
- URxvt*scrollBar_right: false
- URxvt*saveLines: 5000
- URxvt*termName: rxvt-256color
- URxvt*.transparent: true
- ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
- URxvt*.shading: 60
- ! Colours
- ! Black + DarkGrey
- URxvt.color0: #000000
- URxvt.color8: #727272
- ! Red
- URxvt.color1: #c31014
- URxvt.color9: #ff8d8d
- ! Green
- URxvt.color2: #93ff4f
- URxvt.color10: #c8ffa8
- ! Yellow
- URxvt.color3: #eab93d
- URxvt.color11: #ffc123
- ! Blue
- URxvt.color4: #3480f0
- URxvt.color12: #5090ff
- ! Mangenta
- URxvt.color5: #de5c00
- URxvt.color13: #f57900
- ! Cyan
- URxvt.color6: #56cce2
- URxvt.color14: #89ddff
- ! LightGrey + White
- URxvt.color7: #d5d5d5
- URxvt.color15: #ffffff
- ! Settings
- URxvt.perl-ext-common: default,matcher,vtwheel,clipboard
- URxvt.matcher.button: 1
- URxvt.url-launcher: /usr/bin/firefox
- URxvt*loginShell: true
- ! Clipboard
- URxvt.keysym.M-c: perl:clipboard:copy
- URxvt.keysym.M-v: perl:clipboard:paste
|