set theme to catppuccin mocha

This commit is contained in:
Lorran David 2025-01-17 23:27:34 -03:00
parent 4e4499d522
commit b10c41292b
2 changed files with 27 additions and 17 deletions

View file

@ -47,7 +47,7 @@ return {
},
}
vim.cmd.colorscheme 'catppuccin-macchiato'
vim.cmd.colorscheme 'catppuccin-mocha'
-- Hide all semantic highlights until upstream issues are resolved (https://github.com/catppuccin/nvim/issues/480)
for _, group in ipairs(vim.fn.getcompletion('@lsp', 'highlight')) do
@ -102,5 +102,15 @@ return {
vim.cmd('colorscheme vscode')
end,
enabled = false,
}
},
{
'calind/selenized.nvim',
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme 'selenized'
end,
enabled = false,
},
}