We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcffb4 commit 51c81fbCopy full SHA for 51c81fb
lua/darkplus/theme.lua
@@ -165,7 +165,7 @@ theme.set_highlights = function()
165
hl(0, "@type.qualifier", { link = 'Type' })
166
hl(0, "@storageclass", { link = 'StorageClass' })
167
hl(0, "@attribute", { link = 'PreProc' })
168
- hl(0, "@field", { fg = c.fg, bg = 'NONE' })
+ hl(0, "@field", { fg = c.blue_2, bg = 'NONE' })
169
hl(0, "@property", { fg = c.blue_2, bg = 'NONE' })
170
hl(0, "@variable", { link = 'Variable' })
171
hl(0, "@variable.builtin", { fg = c.blue_2, bg = 'NONE' })
0 commit comments