Skip to content

Instantly share code, notes, and snippets.

@nyux
Created October 23, 2012 23:53
Show Gist options
  • Save nyux/3942694 to your computer and use it in GitHub Desktop.
Save nyux/3942694 to your computer and use it in GitHub Desktop.
! source = http://sdkmvx.wordpress.com/2008/08/13/rxvt-unicode-terminal-colors/
urxvt*foreground: #f2f2f2
urxvt*background: #101010
! Normal
! color0 black
! color1 red
! color2 green
! color3 yellow
! color4 blue
! color5 purple
! color6 cyan
! color7 white
urxvt*color0: #6c6c6c
urxvt*color1: #e9897c
urxvt*color2: #b6e77d
urxvt*color3: #ecebbe
urxvt*color4: #a9cdeb
urxvt*color5: #ea96eb
urxvt*color6: #c9caec
urxvt*color7: #f2f2f2
! Light
! color8 black
! color9 red
! color10 green
! color11 yellow
! color12 blue
! color13 purple
! color14 cyan
! color15 white
urxvt*color8: #747474
urxvt*color9: #f99286
urxvt*color10: #c3f786
urxvt*color11: #fcfbcc
urxvt*color12: #b6defb
urxvt*color13: #fba1fb
urxvt*color14: #d7d9fc
urxvt*color15: #e2e2e2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment