Skip to content

Instantly share code, notes, and snippets.

@PkmX
Created November 2, 2012 04:54
Show Gist options
  • Save PkmX/3998794 to your computer and use it in GitHub Desktop.
Save PkmX/3998794 to your computer and use it in GitHub Desktop.
! urxvt {{{
urxvt*scrollBar: off
urxvt*urgentOnBell: true
urxvt*font: xft:Monospace:size=9,xft:WenQuanYi Micro Hei Mono:size=9
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,clipboard
urxvt*matcher.button: 1
urxvt*urlLauncher: chromium
urxvt*underlineurls: true
urxvt*termName: rxvt-256color
! }}}
! colors {{{
! black
urxvt*color0: #000000
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
! bg/fg
urxvt*background: #000000
urxvt*foreground: #EEEEEC
! }}}
! vim:set fdm=marker:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment