Skip to content

Instantly share code, notes, and snippets.

@relrod
Created November 8, 2009 19:52
Show Gist options
  • Save relrod/229456 to your computer and use it in GitHub Desktop.
Save relrod/229456 to your computer and use it in GitHub Desktop.
URxvt*geometry: 80x25
#URxvt*depth: 32
#URxvt*background: rgba:0000/0000/0000/aaaa
URxvt*background: #3f3f3f
URxvt*foreground: #ffffff
URxvt*reverseVideo: false
URxvt*tintColor: #dfdfdf
URxvt*font: xft:Inconsolata-9, xft:DejaVu Sans Mono-9
URxvt*scrollBar: false
URxvt*scrollBar_floating: true
URxvt*scrollBar_right: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*TtyKeypress: true
URxvt*scrollColor: #000000
URxvt*saveLines: 5500
URxvt*cursorColor: #d8d8d8
URxvt*colorBD: lightyellow
URxvt*colorUL: yellow
URxvt.perl-ext: default,matcher
URxvt.urlLauncher: /usr/local/bin/firefox3
URxvt.matcher.button: 1
URxvt.urgentOnBell: true
!colors
!black
URxvt*color0: #676767
URxvt*color8: #757575
!red
URxvt*color1: #EA6868
URxvt*color9: #FF7272
!green
URxvt*color2: #ABCB8D
URxvt*color10: #AFD78A
!yellow
URxvt*color3: #E8AE5B
URxvt*color11: #FFA75D
!blue
URxvt*color4: #71C5F4
URxvt*color12: #67CDE9
!magenta
URxvt*color5: #E2BAF1
URxvt*color13: #ECAEE9
!cyan
URxvt*color6: #21F1EA
URxvt*color14: #36FFFC
!white
URxvt*color7: #F1F1F1
URxvt*color15: #FFFFFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment