Vim: +colorscheme: shine->default

This commit is contained in:
Kolan Sh 2023-07-02 20:23:38 +03:00
parent 4e9c42b1d3
commit e2fac5676e
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -17,7 +17,7 @@ set showcmd
set nocompatible " обойдёмся без стандартного vi
set backspace=indent,eol,start
set nofixendofline
colorscheme shine
colorscheme default
hi DiffAdd ctermfg=white
hi DiffChange ctermfg=white
hi DiffDelete ctermfg=white