Please bear with us as we work to restore functionality to dotfiles.org.
pseup
/.Xdefaults
# ------------------------------
# GENERAL {{{
Xft.dpi: 96
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.antialias: true
Xft.rgba: rgb
Xcursor*theme: Vanilla-DMZ
Xcursor*size: 16
# }}}
# ------------------------------
# COLORS {{{
!Black
*color0: #2F2E2D
*color8: #4A4845
!Red
*color1: #A36666
*color9: #D78787
!Green
*color2: #90a57d
*color10: #AFBEA2
!Yellow
*color3: #D7AF87
*color11: #E4C9AF
!Blue
*color4: #7FA5BD
*color12: #A1BDCE
!Magenta
*color5: #C79EC4
*color13: #D7BEDA
!Cyan
*color6: #8ADBB4
*color14: #B1E7DD
!White
*color7: #D0D0D0
*color15: #EFEFEF
# }}}
# ------------------------------
# URXVT {{{
urxvt*font: -*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
urxvt*depth: 32
urxvt*background: [95]#232323
urxvt*foreground: #BFBFBF
urxvt*title: >_
urxvt*geometry: 84x25
urxvt*saveLines: 5000
urxvt*scrollBar: false
urxvt*termName: rxvt-unicode
urxvt*visualBell: false
# }}}
# ------------------------------
# XTERM {{{
xterm*utf8: 2
xterm*font: -*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
xterm*foreground: #BFBFBF
xterm*background: #232323
xterm*geometry: 84x25
xterm*termname: xterm
# }}}