static is italic in kanagawa
This commit is contained in:
parent
5dd9bd87ec
commit
02e55b113b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user