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", "segeljakt/vim-silicon",
config = function() config = function()
vim.g.silicon = { vim.g.silicon = {
background = "#7E9CD8" theme = "Coldark-Dark"
} }
end end,
}) })
-- Leave at end!!! -- Leave at end!!!