feat(UI): merge scheme into UI
This commit is contained in:
parent
3289baffef
commit
f94d0952f6
@ -1,4 +1,13 @@
|
|||||||
|
vim.o.background = "dark"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "lunaperche",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"echasnovski/mini.indentscope",
|
"echasnovski/mini.indentscope",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
vim.o.background = "dark"
|
|
||||||
|
|
||||||
return {
|
|
||||||
{
|
|
||||||
"LazyVim/LazyVim",
|
|
||||||
opts = {
|
|
||||||
colorscheme = "lunaperche",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"folke/tokyonight.nvim",
|
|
||||||
opts = {
|
|
||||||
style = "storm",
|
|
||||||
-- transparent = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user