added zenburn theme to rxvt

This commit is contained in:
Tom Willemsen 2010-11-24 00:17:08 +01:00
parent dc124da3cc
commit e7ea1b02a8

View file

@ -4,25 +4,50 @@ urxvt*scrollBar: false
urxvt*secondaryScroll: true urxvt*secondaryScroll: true
urxvt*saveLines: 65535 urxvt*saveLines: 65535
urxvt*cursorBlink: false urxvt*cursorBlink: false
urxvt*cursorUnderline: true
urxvt*urgentOnBell: true urxvt*urgentOnBell: true
! Extensions ! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/ urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher: chromium-browser urxvt*urlLauncher: chromium
urxvt*matcher.button: 1 urxvt*matcher.button: 1
! - catch ugly URLs ! - catch ugly URLs
!urxvt.cutchars: `()'*<>[]{|}" !urxvt.cutchars: `()'*<>[]{|}"
! Appearance ! Appearance
! - use a bitmap font ! - use a bitmap font
!urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-* urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
!urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-* urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
! - cursor ! - cursor
urxvt*cursorColor: #DCDCCC urxvt*cursorColor: #DCDCCC
! - pseudo transparency ! - pseudo transparency
urxvt*shading: 20 urxvt*shading: 50
urxvt*transparent: true urxvt*transparent: true
! - color scheme ! - color scheme
urxvt.background: #000000 urxvt.background: #3F3F3F
urxvt.foreground: #EBEBFF urxvt.foreground: #DCDCCC
! black + red
urxvt*color0: #1E2320
urxvt*color1: #705050
! green + yellow
urxvt*color2: #60B48A
urxvt*color3: #DFAF8F
! blue + purple
urxvt*color4: #506070
urxvt*color5: #DC8CC3
! cyan + white
urxvt*color6: #8CD0D3
urxvt*color7: #DCDCCC
! bright-black + birhgt-red
urxvt*color8: #709080
urxvt*color9: #DCA3A3
! bright-green + bright-yellow
urxvt*color10: #C3BF9F
urxvt*color11: #F0DFAF
! bright-blue + bright-purple
urxvt*color12: #94BFF3
urxvt*color13: #EC93D3
! bright-cyan + bright-white
urxvt*color14: #93E0E3
urxvt*color15: #FFFFFF