A dark Neovim theme written in Lua and ported from the Visual Studio Code Outrun Theme.
The theme is "inspired by the colors, style, and culture of the synthwave music scene."
Packer and Lua:
-- Install and enable theme
use({
'paulmaxwell/outrun-night.nvim',
config = function()
vim.cmd('colorscheme outrun-night')
end,
})
Pull requests are welcome.