custom theme

This commit is contained in:
dlond 2025-05-03 01:19:44 +12:00
parent c57bbcc77b
commit aa13dab32c
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-- Theme configuration
return {
{
'catppuccin/nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'catppuccin-mocha'
end,
},
{ 'folke/tokyonight.nvim', enabled = false },
}