- Add a number of new themes - Organize themes into separate subdirectory - All themes are unloaded until selected - Catppuccin and TokyoNight are loaded by default
7 lines
294 B
Lua
7 lines
294 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- --------------------------------- Dracula -----------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
return {
|
|
"Mofiqul/dracula.nvim",
|
|
lazy = true,
|
|
} |