Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/LunarVim/synthwave84.nvim
- Owner: LunarVim
- License: gpl-3.0
- Created: 2022-07-30T18:39:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T16:34:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T23:32:32.628Z (about 20 hours ago)
- Topics: colorscheme, hacktoberfest, hacktoberfest2022, lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 714 KB
- Stars: 100
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)