change theme to purify
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
" Themes, visual elements
|
" Themes, visual elements
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
Plug 'kyoz/purify', { 'rtp': 'vim' }
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
|
|
||||||
" Symlink
|
" Symlink
|
||||||
@@ -27,7 +27,7 @@ call plug#end()
|
|||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
colorscheme dracula
|
colorscheme purify
|
||||||
|
|
||||||
" Mouse
|
" Mouse
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|||||||
Reference in New Issue
Block a user