NightLight: reworked settings, defined fade duration and simplified service.

This commit is contained in:
LemmyCook 2025-08-31 00:13:40 -04:00
parent 2c9e675ba4
commit 87f9afbd85
6 changed files with 72 additions and 158 deletions

View file

@ -9,8 +9,9 @@ Text {
font.family: Settings.data.ui.fontDefault
font.pointSize: Style.fontSizeM * scaling
font.weight: Style.fontWeightMedium
color: Color.mOnSurface
renderType: Text.QtRendering
font.hintingPreference: Font.PreferNoHinting
font.kerning: true
color: Color.mOnSurface
renderType: Text.QtRendering
textFormat: Text.RichText
}