Sebastiano Poggi 65e8b934be Add text colours to GlobalColors (#381)
It's practical to have the "base" text colours in GlobalColors:

 * Normal
 * Selected
 * Disabled
 * Info
 * Error

They apply to labels and most components, but not every component
(e.g., default buttons have "inverted" text colors).

Note that the text colour is used as content colour, but not directly
in the styling. Besides, when initialising the stylings, we can't
really read these values as they haven't been init yet.

This is mostly a convenience for users that want to set a content colour
(e.g., to visually show some text as disabled/error).

Note: GlobalColors.paneBackground was renamed to panelBackground for
consistency with the Swing color key naming.
GitOrigin-RevId: 76d7dc9a3d33d4b82c9a5d2605ca6174efa55751
2024-05-09 12:24:58 +00:00
Description
No description provided
5.3 GiB
Languages
Java 55.6%
Kotlin 29.2%
Python 8%
C 3.4%
HTML 1.7%
Other 1.5%