14 lines
202 B
Lua
14 lines
202 B
Lua
return {
|
|
{
|
|
"amolinae06/pywal16.nvim",
|
|
opts = {},
|
|
},
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
opts = {
|
|
style = "night",
|
|
transparent = false,
|
|
terminal_colors = true,
|
|
}
|
|
}
|
|
}
|