nielssp / colorgrab

A cross-platform color picker
MIT License
101 stars 9 forks source link

Dark theme #7

Closed wonea closed 2 years ago

wonea commented 6 years ago

I love using the tool on Windows 10, and often work at night. Is there any chance of a dark theme?

nielssp commented 6 years ago

Hi, ColorGrab uses wxWidgets to draw its interface. On Windows it's compiled using wxMSW and thus uses native Windows widgets. Unfortunately I don't think it's possible to manually apply styling on top of those widgets.

I'll keep investigating though.

nielssp commented 2 years ago

Will probably eventually be supported by wxwidgets, https://github.com/wxWidgets/wxWidgets/issues/19352.