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