Skip to content

Adaptation of VS Code horizon colorscheme for Vim

License

Notifications You must be signed in to change notification settings

buschco/vim-horizon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horizon

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

Installation

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

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

Screenshots

Compatibility

I only tested vim-horizon with Neovim, but it might work with Vim as well.

About

Adaptation of VS Code horizon colorscheme for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%