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()
![]() |
![]() |
![]() |
- NeoVim/Vim
- True color support
Note
For MacOS: The default terminal
does not support true color
. Use either Iterm2
or [another] terminal that supports true color.
Preview | Color |
---|---|
#09f7a0 | |
#b877db | |
#fab795 | |
#6bdfe6 | |
#d2d4de | |
#fab38e | |
#1c1e26 | |
#d5d8da | |
#21bfc2 | |
#e95678 | |
#f09483 | |
#25b0bc | |
#ec6a88 |