1
0
Fork 0
dotfiles/.Xdefaults

88 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

2018-09-21 15:43:53 +03:00
!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
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintfull
URxvt.intensityStyles: false
!URxvt*font: xft:Monospace:pixelsize=11
URxvt.perl-ext-common: default,vtwheel
URxvt*font: xft:Courier10 Cyr BT:pixelsize=16:style=Roman
URxvt*boldFont: xft:Courier10 Cyr BT:pixelsize=16:style=Bold
URxvt.talicFont: xft:Courier10 Cyr BT:pixelsize=16:style=Italic
URxvt.bolditalicFont: xft:Courier10 Cyr BT:pixelsize=16:style=Bold Italic
! Fix font space
URxvt*letterSpace: -1
URxvt.url-launcher: /usr/bin/firefox
URxvt.termName: xterm-256color
!urxvt.shading: 75
urxvt.inheritPixmap: false
! URxvt.matcher.button: 1
URxvt.urgentOnBell: true
!URxvt.colorUL: #4682B4
!URxvt.tabbed.tabbar-fg: 244
!URxvt.tabbed.tabbar-bg: 254
!URxvt.tabbed.tab-fg: 235
!URxvt.tabbed.tab-bg: 254
URxvt.depth: 32
URxvt.geometry: 80x30
URxvt.transparent: false
! URxvt.fading: 40
URxvt.fading: 0
URxvt.loginShell: true
URxvt.saveLines: 8192
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
! URxvt.secondaryWheel: 1
URxvt.externalBorder: 1
URxvt*iconFile: /usr/share/icons/Tango/32x32/apps/gnome-terminal.png