onedark.nvim icon indicating copy to clipboard operation
onedark.nvim copied to clipboard

java type qualifiers/modifiers are the same color as the type

Open Machine-Maker opened this issue 2 years ago • 1 comments

Currently, the @type.qualifier hl group links to @type. This causes an issue in java (and probably other languages) where the type qualifiers like public, final, are the same color as the type. Leading to the image below.

image

I manually fixed it by just changing the @type.qualifier hl group, but I feel the theme should automatically do this.

Machine-Maker avatar May 12 '23 02:05 Machine-Maker

Thanks for raising the issue. I will check it

navarasu avatar May 13 '23 16:05 navarasu