Skip to content

Instantly share code, notes, and snippets.

Created May 8, 2013 10:11
Show Gist options
  • Save anonymous/5539549 to your computer and use it in GitHub Desktop.
Save anonymous/5539549 to your computer and use it in GitHub Desktop.
! Enable alpha channel
URxvt.depth: 32
! Set base colors
URxvt.background: [80]#E7E7E7
URxvt.foreground: #30343A
URxvt.cursorColor: #30343A
! Scrollbar at right
URxvt.scrollColor: #d0d0d0
URxvt.troughColor: #E7E7E7
URxvt.scrollBar_right: 1
! Black
URxvt.color0: #222222
URxvt.color8: #444444
! Red
URxvt.color1: #3D2657
URxvt.color9: #BD6C93
! Green
URxvt.color2: #2C5E35
URxvt.color10: #6DC276
! Yellow
URxvt.color3: #5E5E2C
URxvt.color11: #C2C267
! Blue
URxvt.color4: #313F63
URxvt.color12: #6D85C7
! Purple
URxvt.color5: #3D2657
URxvt.color13: #9D6CBA
! Cyan
URxvt.color6: #1F5655
URxvt.color14: #5CA8BD
! White
URxvt.color7: #999999
URxvt.color15: #DDDDDD
! Load Perl extensions
!URxvt.perl-ext-common: default, url-select, clipboard
URxvt.perl-ext: default,matcher,clipboard
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
! Clickable URLs
!URxvt.url-select.launcher: /usr/bin/firefox
!URxvt.url-select.button: 1
! Clipboard
URxvt.keysym.M-C: perl:clipboard:copy
URxvt.keysym.M-V: perl:clipboard:paste
URxvt.keysym.M-C-V: perl:clipboard:paste_escaped
! ProggyTiny Font
! URxvt.font: -misc-proggytinytt-medium-r-normal--0-0-0-0-c-0-iso8859-1,fixed
! URxvt.font: -misc-monaco-medium-r-normal--0-0-0-0-p-0-iso8859-1
!URxvt.font: xft:M+:weight=light:size=8,xft:Monaco:size=7,fixed
URxvt.font: xft:Ubuntu Mono:size=8,xft:Monaco:size=7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment