gui-qml icon indicating copy to clipboard operation
gui-qml copied to clipboard

draft: Introduce system theme detection for macOS

Open jarolrod opened this issue 2 years ago • 2 comments

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 avatar May 31 '23 04:05 jarolrod

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 avatar May 31 '23 04:05 jarolrod

rebased over main

jarolrod avatar Sep 01 '23 03:09 jarolrod