Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 551 Bytes

File metadata and controls

25 lines (17 loc) · 551 Bytes

Outrun Night

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."

Screenshot

Installation

Packer and Lua:

-- Install and enable theme
use({
  'paulmaxwell/outrun-night.nvim',
  config = function()
    vim.cmd('colorscheme outrun-night')
  end,
})

Contributing

Pull requests are welcome.