New theme

This commit is contained in:
2023-03-25 02:54:56 +01:00
parent 281b958d67
commit 9311c0f4c1

View File

@@ -78,7 +78,7 @@ require('lazy').setup({
'catppuccin/nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'catppuccin-macchiato'
vim.cmd.colorscheme 'catppuccin'
end,
},
@@ -88,7 +88,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
theme = 'catppuccin-macchiato',
theme = 'catppuccin',
component_separators = '|',
section_separators = '',
},