https://github.com/davidcelis/vim-ariake-dark
The Ariake Dark theme for Vim
https://github.com/davidcelis/vim-ariake-dark
Last synced: 2 months ago
JSON representation
The Ariake Dark theme for Vim
- Host: GitHub
- URL: https://github.com/davidcelis/vim-ariake-dark
- Owner: davidcelis
- License: mit
- Created: 2019-04-03T22:30:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T22:34:15.000Z (about 6 years ago)
- Last Synced: 2025-01-08T05:35:16.403Z (4 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-ariake-dark
This is a port of the beautiful [Ariake Dark](https://atom.io/themes/ariake-dark-syntax) theme from Atom to Vim. To install, it's easiest to use something like [vim-plug](https://github.com/junegunn/vim-plug):
```vim
call plug#begin('~/.vim/plugged')Plug 'davidcelis/vim-ariake-dark'
call plug#end()
syntax on
colorscheme Ariake-Dark
set background=dark
```