| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | 
							- 
 - !## ==== ##
 - !## main ##
 - !## ==== ##
 - 
 - URxvt.visualBell:           true
 - URxvt.mapAlert:             true
 - 
 - !## extensions
 - URxvt.perl-ext-common:      default,selection
 - URxvt.tabbed.tab-fg:        7
 - URxvt.tabbed.tab-bg:        0
 - URxvt.tabbed.tabbar-fg:     4
 - URxvt.urlLauncher:          www-browser
 - URxvt.matcher.button:       1
 - 
 - !## transparency
 - URxvt.inheritPixmap:        true
 - !URxvt.tintColor:            red
 - URxvt.shading:              25
 - URxvt.depth:                32
 - URxvt.fading:               30
 - URxvt.mouseWheelScrollPage: false
 - URxvt.tripleclickwords:     true
 - URxvt.hold:                 false
 - 
 - !## scroll set
 - URxvt.scrollBar:            true
 - URxvt.scrollBar_right:      true
 - URxvt.scrollBar_floating:   true
 - URxvt.scrollstyle:          plain
 - URxvt.scrollWithBuffer:     true
 - URxvt.saveLines:            32767
 - 
 - URxvt.cursorUnderline:      false
 - URxvt.cursorBlink:          true
 - URxvt.pointerBlankDelay:    999999999
 - 
 - 
 - !## ======= ====== ##
 - !## zenburn colors ##
 - !## ======= ====== ##
 - 
 - URxvt.foreground:       #dcdccc
 - URxvt.background:       #3f3f3f
 - URxvt.colorUL:          #c5f779
 - URxvt.underlineColor:   #c5f779
 - URxvt.color0:           #3f3f3f
 - URxvt.color1:           #705050
 - URxvt.color2:           #60b48a
 - URxvt.color3:           #dfaf8f
 - URxvt.color4:           #506070
 - URxvt.color5:           #dc8cc3
 - URxvt.color6:           #8cd0d3
 - URxvt.color7:           #DCDCCC
 - URxvt.color8:           #709080
 - URxvt.color9:           #cc9393
 - URxvt.color10:          #7f9f7f
 - URxvt.color11:          #f0dfaf
 - URxvt.color12:          #94bff3
 - URxvt.color13:          #ec93d3
 - URxvt.color14:          #93e0e3
 - URxvt.color15:          #ffffff
 - 
 - xterm.color0:           #353535
 - xterm.color8:           #666666
 - xterm.color1:           #AE4747
 - xterm.color9:           #EE6363
 - xterm.color2:           #556B2F
 - xterm.color10:          #9ACD32
 - xterm.color3:           #DAA520
 - xterm.color11:          #FFC125
 - xterm.color4:           #6F99B4
 - xterm.color12:          #7C96B0
 - xterm.color5:           #8B7B8B
 - xterm.color13:          #D8BFD8
 - xterm.color6:           #A7A15E
 - xterm.color14:          #F0E68C
 - xterm.color7:           #DDDDDD
 - xterm.color15:          #FFFFFF
 
 
  |