color generation

This commit is contained in:
end-4
2025-04-26 14:17:13 +02:00
parent 5e9a6bf965
commit a9c40bc86d
22 changed files with 1065 additions and 7 deletions
@@ -99,11 +99,11 @@ Scope {
Layout.topMargin: 5
Layout.bottomMargin: 0
CustomIcon {
width: 25
height: 25
source: SystemInfo.distroIcon
}
// CustomIcon {
// width: 25
// height: 25
// source: SystemInfo.distroIcon
// }
StyledText {
font.pixelSize: Appearance.font.pixelSize.normal
@@ -273,7 +273,8 @@ Item {
Layout.rightMargin: 16
padding: 10
color: activeFocus ? Appearance.m3colors.m3onSurface : Appearance.m3colors.m3onSurfaceVariant
selectedTextColor: Appearance.m3colors.m3onSurface
selectedTextColor: Appearance.m3colors.m3onPrimary
selectionColor: Appearance.m3colors.m3primary
placeholderText: qsTr("Task description")
placeholderTextColor: Appearance.m3colors.m3outline
focus: root.showAddDialog