Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techtuner/aura-neovim
Neovim colorscheme for Aura theme
https://github.com/techtuner/aura-neovim
colorscheme dark-theme neovim neovim-colorscheme neovim-plugin vim
Last synced: 19 days ago
JSON representation
Neovim colorscheme for Aura theme
- Host: GitHub
- URL: https://github.com/techtuner/aura-neovim
- Owner: techtuner
- License: mit
- Created: 2022-03-25T06:50:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T13:40:24.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:56:12.308Z (4 months ago)
- Topics: colorscheme, dark-theme, neovim, neovim-colorscheme, neovim-plugin, vim
- Language: Vim Script
- Homepage:
- Size: 398 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aura Neovim Colorscheme
Neovim colorscheme inspired by [Aura Theme](https://github.com/daltonmenezes/aura-theme) created by [Dalton Menezes](https://github.com/daltonmenezes).
![Home Image for Aura](./images/aura-theme.png)
## Usage
```vim
Plug 'techtuner/aura-neovim' "Vim-Plug
Plugin 'techtuner/aura-neovim' "Vundlecolorscheme aura
set termguicolors```
You have to set `set termguicolors` in the `init.vim` file for the colors to render properly.
## Screenshots
1. **HTML**
![HTML Image](./images/html.png)
2. **CSS**
![CSS Image](./images/css.png)
3. **Lua**
![Lua Image](./images/lua.png)
4. **JavaScript**
![JavaScript Image](./images/javascript.png)
## License
[Aura-neovim](https://www.github.com/techtuner/aura-neovim) is licensed under [MIT](./LICENSE)