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
return {
['@lsp.mod.readonly'] = { bold = true },
['@lsp.mod.static'] = { italic = true },
}
end,
theme = 'wave', -- Load "wave" theme when 'background' option is not set