DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
113 stars 21 forks source link

Attempt detection of dark theme and use of proper icon. #20

Closed hrk closed 2 years ago

hrk commented 2 years ago

Based on the information found on https://stackoverflow.com/questions/35879025/how-to-recognize-that-an-application-is-running-in-dark-theme-on-linux I have attempted an automated detection of dark theme at program launch.

If dark theme is detected, the grey icon is used. Otherwise (light theme) the default blue icon will be used.