set colorscheme to frappe

This commit is contained in:
Marc Talcott 2024-06-11 08:37:55 -04:00
parent 910d998077
commit 25d21a23d0
2 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,9 @@
return {
'catppuccin/nvim',
name = 'catppuccin',
priority = 1000,
flavour = 'frappe',
init = function()
vim.cmd.colorscheme 'catppuccin-frappe'
end,
}