Skip to content

Instantly share code, notes, and snippets.

@aluminiumgeek
Created September 30, 2013 22:51
Show Gist options
  • Save aluminiumgeek/6771463 to your computer and use it in GitHub Desktop.
Save aluminiumgeek/6771463 to your computer and use it in GitHub Desktop.
My urxvt settings (~/.Xdefaults)
URxvt.perl-ext-common: default,matcher
URxvt.colorUL: #86a2be
URxvt.urlLauncher: firefox
URxvt.font: xft:DejaVu Sans Mono:pixelsize=11
URxvt*foreground: #f2f2f2
URxvt*background: #101010
URxvt.scrollBar:false
! Normal
! black
URxvt*color0: #6c6c6c
! red
URxvt*color1: #e9897c
! green
URxvt*color2: #b6e77d
! yellow
URxvt*color3: #ecebbe
! blue
URxvt*color4: #7993a9
! purple
URxvt*color5: #ea96eb
! cyan
URxvt*color6: #c9caec
! white
URxvt*color7: #f2f2f2
! Light
! black
URxvt*color8: #747474
! red
URxvt*color9: #f99286
! green
URxvt*color10: #c3f786
! yellow
URxvt*color11: #fcfbcc
! blue
URxvt*color12: #b6defb
! purple
URxvt*color13: #fba1fb
! cyan
URxvt*color14: #d7d9fc
! white
URxvt*color15: #e2e2e2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment