NightLight: moved from DisplayTab to BrightnessTab

This commit is contained in:
Ly-sec 2025-09-01 15:37:25 +02:00
parent f1c9ed9caa
commit 459bb59dd5
3 changed files with 204 additions and 213 deletions

View file

@ -68,7 +68,9 @@ Variants {
// Make the overview darker
Rectangle {
anchors.fill: parent
color: Settings.data.colorSchemes.darkMode ? Qt.rgba(Color.mSurface.r, Color.mSurface.g, Color.mSurface.b, 0.5) : Qt.rgba(Color.mOnSurface.r, Color.mOnSurface.g, Color.mOnSurface.b, 0.5)
color: Settings.data.colorSchemes.darkMode ? Qt.rgba(Color.mSurface.r, Color.mSurface.g, Color.mSurface.b,
0.5) : Qt.rgba(Color.mOnSurface.r, Color.mOnSurface.g,
Color.mOnSurface.b, 0.5)
}
}
}