From be2c3f37486745c3fda2f83b3a9ecb5f620c3a7e Mon Sep 17 00:00:00 2001 From: fiplox Date: Mon, 20 Mar 2023 20:34:22 +0100 Subject: [PATCH] feat: change storageclass color to yellow --- lua/neogruber/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neogruber/theme.lua b/lua/neogruber/theme.lua index 2f24f4c..189cf58 100644 --- a/lua/neogruber/theme.lua +++ b/lua/neogruber/theme.lua @@ -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