change flavor to moccha
This commit is contained in:
parent
89086b70d0
commit
b790381843
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user