angr-management icon indicating copy to clipboard operation
angr-management copied to clipboard

Allow theme based on system preferences

Open mborgerson opened this issue 2 years ago • 3 comments

Description

Many apps are themed based on system settings. It would be nice to support using the user's system-wide color scheme (dark / light) on startup.

Alternatives

No response

Additional context

No response

mborgerson avatar Nov 07 '22 20:11 mborgerson

Seems useful: https://github.com/albertosottile/darkdetect

zwimer avatar Nov 30 '22 20:11 zwimer

They have a listener class as well that can be a thread target.

zwimer avatar Nov 30 '22 20:11 zwimer

Hello @zwimer, I have a small fix for this (using the "Current" option for the system theme) but I am having troubling rebuilding the project to test it. I've done it yesterday before the PySide6 refactor (#733 ), it was working with PySide2. I'm using python 3.9.5 on ubuntu 20.04. I can make the pull request if you want to.

samybtt avatar Dec 01 '22 02:12 samybtt