Horizon is a beautifully warm dark colorscheme for Vim & inspired by Visual Studio Code Horizon Theme
- Use Vim Plug
Plug 'ntk148v/vim-horizon'
- Other Vim Plugin Management Tools should be the same.
Put something like this in your vimrc/init.vim:
" if you don't set this option, this color might not correct
set termguicolors
colorscheme horizon
" lightline
let g:lightline = {}
let g:lightline.colorscheme = 'horizon'
" or this line
let g:lightline = {'colorscheme' : 'horizon'}
To apply lightline colorscheme without reloading:
:let g:lightline.colorscheme = 'horizon'
:call lightline#init()
:call lightline#colorscheme()
I only tested vim-horizon with Neovim, but it might work with Vim as well.
Color |
---|
#09f7a0 |
#1c1e26 |
#1c1e26 |
#21bfc2 |
#25b0bc |
#6bdfe6 |
#95c4ce |
#b877db |
#d2d4de |
#d5d8da |
#e95678 |
#ec6a88 |
#f09483 |
#fab38e |
#fab795 |