colorscheme sonokai

pull/1467/head
Lorran David 4 months ago
parent 6ff8ec8577
commit e73a1d5295

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

Loading…
Cancel
Save