import QtQuick 1.0 Item { id:theme property alias markdate: markdate property string root_dir : "file:/opt/usr/share/LichViet/themes/default/" property string background_image: root_dir+"background.jpg" property real background_opacity: 1.0 property string switch_on: root_dir+"switch_on.png" property string switch_off: root_dir+"switch_off.png" Item{ id:markdate property string sunday:"red" property string saturday:"blue" property string otherday:"grey" property string otherday_selected:"#FFFFFF" property string holidays:"yellow" property string not_holidays:"#FFFF99" property string lunardate:"black" } }