onedark.nvim
onedark.nvim copied to clipboard
java type qualifiers/modifiers are the same color as the type
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.
I manually fixed it by just changing the @type.qualifier hl group, but I feel the theme should automatically do this.
Thanks for raising the issue. I will check it