use cattpuccin frappe in neovim too

This commit is contained in:
sloane 2024-11-18 08:40:33 -05:00
parent 2c188d9465
commit acb1bc3743
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -13,7 +13,7 @@ return {
lazy = false,
priority = 1000,
config = function ()
vim.cmd([[colorscheme catppuccin-latte]])
vim.cmd([[colorscheme catppuccin-frappe]])
end
},
}