nvim/lua/plugins/themes.lua
2025-05-21 00:43:18 -06:00

14 lines
202 B
Lua

return {
{
"amolinae06/pywal16.nvim",
opts = {},
},
{
"folke/tokyonight.nvim",
opts = {
style = "night",
transparent = false,
terminal_colors = true,
}
}
}