dotfiles/x/Xresources

128 lines
3.5 KiB
Plaintext
Raw Normal View History

2012-11-14 16:37:34 +01:00
! --- ~/.Xresources ------------------------------------------------------------
! ------------------------------------------------------------------------------
! --- generated with 4bit Terminal Color Scheme Designer -----------------------
! ------------------------------------------------------------------------------
! --- http://ciembor.github.com/4bit -------------------------------------------
! ------------------------------------------------------------------------------
! --- special colors ---
! pale_white: #E0D0AA
! bluegreen: #8DA893
! base: #1D1E24
! orange: #C18E44
! brown: #493227
2012-11-14 16:37:34 +01:00
*background: #202020
*foreground: #bbbbbb
2012-11-14 16:37:34 +01:00
! --- standard colors ---
2012-11-14 16:37:34 +01:00
! black
*color0: #000000
2012-11-14 16:37:34 +01:00
! bright_black
*color8: #262626
2012-11-14 16:37:34 +01:00
! red
*color1: #b87a7a
2012-11-14 16:37:34 +01:00
! bright_red
*color9: #dbbdbd
2012-11-14 16:37:34 +01:00
! green
*color2: #7ab87a
2012-11-14 16:37:34 +01:00
! bright_green
*color10: #bddbbd
2012-11-14 16:37:34 +01:00
! yellow
*color3: #b8b87a
2012-11-14 16:37:34 +01:00
! bright_yellow
*color11: #dbdbbd
2012-11-14 16:37:34 +01:00
! blue
*color4: #7a7ab8
2012-11-14 16:37:34 +01:00
! bright_blue
*color12: #bdbddb
2012-11-14 16:37:34 +01:00
! magenta
*color5: #b87ab8
2012-11-14 16:37:34 +01:00
! bright_magenta
*color13: #dbbddb
2012-11-14 16:37:34 +01:00
! cyan
*color6: #7ab8b8
2012-11-14 16:37:34 +01:00
! bright_cyan
*color14: #bddbdb
2012-11-14 16:37:34 +01:00
! white
*color7: #d9d9d9
2012-11-14 16:37:34 +01:00
! bright_white
*color15: #ffffff
2012-11-14 16:37:34 +01:00
! ------------------------------------------------------------------------------
! --- end of terminal colors section -------------------------------------------
! ------------------------------------------------------------------------------
! scrollbar style - xvt (default), plain (most compact), next, or xterm
URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.urgentOnBell: True
URxvt.depth: 32
URxvt.background: [95]#202020
2013-07-20 17:13:44 +02:00
URxvt.font: xft:Inconsolata:pixelsize=12:antialias=true:hinting=true
URxvt.boldFont: xft:Inconsolata:bold:pixelsize=12:antialias=true:hinting=true
2012-11-14 16:37:34 +01:00
URxvt.geometry: 100x30
URxvt.scrollColor: [95]#91BA0D
2012-11-14 16:37:34 +01:00
! xscreensaver settings
!font settings
xscreensaver.Dialog.bodyFont: -*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*
2012-11-14 16:37:34 +01:00
xscreensaver.Dialog.headingFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #8da893
xscreensaver.Dialog.background: #1d1e24
2012-11-14 16:37:34 +01:00
xscreensaver.Dialog.topShadowColor: #C18E44
xscreensaver.Dialog.bottomShadowColor: #C18E44
2012-11-14 16:37:34 +01:00
xscreensaver.Dialog.Button.foreground: #eaecf5
xscreensaver.Dialog.Button.background: #493227
2012-11-14 16:37:34 +01:00
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #8da893
xscreensaver.Dialog.text.background: #1d1e24
2012-11-14 16:37:34 +01:00
xscreensaver.Dialog.internalBorderWidth:15
xscreensaver.Dialog.borderWidth: 1
xscreensaver.Dialog.shadowThickness: 1
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #8da893
xscreensaver.passwd.thermometer.background: #1d1e24
2012-11-14 16:37:34 +01:00
xscreensaver.passwd.thermometer.width: 8
!datestamp format--see the strftime(3) manual page for details
xscreensaver.dateFormat: %H:%M %d-%m-%Y
! xclock settings
xclock*analog: false
xclock*brief: true
xclock*foreground: #8da893