Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-09-18 10:18:29 +02:00
parent 58f342e86a
commit 98ea485a6d
Signed by: y0rune
GPG Key ID: F204C385F57EB348
2 changed files with 1 additions and 2 deletions

2
.vimrc
View File

@ -93,7 +93,7 @@ let &t_SI = "\<esc>[6 q"
let &t_EI = "\<esc>[2 q" let &t_EI = "\<esc>[2 q"
" colors " colors
colorscheme desert set bg=dark
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
hi CursorLine ctermbg=235 hi CursorLine ctermbg=235

View File

@ -73,7 +73,6 @@ let &t_EI = "\<esc>[2 q"
" colors " colors
set bg=dark set bg=dark
colorscheme desert
" map " map
nnoremap S :%s//g<Left><Left> nnoremap S :%s//g<Left><Left>