~ thayer
/.Xdefaults
Terminal colors, xscreensaver scheme, urxvt settings and whatnot.
! ----------------------------------------------------------------------
! file: ~/.Xdefaults
! author: Thayer Williams - http://cinderwick.ca
! modified: July 26, 2008
! vim:set ts=2 tw=80 ft=xdefaults:
! ----------------------------------------------------------------------
! Xcursor --------------------------------------------------------------
Xcursor*theme: Vanilla-DMZ-AA
Xcursor.size: 22
! terminal colors ------------------------------------------------------
! tangoesque scheme
*background: #111111
*foreground: #babdb6
! Black
*color0: #000000
*color8: #555753
! Red
*color1: #ff6565
*color9: #ff8d8d
! Green
*color2: #93d44f
*color10: #c8e7a8
! Yellow
*color3: #eab93d
*color11: #ffc123
! Blue
*color4: #204a87
*color12: #3465a4
! Mangenta
*color5: #ce5c00
*color13: #f57900
! Cyan
*color6: #89b6e2
*color14: #46a4ff
! White
*color7: #cccccc
*color15: #ffffff
! rxvt-unicode ---------------------------------------------------------
!for antialiased fonts (using Xft)
!urxvt*font: xft:Monospace:pixelsize=14
!urxvt*boldFont: xft:Monospace:pixelsize=14
!for normal X11 fonts:
urxvt*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
urxvt*boldFont: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
urxvt*geometry: 120x35
urxvt*internalBorder: 5
urxvt*fading: 20
urxvt*shading: 30
urxvt*tintColor: black
urxvt*inheritPixmap: true
!urxvt*depth: 24
urxvt*depth: 32
urxvt*saveLines: 32767
urxvt*visualBell: true
urxvt*scrollTtyKeypress: true
urxvt*scrollWithBuffer: false
urxvt*scrollTtyOutput: false
urxvt*scrollBar: false
urxvt*scrollstyle: plain
urxvt*scrollBar_right: true
urxvt*scrollColor: #777777
urxvt*cursorColor: #ffcc00
urxvt*loginShell: true
urxvt*termName: rxvt
urxvt*cutchars: "()*,<>[]{}|'
urxvt*print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
urxvt*secondaryScroll: true
urxvt*mapAlert: true
urxvt*utmpInhibit: true
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher
urxvt*urlLauncher: /usr/bin/firefox
urxvt*matcher.button: 1
urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
urxvt*background: rgba:1111/1111/1111/dddd
! xterm ----------------------------------------------------------------
xterm*geometry: 80x25
xterm*faceName: terminus:pixelsize=10
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 32767
xterm*scrollTtyKeypress: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*loginShell: true
xterm*jumpScroll: false
xterm*multiScroll: true
xterm*toolBar: true
! xclock ---------------------------------------------------------------
xclock*analog: false
xclock*update: 1 ! update every 1 sec
xclock*Foreground: white
xclock*background: black
! xpdf -----------------------------------------------------------------
xpdf*enableFreetype: yes
xpdf*antialias: yes
xpdf*foreground: black
xpdf*background: white
xpdf*urlCommand: /usr/bin/firefox %s
xpdf*viKeys: on
! xscreensaver ---------------------------------------------------------
!font settings
xscreensaver.Dialog.headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
xscreensaver.Dialog.buttonFont: -*-fixed-bold-r-*-*-*-120-*-*-*-*-iso8859-1
xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-1
xscreensaver.passwd.passwdFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #ffffff
xscreensaver.Dialog.background: #111111
xscreensaver.Dialog.topShadowColor: #111111
xscreensaver.Dialog.bottomShadowColor: #111111
xscreensaver.Dialog.Button.foreground: #666666
xscreensaver.Dialog.Button.background: #ffffff
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #666666
xscreensaver.Dialog.text.background: #ffffff
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 20
xscreensaver.Dialog.shadowThickness: 2 ! must be > zero
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #ff0000
xscreensaver.passwd.thermometer.background: #000000
xscreensaver.passwd.thermometer.width: 8
!datestamp format--see the strftime(3) manual page for details
xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y