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:
parent
cdee23a6b7
commit
a8a3c1bb43
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue