Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softmotions/vim-dark-frost-theme

Dark Frost color theme for Vim
https://github.com/softmotions/vim-dark-frost-theme

coc color-scheme colorscheme dark dark-theme neovim theme vim

Last synced: 8 days ago
JSON representation

Dark Frost color theme for Vim

Awesome Lists containing this project

README

        

# Dark Frost Color Scheme for Neovim/Vim

![screenshot](./screen2.png)

![screenshot](./screen.png)

![screenshot](./screen3.png)

![screenshot](./screen4.png)

## Installation

Just copy `colors/darkfrost.vim` to `~/.vim/colors`

or use any vim plugin manager:

```vim
Plug 'Softmotions/vim-dark-frost-theme'
```

Once installed set the color scheme:

```vim
set termguicolors
set background=dark
colorscheme darkfrost
```