mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-05 11:13:18 +00:00
Add support for custom theme in config.json
This commit is contained in:
parent
677e1f2f81
commit
988fc539ef
5 changed files with 54 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue