feat: change storageclass color to yellow
This commit is contained in:
parent
355222f314
commit
be2c3f3748
@ -447,7 +447,7 @@ function theme.highlights(c, config)
|
|||||||
['@variable.builtin'] = { fg = c.wisteria, style = config.styles.variables },
|
['@variable.builtin'] = { fg = c.wisteria, style = config.styles.variables },
|
||||||
|
|
||||||
-- modifiers that affect storage in memory or life-time
|
-- modifiers that affect storage in memory or life-time
|
||||||
['@storageclass'] = { fg = c.red, style = config.styles.storage_class },
|
['@storageclass'] = { fg = c.yellow, style = config.styles.storage_class },
|
||||||
}
|
}
|
||||||
|
|
||||||
return treesitter
|
return treesitter
|
||||||
|
Loading…
Reference in New Issue
Block a user