Skip to content

Instantly share code, notes, and snippets.

@rsdy
Created March 3, 2012 21:17
Show Gist options
  • Save rsdy/1968311 to your computer and use it in GitHub Desktop.
Save rsdy/1968311 to your computer and use it in GitHub Desktop.
urxvt settings and colouring
URxvt*termName: rxvt-256color
URxvt.font: xft:Envy Code R:size=8
URxvt*scrollBar: false
URxvt*urllauncher: /usr/bin/firefox
URxvt*urlLauncher: /usr/bin/firefox
URxvt*matcher.button: 3
URxvt*saveLines: 8192
URxvt.perl-ext-common:default,matcher
URxvt*cursorColor: #d8d8d8
URxvt*urgentOnBell: true
URxvt.depth: 32
URxvt*foreground: #f2f2f2
URxvt*background: [80]#050505
! Normal
! color0 black
! color1 red
! color2 green
! color3 yellow
! color4 blue
! color5 purple
! color6 cyan
! color7 white
!rxvt*color0: #6c6c6c
!rxvt*color1: #e9897c
!rxvt*color2: #b6e77d
!rxvt*color3: #ecebbe
!rxvt*color4: #99aaee
!rxvt*color5: #ea96eb
!rxvt*color6: #c9caec
!rxvt*color7: #f2f2f2
URxvt*color0: #222222
URxvt*color1: #FF6C60
URxvt*color2: #A8FF60
URxvt*color3: #FFFFB6
URxvt*color4: #96CBFE
URxvt*color5: #FF73FD
URxvt*color6: #C6C5FE
URxvt*color7: #EEEEEE
! Light
! color8 black
! color9 red
! color10 green
! color11 yellow
! color12 blue
! color13 purple
! color14 cyan
! color15 white
!rxvt*color8: #747474
!rxvt*color9: #f99286
!rxvt*color10: #c3f786
!rxvt*color11: #fcfbcc
!rxvt*color12: #b6defb
!rxvt*color13: #fba1fb
!rxvt*color14: #d7d9fc
!rxvt*color15: #e2e2e2
URxvt*color8: #7C7C7C
URxvt*color9: #f30085
URxvt*color10: #CEFFAB
URxvt*color11: #FFFFCB
URxvt*color12: #9999CB
URxvt*color13: #FF9CFE
URxvt*color14: #DFDFFE
URxvt*color15: #FFFFFF
URxvt.keysym.C-0: command:\033]710;xft:Envy Code R:size=8\007
URxvt.keysym.C-minus: command:\033]710;xft:Envy Code R:size=13\007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment