Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created August 10, 2013 23:46
Show Gist options
  • Save jaysonrowe/6202685 to your computer and use it in GitHub Desktop.
Save jaysonrowe/6202685 to your computer and use it in GitHub Desktop.
! xscreensaver ---------------------------------------------------------------
!font settings
xscreensaver.Dialog.headingFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.Dialog.bodyFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #EDEDED
xscreensaver.Dialog.background: #202020
xscreensaver.Dialog.topShadowColor: #202024
xscreensaver.Dialog.bottomShadowColor: #202024
xscreensaver.Dialog.Button.foreground: #EDEDFF
xscreensaver.Dialog.Button.background: #444
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #EDEDFF
xscreensaver.Dialog.text.background: #444
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 20
xscreensaver.Dialog.shadowThickness: 2
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #A9B7C4
xscreensaver.passwd.thermometer.background: #202020
xscreensaver.passwd.thermometer.width: 8
!datestamp format--see the strftime(3) manual page for details
xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y
! xterm ------
XTerm*termName: xterm-256color
XTerm*utf8: 1
XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-*
XTerm*pointerColor: white
XTerm*pointerColorBackground: black
XTerm*cursorColor: yellow
XTerm*cursorBlink: true
XTerm*selectToClipboard: true
! xterm color scheme -----
*background: rgb:00/00/00
*foreground: rgb:ff/ff/ff
*color0: rgb:00/00/00
*color1: rgb:d3/62/65
*color2: rgb:ae/ce/91
*color3: rgb:e7/e1/8c
*color4: rgb:7a/7a/b0
*color5: rgb:96/3c/59
*color6: rgb:41/81/79
*color7: rgb:be/be/be
*color8: rgb:66/66/66
*color9: rgb:ef/81/71
*color10: rgb:e5/f7/79
*color11: rgb:ff/f7/96
*color12: rgb:41/86/be
*color13: rgb:ef/9e/be
*color14: rgb:71/be/be
*color15: rgb:ff/ff/ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment