legacy-dotfiles/.Xdefaults
2010-12-05 11:47:14 +01:00

53 lines
1.3 KiB
Text

! General
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*cursorUnderline: true
urxvt*urgentOnBell: true
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher: chromium
urxvt*matcher.button: 1
! - catch ugly URLs
!urxvt.cutchars: `()'*<>[]{|}"
! Appearance
! - use a bitmap font
urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
urxvt*shading: 50
urxvt*transparent: true
! - color scheme
urxvt.background: #000000
urxvt.foreground: #FFFFFF
! black + red
urxvt*color0: #000000
urxvt*color1: #AA0000
! green + yellow
urxvt*color2: #00AA00
urxvt*color3: #DFAF8F
! blue + purple
urxvt*color4: #0000AA
urxvt*color5: #DC8CC3
! cyan + white
urxvt*color6: #8CD0D3
urxvt*color7: #DCDCCC
! bright-black + birhgt-red
urxvt*color8: #709080
urxvt*color9: #FF0000
! bright-green + bright-yellow
urxvt*color10: #00FF00
urxvt*color11: #F0DFAF
! bright-blue + bright-purple
urxvt*color12: #00B4FF
urxvt*color13: #EC93D3
! bright-cyan + bright-white
urxvt*color14: #93E0E3
urxvt*color15: #FFFFFF