diff --git a/shellrc b/shellrc index 7008107..070d582 100644 --- a/shellrc +++ b/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 diff --git a/vimrc b/vimrc index d7d5407..5ce3a2a 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,5 @@ set nocompatible -set background=dark +set background=light set backspace=indent,eol,start set cursorline set foldmethod=marker diff --git a/xresources b/xresources index 1a35695..4faa07e 100644 --- a/xresources +++ b/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