feat: adjust variable & variable.builtin
authorNathanael Sandy <nathanael.sandy@fokus.fraunhofer.de>
Fri, 24 Mar 2023 09:44:12 +0000 (10:44 +0100)
committerNathanael Sandy <nathanael.sandy@fokus.fraunhofer.de>
Fri, 24 Mar 2023 09:44:12 +0000 (10:44 +0100)
lua/flatwhite/groups.lua

index 9643758257c82f93775e432ccda090db345d5643..11ffd2ee6e0eac7f3f4e04f87cac1c039886ae9e 100644 (file)
@@ -162,8 +162,8 @@ local function setup(configs)
       ["@type.qualifier"] = colors.fw_purple,
       ["@structure"] = colors.fw_purple,
       ["@include"] = colors.fw_purple,
-      ["@variable"] = colors.fw_base,
-      ["@variable.builtin"] = colors.fw_base,
+      ["@variable"] = colors.fw_orange,
+      ["@variable.builtin"] = {fg=colors.fg, italic=true},--colors.fw_base,
       ["@text"] = colors.fw_orange,
       ["@text.strong"] = { fg = colors.orange_text, bg = colors.orange_bg, bold = true },
       ["@text.emphasis"] = { fg = colors.orange_text, bg = colors.orange_bg, italic = true },