Files
neovim-config/lua/themes/github-theme.lua
T
rootiest 549d9a1ce1 🎨 More Themes
- Add a number of new themes
- Organize themes into separate subdirectory
- All themes are unloaded until selected
- Catppuccin and TokyoNight are loaded by default
2024-07-12 20:00:26 -04:00

8 lines
302 B
Lua

-- -----------------------------------------------------------------------------
-- ---------------------------- Github Nvim Theme ------------------------------
-- -----------------------------------------------------------------------------
return {
"projekt0n/github-nvim-theme",
lazy = true,
}