1
0
Fork 0
znvim/lua/znvim/plugins/colorscheme.lua
2024-08-26 19:24:33 +02:00

23 lines
445 B
Lua

return {
{
"https://github.com/folke/tokyonight.nvim",
lazy = true,
},
{
"https://github.com/exitface/synthwave.vim",
lazy = true,
},
{
"https://github.com/rebelot/kanagawa.nvim",
lazy = true,
opts = {
keywordStyle = { italic = false },
globalStatus = true,
transparent = true,
dimInactive = true,
},
},
}