personal themes

This commit is contained in:
Christian Nieves
2023-11-30 18:54:11 -06:00
parent 4cc7246c23
commit 7372a53107
4 changed files with 16 additions and 5 deletions

View File

@ -7,7 +7,7 @@ return {
priority = 1000, -- make sure to load this before all the other start plugins
-- cond = not use_google(),
config = function()
-- vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme kanagawa-wave")
end,
},
{
@ -16,7 +16,7 @@ return {
priority = 1000, -- make sure to load this before all the other start plugins
cond = not use_google(),
config = function()
vim.cmd("colorscheme oxocarbon")
-- vim.cmd("colorscheme oxocarbon")
end,
},
{