nvim: Switch to the molokai theme variant

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-15 21:07:26 +05:30
parent e9d699c73b
commit 16c20e3daa

View file

@ -23,7 +23,8 @@ Plug 'thaerkh/vim-workspace'
" Commenter
Plug 'tpope/vim-commentary'
" Theme
Plug 'bluz71/vim-moonfly-colors'
Plug 'tomasr/molokai'
Plug 'fmoralesc/molokayo'
Plug 'justinmk/vim-syntax-extra'
Plug 'octol/vim-cpp-enhanced-highlight'
" Autoload and read from dish if file changes
@ -193,7 +194,7 @@ set sessionoptions-=blank
" Theme
set background=dark
colorscheme moonfly
colorscheme molokayo
" Fixes colors in Neovim terminal
highlight LineNr ctermbg=000