Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafalbromirski/vim-aurora

dark theme for vim
https://github.com/rafalbromirski/vim-aurora

dark-theme theme vim

Last synced: about 2 months ago
JSON representation

dark theme for vim

Awesome Lists containing this project

README

        

## vim-aurora

![vim-aurora](./assets/preview.png)

---

### Installation

Install it using your favourite package manager

#### With vim-plug

```vim
Plug 'rafalbromirski/vim-aurora'
```

Update your `vimrc`:

```vim
set termguicolors
set background=dark
colorscheme aurora
```

### Usage

Currently it only supports `dark` background. There is no plan to release another version in the nearest future. Small
iterations and changes in colors might happen due to constant improvements.

If you want to contribute, feel free to open a PR / Issue.