Skip to content

mistweaverco/retro-theme.nvim

Repository files navigation

retro theme Logo

retro-theme.nvim

Lua GitHub release (latest by date)

RequirementsInstallConfigurationCacheSupported PluginsBase colors

A minimal retro theme for Neovim.

image

Requirements

Warning

Requires Neovim 0.10.0+.

Install

Via lazy.nvim:

{ 'mistweaverco/retro-theme.nvim' },

See configuration options for more information.

Configuration

{
  'mistweaverco/retro-theme.nvim',
  opts = {
    italic_comments = true,
    disable_cache = false,
    hot_reload = false,
  }
},

Cache

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()

Supported Plugins

Currently supported plugins, others might work but are not tested:

Base colors

image