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,
}

View File

@ -558,15 +558,6 @@ return {
} }
end, end,
}, },
{
'catppuccin/nvim',
name = 'catppuccin',
priority = 1000,
flavour = 'mocha',
init = function()
vim.cmd.colorscheme 'catppuccin'
end,
},
--{ -- You can easily change to a different colorscheme. --{ -- You can easily change to a different colorscheme.
-- Change the name of the colorscheme plugin below, and then -- Change the name of the colorscheme plugin below, and then
@ -577,7 +568,7 @@ return {
-- priority = 1000, -- Make sure to load this before all the other start plugins. -- priority = 1000, -- Make sure to load this before all the other start plugins.
-- init = function() -- init = function()
-- Load the colorscheme here. -- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load -- Like many other themes, this one has different styles, and you could loadplugins
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
-- vim.cmd.colorscheme 'tokyonight-night' -- vim.cmd.colorscheme 'tokyonight-night'