34 lines
557 B
Lua
34 lines
557 B
Lua
return {
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {},
|
|
},
|
|
{
|
|
"nyoom-engineering/oxocarbon.nvim",
|
|
-- Add in any other configuration;
|
|
-- event = foo,
|
|
-- config = bar
|
|
-- end,
|
|
},
|
|
{ "Mofiqul/vscode.nvim" },
|
|
{
|
|
"rebelot/kanagawa.nvim",
|
|
opts = {
|
|
theme = "lotus",
|
|
background = {
|
|
dark = "lotus",
|
|
light = "lotus",
|
|
},
|
|
},
|
|
},
|
|
-- Configure default theme
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "kanagawa-lotus",
|
|
},
|
|
},
|
|
}
|