Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softmotions/vim-dark-frost-theme
- Owner: Softmotions
- License: mit
- Created: 2021-02-17T10:15:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T14:05:21.000Z (8 months ago)
- Last Synced: 2024-08-07T18:32:50.833Z (3 months ago)
- Topics: coc, color-scheme, colorscheme, dark, dark-theme, neovim, theme, vim
- Language: HTML
- Homepage:
- Size: 644 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```