change theme to purify

This commit is contained in:
Václav Uruba 2020-12-28 17:14:56 +01:00
parent 0caabf18f5
commit 9662d31da3
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -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