Skip to content

Instantly share code, notes, and snippets.

@agesome
Created June 28, 2009 11:53
Show Gist options
  • Save agesome/137246 to your computer and use it in GitHub Desktop.
Save agesome/137246 to your computer and use it in GitHub Desktop.
urxvt.termName: rxvt-256color
urxvt.loginShell: false
urxvt.scrollBar: false
urxvt.internalBorder: 0
urxvt.borderWidth: 0
urxvt.secondaryScroll: true
urxvt.saveLines: 65535
urxvt.cursorBlink: false
!urxvt.font: xft:Terminus-10
urxvt.font: xft:Dejavu Sans Mono-10
urxvt.foreground: #eeeeec
urxvt.background: #2e3436
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher: /usr/bin/firefox
urxvt*matcher.button: 1
urxvt.cutchars: `()'*<>[]{|}"
URxvt*cutchars: `"()'*<>[]{|}
urxvt.urgentOnBell: true
Emacs.font: Envy Code R-10
!Emacs.font: Dejavu Sans Mono-10
!Emacs.font: Terminus-10
!Emacs.FontBackend: xft
Xcursor.theme: ATER
Xcursor.size: 24
!-- Tango color scheme
! Black
URxvt*color0: #2e3436
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: #204A87
URxvt*color12: #729fcf
! Purple
URxvt*color5: #75507b
URxvt*color13: #ad7fa8
! Cyan
URxvt*color6: #0b939b
URxvt*color14: #00f5e9
! White
URxvt*color15: #eeeeec
URxvt*color7: #d3d7cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment