OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
827 stars 301 forks source link

[Feat] Better dark theme support for Query results dialog #1186

Open wenzeslaus opened 3 years ago

wenzeslaus commented 3 years ago

Is your feature request related to a problem? Please describe.

The Query results dialog always uses black font for the results (except the coordinates) which makes it potentially hard to read with dark theme. With "in the middle" gray background like below, it is readable, but inconsistent with the rest of the GUI and itself.

Screenshot from 2020-12-17 23-33-21

Describe the solution you'd like Use system color for font when using system color for background.

Additional context

591 Support dark theme

petrasovaa commented 3 years ago

This seems to be problem in HyperTreeList and I don't see how to fix this from GRASS, there is hardcoded black there, see https://github.com/wxWidgets/Phoenix/issues/1880