nvim: Switch to sonokai

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-27 21:04:45 +05:30
parent 2b59e8e343
commit 025d0ddab3

View file

@ -24,8 +24,7 @@ Plug 'thaerkh/vim-workspace'
" Commenter
Plug 'tpope/vim-commentary'
" Theme
Plug 'tomasr/molokai'
Plug 'fmoralesc/molokayo'
Plug 'sainnhe/sonokai'
" Syntax highlighting
Plug 'sheerun/vim-polyglot'
" Autoload and read from dish if file changes
@ -182,10 +181,10 @@ set completeopt=menu,noselect,preview,noinsert
set sessionoptions-=blank
" Theme
set background=dark
colorscheme molokayo
" Fixes colors in Neovim terminal
highlight LineNr ctermbg=000
let g:sonokai_style = 'atlantis'
let g:sonokai_enable_italic = 1
let g:sonokai_disable_italic_comment = 1
colorscheme sonokai
" --------------------------- Key Bindings -----------------------------------
" Use <C-L> to clear the highlighting of :set hlsearch.