nvim: Switch to vanilla molokai
Better contrast and darker colors. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a05099b6bb
commit
95a31ad348
1 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,7 @@ Plug 'thaerkh/vim-workspace'
|
|||
" Commenter
|
||||
Plug 'tpope/vim-commentary'
|
||||
" Theme
|
||||
Plug 'sainnhe/sonokai'
|
||||
Plug 'fatih/molokai'
|
||||
" Syntax highlighting
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
" Autoload and read from dish if file changes
|
||||
|
@ -181,10 +181,8 @@ set completeopt=menu,noselect,preview,noinsert
|
|||
set sessionoptions-=blank
|
||||
set grepprg=rg\ --vimgrep
|
||||
|
||||
let g:sonokai_style = 'andromeda'
|
||||
let g:sonokai_enable_italic = 1
|
||||
let g:sonokai_disable_italic_comment = 1
|
||||
colorscheme sonokai
|
||||
let g:rehash256 = 1
|
||||
colorscheme molokai
|
||||
|
||||
" --------------------------- Key Bindings -----------------------------------
|
||||
" Allow saving of files as sudo when I forgot to start vim using sudo
|
||||
|
|
Loading…
Reference in a new issue