ThemeSwitch

June 26, 2025 ยท View on GitHub

Light weight color scheme switcher for neovim.

Demo

https://github.com/user-attachments/assets/c8ff7963-d2d3-4a30-bcaa-00d540426957

Installation

Lazy.nvim
return {
    "nishu-murmu/ThemeSwitch.nvim"
}

Usage

Basic Usage

require("ThemeSwitch")

Update mappings

require("ThemeSwitch").setup({
    keymap = --your mappings
})

Default Mappings

Mappings are fully customizable.

MappingsAction
<leader>cToggle ThemeSwitch window

License

MIT

Contents

  1. 1Demo
  2. 2Installation
  3. 2.1Usage
  4. 2.2Default Mappings
  5. 2.3License