aboutsummaryrefslogtreecommitdiff
path: root/assets/cru/theme_builder/ThemeResources.xml
blob: a61a59f865cbea1e2e7e2866443e7499feb40ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Theme>
    <Resource key="cru.theme_builder.editor.label.font">
        <Font size="16" />
    </Resource>

    <Resource key="cru.theme_builder.icon-button.style">
        <StyleRuleSet>
            <StyleRule>
                <NoCondition />
                <PreferredSizeStyler width="30" height="20" />
                <BorderStyler>
                    <BorderStyle>
                        <Thickness value="0" />
                    </BorderStyle>
                </BorderStyler>
                <MarginStyler value="10 0 0 0" />
                <CursorStyler>
                    <Cursor value="hand" />
                </CursorStyler>
            </StyleRule>
        </StyleRuleSet>
    </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>