Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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' "Vundle

colorscheme 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)