Enabled light theme for info views in osx.

This commit is contained in:
Luis Ángel San Martín
2017-04-24 21:53:55 +02:00
parent 22971c330c
commit 689a782d5a
9 changed files with 163 additions and 60 deletions

View File

@ -23,7 +23,7 @@ Item {
ColorOverlay {
anchors.fill: read_compact
source: read_compact
color: read ? "#e84852" : "#1c1c1c"
color: read ? readTickCheckedColor : readTickUncheckedColor
}
}