Flatlaf highlighting of deprecation

Mitch Claborn <[email protected]> Thu, 17 Jul 2025 12:51:49 -0500
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <CAKKx8bzX0eTRrFUo_8sBwudWnF7CAs0gBGchdcW4dO06U0R96Q@mail.gmail.com>
FlatLaf dark highlights deprecations in Java source code (e.g.  Byte b =
new Byte(ipaddr[i]);).
I find that too visually similar to the highlighting that is done of all
uses the selected local variable, which I use quite often.
What is the key for FlatLaf.properties for the deprecation highlighting?
(or for the uses of variable)
Is there any documentation on the keys NetBeans uses in FlatLaf?

Mitch