nvim: Switch to the molokai theme variant
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e9d699c73b
commit
16c20e3daa
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue