File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ApplicationWindow {
1717 visible: true
1818 title: Qt .application .displayName
1919 color: Material .background
20- Material .accent : " orange "
20+ Material .accent : ThemeEngine . accentColor
2121 Material .theme : ThemeEngine .theme == ThemeEngine .DarkTheme ? Material .Dark : Material .Light
2222 onActiveFocusItemChanged: UiEngine .activeFocusItem = activeFocusItem
2323
Original file line number Diff line number Diff line change @@ -123,10 +123,9 @@ Item {
123123 property alias contentsLoader: contentsLoader
124124 property alias buttonBoxLoader: buttonBoxLoader
125125 anchors .fill : parent
126- // TODO: Read colors from ThemeEngine
127126 color: ThemeEngine .bgColor
128127 Material .background : ThemeEngine .bgColor
129- // Material.accent: ThemeEngine.currentAccentColor
128+ Material .accent : ThemeEngine .accentColor
130129 Material .theme : ThemeEngine .theme === ThemeEngine .DarkTheme ? Material .Dark : Material .Light
131130
132131 ColumnLayout {
You can’t perform that action at this time.
0 commit comments