Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- URxvt*termName: rxvt
- ## borderless and no scrollbar
- URxvt*scrollBar_right: false
- URxvt*scrollBar: false
- URxvt*borderLess: false
- ## teh transparency stuff
- URxvt*inheritPixmap: true
- URxvt*tintColor: white
- URxvt*shading: 15
- URxvt.urlLauncher: iceweasel
- ## geometry and font
- URxvt*geometry: 120×30
- URxvt*font: xft:Liberation Mono:pixelsize=10.7:antialias=true:hinting=true:hintstyle=hintfull:dpi=96
- Xft.
- Xft.rgba: rgb
- ## change default colors
- *background: #1b1b1b
- *foreground: #7b7b7b
- !urxvt color scheme:
- URxvt*background: #2B2B2B
- URxvt*foreground: #DEDEDE
- ! black
- URxvt*color0 : #2E3436
- URxvt*color8 : #555753
- ! red
- URxvt*color1 : #CC0000
- URxvt*color9 : #EF2929
- ! green
- URxvt*color2 : #4E9A06
- URxvt*color10 : #8AE234
- ! yellow
- URxvt*color3 : #C4A000
- URxvt*color11 : #FCE94F
- ! blue
- URxvt*color4 : #3465A4
- URxvt*color12 : #729FCF
- ! magenta
- URxvt*color5 : #75507B
- URxvt*color13 : #AD7FA8
- ! cyan
- URxvt*color6 : #06989A
- URxvt*color14 : #34E2E2
- ! white
- URxvt*color7 : #D3D7CF
- URxvt*color15 : #EEEEEC
- URxvt.perl-ext-common: default,matcher
- URxvt.urlLauncher: iceweasel
- URxvt.matcher.button: 1
- URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
- URxvt*cursorBlink: true
- URxvt*cursorUnderline: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement