I am writing a small GUI in SDL2. Is there a simple way to query the system's default color theme used to decorate application windows on Linux (debian 11, KDE plasma)?
Asked
Active
Viewed 68 times
0
-
Wouldn't it be different for each Linux distro? Linux alone has no "color theme" (unless terminal color customization counts), every distro has its desktop environment. – RedStoneMatt Jul 05 '23 at 09:38
-
Yes, I should have worded that better! I was wondering if there was a way to query a desktop environment's "color pallet," or "theme." I don't know how different each DE is, but sometimes there seems to be overlap in system configuration on Linux. – Dan Jul 21 '23 at 16:57