Settings for theme

This commit is contained in:
2023-06-16 17:43:38 +02:00
parent 835db4d45c
commit 6ff26e4198

View File

@@ -93,10 +93,10 @@ require('lazy').setup({
}, },
{ {
'catppuccin/nvim', 'EdenEast/nightfox.nvim',
priority = 1000, priority = 1000,
config = function() config = function()
vim.cmd.colorscheme 'catppuccin' vim.cmd.colorscheme 'carbonfox'
end, end,
}, },