Requirements • Install • Configuration • Cache • Supported Plugins • Base colors
A minimal retro theme for Neovim.
Warning
Requires Neovim 0.10.0+.
Via lazy.nvim:
{ 'mistweaverco/retro-theme.nvim' },
See configuration options for more information.
{
'mistweaverco/retro-theme.nvim',
opts = {
italic_comments = true,
disable_cache = false,
hot_reload = false,
}
},
The theme is cached by default to improve performance.
If you want to disable the cache set disable_cache
to true
.
The cache is stored in:
- Linux:
~/.cache/nvim/retro-theme
- Windows:
~/AppData/Local/nvim/retro-theme
- MacOS:
~/.cache/nvim/retro-theme
You can remove the cache by running:
require('retro-theme').clear_cache()
Currently supported plugins, others might work but are not tested: