Select a color scheme for your Dotfyle experience

swaits / colorsaver.nvim

colorsaver.nvim

Automatically reload and synchronize your most recently used colorscheme.
5 0 0 4 days ago
colorscheme-switchers manually-created
colorsaver.nvim allows users to save and load their preferred colorscheme persistently across\ sessions. It also automatically updates and applies colorscheme changes across multiple running instances of Neovim.

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "https://git.sr.ht/~swaits/colorsaver.nvim",
  lazy = true,
  event = "VimEnter",
  opts = { 
    -- your options here
  },
}