From: hylo Date: Thu, 30 Mar 2023 18:58:05 +0000 (+0200) Subject: fix: add (white) bg to @field X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=e4de788f61b015078b6ddb3db19feacfc18d134b;p=nvim-plugins%2Fflatwhite.git fix: add (white) bg to @field --- diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index 11ffd2e..f3f32a1 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -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,