change flavor to moccha

This commit is contained in:
Oliver Hartmann 2023-10-15 13:46:08 +02:00
parent 89086b70d0
commit b790381843

View File

@ -5,7 +5,7 @@ return
lazy = true,
config = function()
require('catppuccin').setup({
flavour = 'macchiato', -- latte, frappe, macchiato, mocha
flavour = 'mocha', -- latte, frappe, macchiato, mocha
no_italic = true,
dim_inactive = {
enabled = true,
@ -56,14 +56,14 @@ return
CmpBorder = { fg = '#fe4145' },
}
end,
macchiato = function(macchiato)
mocha = function(colors)
return {
['@lsp.mod.readonly'] = { style = { 'bold' } },
['@type.qualifier'] = { fg = macchiato.sky },
['@namespace'] = { fg = macchiato.red },
['@type.qualifier'] = { fg = colors.sky },
['@namespace'] = { fg = colors.red },
['@function.builtin'] = { link = 'Function' },
['@property'] = { fg = macchiato.pink },
Macro = { fg = macchiato.rosewater }
['@property'] = { fg = colors.pink },
Macro = { fg = colors.rosewater }
}
end,
},