mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
This commit introduces the theming story discussed in #3. Once this lands, we'll have a new namespace `StatusQ.Core.Theme` which can be used as follows: ```qml import StatusQ.Core.Theme StatusLightTheme {} StatusDarkTheme {} Theme.palette.[SOME_THEME_PROP] // as spec'ed in #3 ``` Closes #3