aboutsummaryrefslogtreecommitdiff
path: root/assets/cru/theme_builder/ThemeResources.xml
blob: e39cc232f82fc6bb1e16d551050ebd58741efc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Theme>
    <Resource key="cru.theme_builder.editor.label.font">
        <Font size="16" />
    </Resource>

    <Resource key="cru.theme_builder.color_cube.style">
        <StyleRuleSet>
            <StyleRule>
                <NoCondition />
                <PreferredSizeStyler width="30" height="20" />
                <BorderStyler>
                    <BorderStyle>
                        <Color value="black" />
                        <Thickness value="1" />
                    </BorderStyle>
                </BorderStyler>
                <MarginStyler value="10 0 0 0" />
            </StyleRule>
        </StyleRuleSet>
    </Resource>
</Theme>