+ Tweaked colorscheme

This commit is contained in:
ziro 2020-07-26 16:37:05 +07:00
parent 16113a0a2d
commit e8f4a2d490
2 changed files with 5 additions and 2 deletions

View file

@ -56,7 +56,8 @@ st*chscale: 1.0
st*cwscale: 1.0 st*cwscale: 1.0
st*color0: #353b48 st*color0: #353b48
st*color8: #2f3640 st*color8: #2A3039
!!/* #2f3640 */
st*color1: #e84118 st*color1: #e84118
st*color9: #c23616 st*color9: #c23616
st*color2: #4cd137 st*color2: #4cd137

View file

@ -10,7 +10,9 @@ set number
set ignorecase set ignorecase
set smartcase set smartcase
set mouse=a 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 syntax on
filetype indent plugin on filetype indent plugin on
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>