diff --git a/.config/Xresources b/.config/Xresources index dcda121..e4c366f 100644 --- a/.config/Xresources +++ b/.config/Xresources @@ -56,7 +56,8 @@ st*chscale: 1.0 st*cwscale: 1.0 st*color0: #353b48 -st*color8: #2f3640 +st*color8: #2A3039 +!!/* #2f3640 */ st*color1: #e84118 st*color9: #c23616 st*color2: #4cd137 diff --git a/.config/vim/vim_uni b/.config/vim/vim_uni index 5461fd0..bd40504 100644 --- a/.config/vim/vim_uni +++ b/.config/vim/vim_uni @@ -10,7 +10,9 @@ set number set ignorecase set smartcase set mouse=a -hi VertSplit cterm=NONE ctermbg=Black ctermfg=Black +set background=dark +highlight VertSplit cterm=NONE ctermbg=0 ctermfg=0 +hi! EndOfBuffer ctermbg=8 ctermfg=8 syntax on filetype indent plugin on map :NERDTreeToggle