Skip to content

ntk148v/vim-horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horizon

Horizon is a beautifully warm dark colorscheme for Vim & inspired by Visual Studio Code Horizon Theme

GitHub license

1. Installation

Plug 'ntk148v/vim-horizon'
  • Other Vim Plugin Management Tools should be the same.

2. Usage

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()

3. Screenshots

nightfox nightfox nightfox

4. Compatibility

Note for MacOS: The default terminal does not support true color. Use either Iterm2 or [another] terminal that supports true color.

5. Color Palette

Preview Color Preview Color Preview Color
#09f7a0 #09f7a0 #b877db #b877db #fab795 #fab795
#6bdfe6 #6bdfe6 #d2d4de #d2d4de #fab38e #fab38e
#1c1e26 #1c1e26 #d5d8da #d5d8da #95c4ce #95c4ce
#21bfc2 #21bfc2 #e95678 #e95678 #f09483 #f09483
#25b0bc #25b0bc #ec6a88 #ec6a88

Releases

No releases published

Sponsor this project

 

Packages

No packages published