diff options
| author | crupest <crupest@outlook.com> | 2022-02-26 19:46:37 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-02-26 19:46:37 +0800 |
| commit | 65e288c40a593965b41378755f7111c56e123295 (patch) | |
| tree | 3c329d8453f3514a374e5a0c47edcffe9231173b /assets | |
| parent | e80f44385dee8636b747848ecb6193c41a99d89c (diff) | |
| download | cru-65e288c40a593965b41378755f7111c56e123295.tar.gz cru-65e288c40a593965b41378755f7111c56e123295.tar.bz2 cru-65e288c40a593965b41378755f7111c56e123295.zip | |
...
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/cru/theme_builder/ThemeResources.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/cru/theme_builder/ThemeResources.xml b/assets/cru/theme_builder/ThemeResources.xml new file mode 100644 index 00000000..544f6908 --- /dev/null +++ b/assets/cru/theme_builder/ThemeResources.xml @@ -0,0 +1,16 @@ +<Theme> + <Resource key="cru.theme_builder.color_cube.style"> + <StyleRuleSet> + <StyleRule> + <NoCondition /> + <PreferredSizeStyler width="20" height="20" /> + <BorderStyler> + <BorderStyle> + <Color value="black" /> + <Thickness value="1" /> + </BorderStyle> + </BorderStyler> + </StyleRule> + </StyleRuleSet> + </Resource> +</Theme> |
