change colorscheme

This commit is contained in:
Lorran David 2025-04-08 21:25:23 -03:00
parent db3b3b21ac
commit 6ff8ec8577
1 changed files with 12 additions and 1 deletions

View File

@ -47,7 +47,7 @@ return {
-- vim.g.sonokai_style = 'shusia'
vim.cmd.colorscheme 'sonokai'
end,
enabled = true,
enabled = false,
},
{
@ -193,4 +193,15 @@ return {
end,
enabled = false,
},
{
"lunacookies/vim-colors-xcode",
lazy = false,
priority = 1000,
config = function()
vim.defer_fn(function()
vim.cmd.colorscheme 'xcodedarkhc'
end, 0)
end,
}
}