Skip to content

Instantly share code, notes, and snippets.

@jasperla
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasperla/2bf289a9467963750717 to your computer and use it in GitHub Desktop.
Save jasperla/2bf289a9467963750717 to your computer and use it in GitHub Desktop.
.Xdefaults
!{{{ XFT
Xft.dpi: 72
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
!}}}
!{{{ URXVT
urxvt*loginShell: false
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*background: #1A1A1A
urxvt*foreground: #C4C5B5
urxvt*font: xft:Hermit:style=medium:pixelsize=10
urxvt*cutchars: '"'()*<>[]{|}:
# green
urxvt*color2: #98E024
urxvt*color10: #98E024
!}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment