https://github.com/davidchambers/aotearoa
Colour scheme for Vim
https://github.com/davidchambers/aotearoa
vim
Last synced: over 1 year 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T19:00:09.000Z (over 10 years ago)
- Last Synced: 2025-01-24T05:41:24.445Z (over 1 year 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
```