nvim: Switch to moonfly theme

The dark black background of moonfly theme I like. So switch. Rest
seems the same as nightfly.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-03 09:42:48 +05:30
parent cdee23a6b7
commit a8a3c1bb43

View file

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