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
|
" Commenter
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
" Theme
|
" Theme
|
||||||
Plug 'bluz71/vim-nightfly-guicolors'
|
Plug 'bluz71/vim-moonfly-colors'
|
||||||
Plug 'justinmk/vim-syntax-extra'
|
Plug 'justinmk/vim-syntax-extra'
|
||||||
Plug 'octol/vim-cpp-enhanced-highlight'
|
Plug 'octol/vim-cpp-enhanced-highlight'
|
||||||
" Autoload and read from dish if file changes
|
" Autoload and read from dish if file changes
|
||||||
|
@ -187,7 +187,7 @@ set sessionoptions-=blank
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme nightfly
|
colorscheme moonfly
|
||||||
" Fixes colors in Neovim terminal
|
" Fixes colors in Neovim terminal
|
||||||
highlight LineNr ctermbg=000
|
highlight LineNr ctermbg=000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue