Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ntk148v/vim-horizon

Adaptation of VS Code horizon colorscheme for Vim
https://github.com/ntk148v/vim-horizon

hacktoberfest neovim vim vim-colorscheme vim-colorscheme-dark

Last synced: 3 months ago
JSON representation

Adaptation of VS Code horizon colorscheme for Vim

Lists

README

        

Horizon

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



GitHub license





- [1. Installation](#1-installation)
- [2. Usage](#2-usage)
- [3. Screenshots](#3-screenshots)
- [4. Compatibility](#4-compatibility)
- [5. Color Palette](#5-color-palette)

## 1. Installation

- Use [Vim Plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'ntk148v/vim-horizon'
```

- Other Vim Plugin Management Tools should be the same.

## 2. Usage

Put something like this in your vimrc/init.vim:

```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:

```vim
:let g:lightline.colorscheme = 'horizon'
:call lightline#init()
:call lightline#colorscheme()
```

## 3. Screenshots


nightfox
nightfox
nightfox

## 4. Compatibility

- NeoVim/Vim
- [True color support](https://github.com/termstandard/colors)

> 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](https://via.placeholder.com/60x40/09f7a0/000000.png?text=+) | **#09f7a0** | ![#b877db](https://via.placeholder.com/60x40/b877db/000000.png?text=+) | **#b877db** | ![#fab795](https://via.placeholder.com/60x40/fab795/000000.png?text=+) | **#fab795** |
| ![#6bdfe6](https://via.placeholder.com/60x40/6bdfe6/000000.png?text=+) | **#6bdfe6** | ![#d2d4de](https://via.placeholder.com/60x40/d2d4de/000000.png?text=+) | **#d2d4de** | ![#fab38e](https://via.placeholder.com/60x40/fab38e/000000.png?text=+) | **#fab38e** |
| ![#1c1e26](https://via.placeholder.com/60x40/1c1e26/000000.png?text=+) | **#1c1e26** | ![#d5d8da](https://via.placeholder.com/60x40/d5d8da/000000.png?text=+) | **#d5d8da** | ![#95c4ce](https://via.placeholder.com/60x40/95c4ce/000000.png?text=+) | **#95c4ce** |
| ![#21bfc2](https://via.placeholder.com/60x40/21bfc2/000000.png?text=+) | **#21bfc2** | ![#e95678](https://via.placeholder.com/60x40/e95678/000000.png?text=+) | **#e95678** | ![#f09483](https://via.placeholder.com/60x40/f09483/000000.png?text=+) | **#f09483** |
| ![#25b0bc](https://via.placeholder.com/60x40/25b0bc/000000.png?text=+) | **#25b0bc** | ![#ec6a88](https://via.placeholder.com/60x40/ec6a88/000000.png?text=+) | **#ec6a88** | |