and to light back again. Apparently light one is more convenient still
This commit is contained in:
parent
148ad5edb0
commit
5bb120487d
3 changed files with 11 additions and 13 deletions
4
shellrc
4
shellrc
|
@ -341,8 +341,8 @@ if is_zsh; then
|
|||
if [[ -r ${hl_script} ]]; then
|
||||
source ${hl_script}
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
|
||||
ZSH_HIGHLIGHT_STYLES[path]='fg=white,bold'
|
||||
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=white,bold'
|
||||
ZSH_HIGHLIGHT_STYLES[path]='fg=black,bold'
|
||||
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=black,bold'
|
||||
fi
|
||||
# }}}
|
||||
else
|
||||
|
|
2
vimrc
2
vimrc
|
@ -1,5 +1,5 @@
|
|||
set nocompatible
|
||||
set background=dark
|
||||
set background=light
|
||||
set backspace=indent,eol,start
|
||||
set cursorline
|
||||
set foldmethod=marker
|
||||
|
|
18
xresources
18
xresources
|
@ -24,7 +24,6 @@ URxvt.urgentOnBell: true
|
|||
URxvt.termName: rxvt-unicode-256color
|
||||
URxvt.internalBorder: 0
|
||||
URxvt.fading: 5
|
||||
URxvt.depth: 32
|
||||
|
||||
! urxvt perl extensions
|
||||
URxvt.perl-ext-common: default,matcher,clipboard
|
||||
|
@ -34,16 +33,15 @@ URxvt.keysym.C-C: perl:clipboard:copy
|
|||
URxvt.keysym.C-V: perl:clipboard:paste
|
||||
! }}}
|
||||
! {{{ urxvt colors
|
||||
! solarized light
|
||||
!URxvt.foreground: #657b83
|
||||
!URxvt.background: #fdf6e3
|
||||
!URxvt.cursorColor: #002b36
|
||||
!URxvt.colorBD: #002b36
|
||||
!URxvt.foreground: #839496
|
||||
!URxvt.background: [80]#00141A
|
||||
!URxvt.cursorColor: #fdf6e3
|
||||
!URxvt.colorBD: #fdf6e3
|
||||
|
||||
URxvt.foreground: #839496
|
||||
URxvt.background: [80]#00141A
|
||||
URxvt.cursorColor: #fdf6e3
|
||||
URxvt.colorBD: #fdf6e3
|
||||
URxvt.foreground: #657b83
|
||||
URxvt.background: #fdf6e3
|
||||
URxvt.cursorColor: #002b36
|
||||
URxvt.colorBD: #002b36
|
||||
|
||||
URxvt.color0: #073642
|
||||
URxvt.color1: #dc322f
|
||||
|
|
Loading…
Reference in a new issue