rename for consistency, raised scroll back buffer
This commit is contained in:
parent
3fbed4802b
commit
a39f2b2cfd
1 changed files with 21 additions and 18 deletions
39
.Xresources
39
.Xresources
|
@ -2,32 +2,32 @@
|
|||
|
||||
URxvt*termName: rxvt
|
||||
! - color scheme
|
||||
urxvt.background: #000000
|
||||
urxvt.foreground: #CCCCCC
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #CCCCCC
|
||||
! black + red
|
||||
urxvt*color0: #000000
|
||||
urxvt*color1: #e01010
|
||||
URxvt*color0: #000000
|
||||
URxvt*color1: #e01010
|
||||
! green + yellow
|
||||
urxvt*color2: #00AA00
|
||||
urxvt*color3: #FFFF00
|
||||
URxvt*color2: #00AA00
|
||||
URxvt*color3: #FFFF00
|
||||
! blue + purple
|
||||
urxvt*color4: #112037
|
||||
urxvt*color5: #A020F0
|
||||
URxvt*color4: #112037
|
||||
URxvt*color5: #A020F0
|
||||
! cyan + white
|
||||
urxvt*color6: #5B5BC7
|
||||
urxvt*color7: #fefefe
|
||||
URxvt*color6: #5B5BC7
|
||||
URxvt*color7: #fefefe
|
||||
! bright-black + bright-red
|
||||
urxvt*color8: #6a6a6a
|
||||
urxvt*color9: #FF5555
|
||||
URxvt*color8: #6a6a6a
|
||||
URxvt*color9: #FF5555
|
||||
! bright-green + bright-yellow
|
||||
urxvt*color10: #90EE90
|
||||
urxvt*color11: #ffff2f
|
||||
URxvt*color10: #90EE90
|
||||
URxvt*color11: #ffff2f
|
||||
! bright-blue + bright-purple
|
||||
urxvt*color12: #5B5BC7
|
||||
urxvt*color13: #e628ba
|
||||
URxvt*color12: #5B5BC7
|
||||
URxvt*color13: #e628ba
|
||||
! bright-cyan + bright-white
|
||||
urxvt*color14: #7D7DFB
|
||||
urxvt*color15: #ffffff
|
||||
URxvt*color14: #7D7DFB
|
||||
URxvt*color15: #ffffff
|
||||
|
||||
! - bell on urgent
|
||||
URxvt.urgentOnBell: true
|
||||
|
@ -35,6 +35,9 @@ URxvt.urgentOnBell: true
|
|||
! - kill scrollbar
|
||||
URxvt.scrollBar: false
|
||||
|
||||
! - raise scroll back buffer
|
||||
URxvt*saveLines: 65535
|
||||
|
||||
! - clickable urls
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.urlLauncher: /usr/bin/conkeror
|
||||
|
|
Loading…
Reference in a new issue