bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
107 stars 40 forks source link

draft: Introduce system theme detection for macOS #340

Open jarolrod opened 1 year ago

jarolrod commented 1 year ago

Based on https://github.com/bitcoin-core/gui-qml/pull/311, only last commit belongs to this PR

Introduces the basic wiring for detecting the system theme, and only does so for macOS here. Opening as draft for developer feedback on implementation of the idea of the theme manager.

Windows Intel macOS Apple Silicon macOS ARM64 Android ARM32 Android

jarolrod commented 1 year ago

We would then iteratively add this detection for Linux (where possible, looking at the dconf values for WM specific theme settings like gnome and kde), Windows (looking at the registry) and Android.

jarolrod commented 11 months ago

rebased over main