if you want to detect color scheme change then bind it to property and watch onPropertyChanged
property real themeType: Theme.colorScheme onThemeTypeChanged: console.log ("AmbienceChange");