Please bear with us as we work to restore functionality to dotfiles.org.
cemeth
/.Xresources
or .Xdefaults
! ~/.Xresources or ~/.Xdefaults -*- coding: utf-8 -*-
!-----------------------------------------------------------------------------
! Symlink ~/.Xdefaults to ~/.Xresources
! Run "xrdb -merge .Xresources" to apply changes for running X session.
! See also /usr/X11R6/lib/X11/app-defaults/
! All terminal color settings are at the bottom of this file.
!-----------------------------------------------------------------------------
!*printCommand: lpr
*visualBell: true
Ghostview.pageMedia: A4
! Xft settings
!Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: none
!Xft.rgba: rgb
! X11 mouse cursor
Xcursor.theme: Oxygen_Black
!Xcursor.size: 32 ! 32, 48 or 64 are probably good values
! rxvt-unicode (urxvt)
URxvt*geometry: 80x25
URxvt*font: 9x15
!URxvt*font: xft:Bitstream Vera Sans Mono-11
URxvt*cursorColor: green
URxvt*cursorBlink: false
!URxvt*termName: rxvt-unicode
URxvt*loginShell: true
URxvt*jumpScroll: true
!URxvt*depth: 32
URxvt*saveLines: 2000
URxvt*internalBorder: 2
URxvt*scrollBar: true
URxvt*scrollstyle: plain
URxvt*scrollBar_right: true
URxvt*scrollBar_floating: true
URxvt*scrollKey: false
URxvt*scrollLines: 3
URxvt*scrollTtyKeypress: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: false
URxvt*scrollColor: #777777
URxvt*visualBell: true
URxvt*eightBitInput: true
URxvt*eightBitOutput: true
URxvt*inheritPixmap: true
URxvt*tintColor: #aaaaaa
URxvt*fading: 15
URxvt*shading: 20
!URxvt*print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
!URxvt*utmpInhibit: true
URxvt*perl-lib: /usr/lib/urxvt
URxvt*perl-ext-common: default,matcher
URxvt*searchable-scrollback:
URxvt*urlLauncher: firefox
URxvt*matcher.button: 2
URxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
!URxvt.tabbed.tabbar-fg: 3
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-fg: 0
!URxvt.tabbed.tab-bg: 1
! xterm
!XTerm*highlightColor: #474747
XTerm*termName: xterm-color
XTerm*loginShell: true
!XTerm*altSendsEscape: true
XTerm*eightBitInput: true
XTerm*eightBitOutput: true
XTerm*utf8: 1
!XTerm*faceName: Liberation Mono
!XTerm*faceSize: 9
XTerm*cursorBlink: false
! xlock
XLock.background: #012C66
XLock.foreground: #6D8AA2
XLock.username: Username:
XLock.info: Enter password to unlock!
! xmessage
.xmessage.form.okay.shapeStyle: rectangle
.xmessage.form.okay.background: IndianRed
.xmessage.form.okay.foreground: ivory3
.xmessage*message*background: ivory3
! 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
! shadowThickness must be > 0
xscreensaver.Dialog.shadowThickness: 2
!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
!-----------------------------------------------------------------------------
! Color Themes (terminal colors)
!-----------------------------------------------------------------------------
! dark background
URxvt*foreground: rgb:ee/ee/ee
URxvt*background: rgb:00/00/00
XTerm*background: #000000
XTerm*foreground: #efefef
*cursorColor: yellow
*color0: black
*color1: #9e1828
*color2: #aece92
*color3: #968a38
*color4: #414171
*color5: #963c59
*color6: #418179
*color7: gray
*color8: gray40
*color9: #cf6171
*color10: #c5f779
*color11: #fff796
*color12: #4186be
*color13: #cf9ebe
*color14: #71bebe
*color15: white
!! light background
!URxvt*foreground: rgb:00/00/00
!URxvt*background: rgb:ff/ff/ff
!XTerm*background: #000000
!XTerm*foreground: #ffffff
!*color0: black
!*color1: darkred
!*color2: darkgreen
!*color3: darkorange
!*color4: navy
!*color5: darkmagenta
!*color6: lightseagreen
!*color7: white
!*color8: black
!*color9: darkred
!*color10: darkgreen
!*color11: darkorange
!*color12: navy
!*color13: darkmagenta
!*color14: lightseagreen
!*color15: white
!! Tango color scheme
!URxvt*foreground: rgb:ef/ef/ef
!URxvt*background: rgb:00/00/00
!XTerm*background: #000000
!XTerm*foreground: #efefef
!URxvt*color0: #2e3436
!URxvt*color8: #555753
!URxvt*color1: #cc0000
!URxvt*color9: #ef2929
!URxvt*color2: #4e9a06
!URxvt*color10: #8ae234
!URxvt*color3: #c4a000
!URxvt*color11: #fce94f
!URxvt*color4: #00AFFF
!URxvt*color12: #729fcf
!URxvt*color5: #75507b
!URxvt*color13: #ad7fa8
!URxvt*color6: #0b939b
!URxvt*color14: #00f5e9
!URxvt*color15: #eeeeec
!URxvt*color7: #d3d7cf
!-----------------------------------------------------------------------------
!vim: set fenc=utf-8 ft=xdefaults sts=4 sw=4 ts=4 et :