Files
neovim-config/lua/themes/ayu.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

7 lines
289 B
Lua

-- -----------------------------------------------------------------------------
-- ----------------------------------- Ayu -------------------------------------
-- -----------------------------------------------------------------------------
return{
"Shatur/neovim-ayu",
lazy = true
}