summaryrefslogtreecommitdiffstats
path: root/qx08/source/class/tr/Theme.js
blob: 6008e3afa4c526e194993ecb35cf6cba759c0f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
qx.Theme.define("tr.Theme", {
    title : "Tr Light Colors",

    meta : {
        color      : tr.theme.Color,
        decoration : qx.theme.modern.Decoration,
        font       : qx.theme.modern.Font,
        icon       : qx.theme.icon.Tango,
        appearance : qx.theme.modern.Appearance
    }
});