Created with colorgen-nvim
NOTE Still a work in progress!
use "lunarvim/synthwave84.nvim"
vim.cmd[[colorscheme synthwave84]]
Here is an example with the default config.
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,
}
})