Skip to content

Instantly share code, notes, and snippets.

@jcll
Created February 20, 2012 21:42
Show Gist options
  • Save jcll/1871652 to your computer and use it in GitHub Desktop.
Save jcll/1871652 to your computer and use it in GitHub Desktop.
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
!
! U R X V T - Settings
!
URxvt*geometry: 80x25
URxvt*foreground: white
URxvt*borderLess: false
URxvt*depth: 32
URxvt*background: #1e1e1e
URxvt*scrollBar_right: true
URxvt*font: xft:DejaVu Sans Mono-10
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*scrollColor: #111111
URxvt*perl-ext-common: default,clipboard
URxvt.cursorColor: #00ff00
Urxvt.color0: black
URxvt.color1: #cc0000
URxvt.color2: #4e9a06
Urxvt.color3: #c4a000
Urxvt.color4: #3465a4
Urxvt.color5: #75507b
Urxvt.color6: #06989a
Urxvt.color7: #d3d7cf
Urxvt.color8: #555753
Urxvt.color9: #ef2929
Urxvt.color10: #8ae234
Urxvt.color11: #fce94f
Urxvt.color12: #729fcf
Urxvt.color13: #ad7fa8
Urxvt.color14: #34e2e2
Urxvt.color15: #d4d4d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment