All Projects → ntk148v → Vim Horizon

ntk148v / Vim Horizon

Licence: apache-2.0
Adaptation of VS Code horizon colorscheme for Vim

Projects that are alternatives of or similar to Vim Horizon

Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+468.29%)
Mutual labels:  neovim, vim-colorscheme
Ci dark
Stars: ✭ 79 (-3.66%)
Mutual labels:  neovim, vim-colorscheme
Seabird
a vim and terminal theme based on hue 204 (blue, blue...)
Stars: ✭ 84 (+2.44%)
Mutual labels:  neovim, vim-colorscheme
Oceanic Material
Oceanic Material Colorscheme on Vim/NeoVim
Stars: ✭ 117 (+42.68%)
Mutual labels:  neovim, vim-colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+240.24%)
Mutual labels:  neovim, vim-colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+218.29%)
Mutual labels:  neovim, vim-colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+31.71%)
Mutual labels:  neovim, vim-colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+325.61%)
Mutual labels:  neovim, vim-colorscheme
Falcon
A colour scheme for terminals, Vim and friends.
Stars: ✭ 483 (+489.02%)
Mutual labels:  neovim, vim-colorscheme
Nvim Treesitter
Nvim Treesitter configurations and abstraction layer
Stars: ✭ 1,129 (+1276.83%)
Mutual labels:  neovim
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-7.32%)
Mutual labels:  neovim
Coc Bookmark
Bookmark extension for coc.nvim
Stars: ✭ 66 (-19.51%)
Mutual labels:  neovim
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-19.51%)
Mutual labels:  neovim
Ncm2
❤️ Slim, Fast and Hackable Completion Framework for Neovim
Stars: ✭ 1,198 (+1360.98%)
Mutual labels:  neovim
Dotfiles
🏡 dotfiles
Stars: ✭ 66 (-19.51%)
Mutual labels:  neovim
Vim Config
Lean mean (Neo)Vim machine, carefully crafted with ❤️ Use with latest Neovim or Vim 8
Stars: ✭ 1,214 (+1380.49%)
Mutual labels:  neovim
Highlight.lua
a neovim syntax highlighter using treesitter
Stars: ✭ 65 (-20.73%)
Mutual labels:  neovim
Coc Vimtex
vimtex integration for coc.nvim
Stars: ✭ 74 (-9.76%)
Mutual labels:  neovim
Dotfiles
🏠
Stars: ✭ 60 (-26.83%)
Mutual labels:  neovim
Wishlist
A public catalogue of Lua plugins Neovim users would like to see exist
Stars: ✭ 74 (-9.76%)
Mutual labels:  neovim

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.

Color Palette

Color
#09f7a0 #09f7a0
#1c1e26 #1c1e26
#1c1e26 #1c1e26
#21bfc2 #21bfc2
#25b0bc #25b0bc
#6bdfe6 #6bdfe6
#95c4ce #95c4ce
#b877db #b877db
#d2d4de #d2d4de
#d5d8da #d5d8da
#e95678 #e95678
#ec6a88 #ec6a88
#f09483 #f09483
#fab38e #fab38e
#fab795 #fab795
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].