feat: change storageclass color to yellow

This commit is contained in:
fiplox 2023-03-20 20:34:22 +01:00
parent 355222f314
commit be2c3f3748
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ function theme.highlights(c, config)
['@variable.builtin'] = { fg = c.wisteria, style = config.styles.variables },
-- 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