Skip to content

Commit

Permalink
Fix field color
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 2, 2024
1 parent fbcffb4 commit 51c81fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/darkplus/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
Expand Down

0 comments on commit 51c81fb

Please sign in to comment.