added zenburn theme to rxvt
This commit is contained in:
parent
dc124da3cc
commit
e7ea1b02a8
1 changed files with 31 additions and 6 deletions
37
.Xdefaults
37
.Xdefaults
|
@ -4,25 +4,50 @@ 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-browser
|
||||
urxvt*urlLauncher: chromium
|
||||
urxvt*matcher.button: 1
|
||||
! - catch ugly URLs
|
||||
!urxvt.cutchars: `()'*<>[]{|}"
|
||||
|
||||
! Appearance
|
||||
! - use a bitmap font
|
||||
!urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
|
||||
!urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-*
|
||||
urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
|
||||
urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
|
||||
! - cursor
|
||||
urxvt*cursorColor: #DCDCCC
|
||||
! - pseudo transparency
|
||||
urxvt*shading: 20
|
||||
urxvt*shading: 50
|
||||
urxvt*transparent: true
|
||||
! - color scheme
|
||||
urxvt.background: #000000
|
||||
urxvt.foreground: #EBEBFF
|
||||
urxvt.background: #3F3F3F
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue