Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/LunarVim/synthwave84.nvim


https://github.com/LunarVim/synthwave84.nvim

colorscheme hacktoberfest hacktoberfest2022 lua neovim nvim vim

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

![banner](./assets/banner.png)

Created with [colorgen-nvim](https://github.com/ChristianChiarulli/colorgen-nvim)

***NOTE*** Still a work in progress!

## Installation

```lua
use "lunarvim/synthwave84.nvim"

vim.cmd[[colorscheme synthwave84]]
```

## Configuration
Here is an example with the default config.

```lua
require 'synthwave84'.setup({
glow = {
error_msg = true,
type2 = true,
func = true,
keyword = true,
operator = false,
buffer_current_target = true,
buffer_visible_target = true,
buffer_inactive_target = true,
}
})
```

## Demo

![1](./assets/demo1.png)
![2](./assets/demo2.png)

## Credit & References

[synthwave84](https://github.com/robb0wen/synthwave-vscode)