custom theme
This commit is contained in:
parent
c57bbcc77b
commit
aa13dab32c
|
@ -0,0 +1,12 @@
|
||||||
|
-- Theme configuration
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'catppuccin/nvim',
|
||||||
|
priority = 1000,
|
||||||
|
config = function()
|
||||||
|
vim.cmd.colorscheme 'catppuccin-mocha'
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{ 'folke/tokyonight.nvim', enabled = false },
|
||||||
|
}
|
Loading…
Reference in New Issue