Light weight color scheme switcher for neovim.
https://github.com/user-attachments/assets/c8ff7963-d2d3-4a30-bcaa-00d540426957
return {
"nishu-murmu/ThemeSwitch.nvim"
}
require("ThemeSwitch")
require("ThemeSwitch").setup({
keymap = --your mappings
})
Mappings are fully customizable.
Mappings | Action |
---|---|
<leader>c |
Toggle ThemeSwitch window |
MIT