Skip to content

Commit 51c81fb

Browse files
committed
Fix field color
1 parent fbcffb4 commit 51c81fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/darkplus/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ theme.set_highlights = function()
165165
hl(0, "@type.qualifier", { link = 'Type' })
166166
hl(0, "@storageclass", { link = 'StorageClass' })
167167
hl(0, "@attribute", { link = 'PreProc' })
168-
hl(0, "@field", { fg = c.fg, bg = 'NONE' })
168+
hl(0, "@field", { fg = c.blue_2, bg = 'NONE' })
169169
hl(0, "@property", { fg = c.blue_2, bg = 'NONE' })
170170
hl(0, "@variable", { link = 'Variable' })
171171
hl(0, "@variable.builtin", { fg = c.blue_2, bg = 'NONE' })

0 commit comments

Comments
 (0)