https://github.com/rafalbromirski/vim-aurora
dark theme for vim
https://github.com/rafalbromirski/vim-aurora
dark-theme theme vim
Last synced: 11 months ago
JSON representation
dark theme for vim
- Host: GitHub
- URL: https://github.com/rafalbromirski/vim-aurora
- Owner: rafalbromirski
- License: mit
- Created: 2014-02-27T21:58:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T20:46:36.000Z (almost 4 years ago)
- Last Synced: 2024-08-06T18:32:27.434Z (almost 2 years ago)
- Topics: dark-theme, theme, vim
- Language: Vim Script
- Homepage:
- Size: 688 KB
- Stars: 88
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## vim-aurora

---
### 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.