davidcelis / vim-ariake-dark

The Ariake Dark theme for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-ariake-dark

This is a port of the beautiful Ariake Dark theme from Atom to Vim. To install, it's easiest to use something like vim-plug:

call plug#begin('~/.vim/plugged')

Plug 'davidcelis/vim-ariake-dark'

call plug#end()

syntax on
colorscheme Ariake-Dark
set background=dark

About

The Ariake Dark theme for Vim

License:MIT License


Languages

Language:Vim Script 100.0%