colorscheme sonokai

This commit is contained in:
Lorran David 2025-04-09 21:07:16 -03:00
parent 6ff8ec8577
commit e73a1d5295
1 changed files with 3 additions and 2 deletions

View File

@ -44,10 +44,10 @@ return {
lazy = false,
priority = 1000,
config = function()
-- vim.g.sonokai_style = 'shusia'
vim.g.sonokai_style = 'shusia'
vim.cmd.colorscheme 'sonokai'
end,
enabled = false,
enabled = true,
},
{
@ -203,5 +203,6 @@ return {
vim.cmd.colorscheme 'xcodedarkhc'
end, 0)
end,
enabled = false,
}
}