static is italic in kanagawa

This commit is contained in:
Oliver Hartmann 2023-09-28 13:56:22 +02:00
parent 5dd9bd87ec
commit 02e55b113b

View File

@ -20,6 +20,7 @@ return {
overrides = function(colors) -- add/modify highlights overrides = function(colors) -- add/modify highlights
return { return {
['@lsp.mod.readonly'] = { bold = true }, ['@lsp.mod.readonly'] = { bold = true },
['@lsp.mod.static'] = { italic = true },
} }
end, end,
theme = 'wave', -- Load "wave" theme when 'background' option is not set theme = 'wave', -- Load "wave" theme when 'background' option is not set