Initial themes implementation, new default theme

This commit is contained in:
miruka
2019-07-24 02:14:34 -04:00
parent 345b17b21f
commit ec27ecf498
89 changed files with 956 additions and 165 deletions

View File

@@ -8,8 +8,9 @@ import QtQuick.Window 2.7
import "Base"
import "SidePane"
Item {
HRectangle {
id: mainUI
color: theme.ui.background
Connections {
target: py
@@ -34,6 +35,7 @@ Item {
accounts.count > 0 || py.loadingAccounts
HImage {
visible: false
id: mainUIBackground
fillMode: Image.PreserveAspectCrop
source: "../images/background.jpg"