Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidchambers/aotearoa
Colour scheme for Vim
https://github.com/davidchambers/aotearoa
vim
Last synced: about 2 months ago
JSON representation
Colour scheme for Vim
- Host: GitHub
- URL: https://github.com/davidchambers/aotearoa
- Owner: davidchambers
- License: other
- Created: 2012-09-05T14:50:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T19:00:09.000Z (about 9 years ago)
- Last Synced: 2024-10-14T11:12:42.918Z (3 months ago)
- Topics: vim
- Language: VimL
- Size: 175 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aotearoa
### Installation
```console
$ git clone https://github.com/davidchambers/aotearoa.git ~/.vim/bundle/aotearoa
$ vim ~/.vimrc # add the lines in the following snippet
``````vim
syntax on
colorscheme aotearoa
```