feat(nvim): use coldddark theme for silicon

This commit is contained in:
Price Hiller 2022-09-14 11:03:50 -05:00
parent 23f8498899
commit 57da6f9f12

View File

@ -794,9 +794,9 @@ return packer.startup({
"segeljakt/vim-silicon",
config = function()
vim.g.silicon = {
background = "#7E9CD8"
}
end
theme = "Coldark-Dark"
}
end,
})
-- Leave at end!!!