Skip to content

ntk148v/vim-horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 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
#09f7a0
#b877db
#fab795
#6bdfe6
#d2d4de
#fab38e
#1c1e26
#d5d8da
#21bfc2
#e95678
#f09483
#25b0bc
#ec6a88

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •