diff --git a/lua/darkplus/theme.lua b/lua/darkplus/theme.lua index 9c3ba32..c318d33 100644 --- a/lua/darkplus/theme.lua +++ b/lua/darkplus/theme.lua @@ -165,7 +165,7 @@ theme.set_highlights = function() hl(0, "@type.qualifier", { link = 'Type' }) hl(0, "@storageclass", { link = 'StorageClass' }) hl(0, "@attribute", { link = 'PreProc' }) - hl(0, "@field", { fg = c.fg, bg = 'NONE' }) + hl(0, "@field", { fg = c.blue_2, bg = 'NONE' }) hl(0, "@property", { fg = c.blue_2, bg = 'NONE' }) hl(0, "@variable", { link = 'Variable' }) hl(0, "@variable.builtin", { fg = c.blue_2, bg = 'NONE' })