Add support for custom theme in config.json

This commit is contained in:
Vyn 2024-08-12 15:03:38 +02:00
parent 677e1f2f81
commit 988fc539ef
5 changed files with 54 additions and 13 deletions

View file

@ -24,7 +24,7 @@ RowLayout {
id: checkbox
text: control.getFormatedText()
checked: task.state === 'DONE'
textComponent.font.pointSize: 14
//textComponent.font.pointSize: 14
textComponent.color: task.date < internal.todayDate ? colorPalette.selected.red
// : task.date === internal.todayDate ? colorPalette.selected.palette.sapphire
: colorPalette.selected.text