fix: add (white) bg to @field
authorhylo <hylo@posteo.de>
Thu, 30 Mar 2023 18:58:05 +0000 (20:58 +0200)
committerhylo <hylo@posteo.de>
Thu, 30 Mar 2023 18:59:18 +0000 (20:59 +0200)
lua/flatwhite/groups.lua

index 11ffd2ee6e0eac7f3f4e04f87cac1c039886ae9e..f3f32a1d0f01a698f953f7b949e224e2ae523187 100644 (file)
@@ -145,8 +145,9 @@ local function setup(configs)
       ["@parameter"] = colors.fw_orange,
       ["@parameter.reference"] = colors.fw_orange,
       ["@method"] = configs.bold_function and colors.fw_base_bold or colors.fw_base,
-      ["@field"] = colors.fw_base,
-      ["@string.field"] = colors.fw_base,
+      -- ["@field"] = colors.fw_base,
+      -- ["@field.yaml"] = {fg = colors.base1, bg = colors.base7},
+      ["@field"] = {fg = colors.base1, bg = colors.base7},
       ["@property"] = colors.fw_base,
       ["@constructor"] = colors.fw_base,
       ["@conditional"] = colors.fw_purple,