Skip to content

Instantly share code, notes, and snippets.

@relrod
Created January 8, 2010 23:29
Show Gist options
  • Save relrod/272568 to your computer and use it in GitHub Desktop.
Save relrod/272568 to your computer and use it in GitHub Desktop.
#URxvt*depth: 32
#URxvt*background: rgba:0000/0000/0000/eeee
#URxvt*transparent: true
#URxvt*tintColor: #000000
#URxvt*shading: 13
*foreground: #DDEEDD
*background: #151515
URxvt*font: xft:Droid Sans Mono Custom:pixelsize=11:antialias=true, \
xft:DejaVu Sans Mono:pixelsize=11:antialias=true
#URxvt*font: xft:Monaco:pixelsize=11:antialias=true
#urxvt*font: xft:Inconsolata-10, \
# xft:DejaVu Sans Mono-10
#urxvt*boldFont: xft:Inconsolata-10, \
# xft:DejaVu Sans Mono-10
#urxvt*boldItalicFont: xft:Inconsolata-10:italic, \
# xft:DejaVu Sans Mono-10:italic
!black
*color0: #4d4d4d
*color8: #4d4d4d
!red
*color1: #D81860
*color9: #F00060
!green
*color2: #B7CE42
*color10: #BDE077
!yellow
*color3: #FEA63C
*color11: #FFE863
!blue
*color4: #66AABB
*color12: #AACCBB
!magenta
*color5: #B7416E
*color13: #BB4466
!cyan
*color6: #5E7175
*color14: #A3BABF
!white
*color7: #DDEEDD
*color15: #6C887A
URxvt*urlLauncher: firefox3
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*TtyKeypress: true
URxvt*saveLines: 5500
URxvt*colorBD: lightyellow
URxvt*colorUL: yellow
URxvt.perl-ext: default,matcher
URxvt.matcher.button: 1
URxvt.urgentOnBell: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment