73 lines
2.6 KiB
XML
73 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<DefaultStyles>
|
|
<CUIComponent>
|
|
<BackgroundColor>CUIPalette.Component.Background</BackgroundColor>
|
|
<Border>CUIPalette.Component.Border</Border>
|
|
<ResizeHandleColor>CUIPalette.Handle.Background</ResizeHandleColor>
|
|
<ResizeHandleGrabbedColor>CUIPalette.Handle.Grabbed</ResizeHandleGrabbedColor>
|
|
</CUIComponent>
|
|
<CUIFrame>
|
|
<BackgroundColor>CUIPalette.Frame.Background</BackgroundColor>
|
|
<OutlineColor>CUIPalette.Frame.Border</OutlineColor>
|
|
</CUIFrame>
|
|
<CUITextBlock>
|
|
<TextColor>CUIPalette.Component.Text</TextColor>
|
|
<Border>Transparent</Border>
|
|
<BackgroundColor>Transparent</BackgroundColor>
|
|
<Padding>[4,0]</Padding>
|
|
</CUITextBlock>
|
|
<CUITextInput>
|
|
<TextColor>CUIPalette.Input.Text</TextColor>
|
|
<Border>CUIPalette.Input.Border</Border>
|
|
<BackgroundColor>CUIPalette.Input.Background</BackgroundColor>
|
|
</CUITextInput>
|
|
<CUIButton>
|
|
<MasterColorOpaque>CUIPalette.Button.Background</MasterColorOpaque>
|
|
<Border>CUIPalette.Button.Border</Border>
|
|
<DisabledColor>CUIPalette.Button.Disabled</DisabledColor>
|
|
<Padding>[4,2]</Padding>
|
|
<TextAlign>[0.5,0.5]</TextAlign>
|
|
</CUIButton>
|
|
<CUICompositeButton>
|
|
<MasterColorOpaque>CUIPalette.Button.Background</MasterColorOpaque>
|
|
<DisabledColor>CUIPalette.Button.Disabled</DisabledColor>
|
|
</CUICompositeButton>
|
|
<CUIToggleButton>
|
|
<MasterColorOpaque>CUIPalette.Button.Background</MasterColorOpaque>
|
|
<Border>CUIPalette.Button.Border</Border>
|
|
<DisabledColor>CUIPalette.Button.Background</DisabledColor>
|
|
</CUIToggleButton>
|
|
<CUICloseButton>
|
|
<MasterColorOpaque>CUIPalette.CloseButton.Background</MasterColorOpaque>
|
|
<Border>Transparent</Border>
|
|
</CUICloseButton>
|
|
<DDOption>
|
|
<InactiveColor>Transparent</InactiveColor>
|
|
<Border>Transparent</Border>
|
|
<MouseOverColor>CUIPalette.DDOption.Hover</MouseOverColor>
|
|
<TextColor>CUIPalette.DDOption.Text</TextColor>
|
|
<TextAlign>[0,0]</TextAlign>
|
|
<Padding>[4,0]</Padding>
|
|
</DDOption>
|
|
<CUISlider>
|
|
<BackgroundColor>Transparent</BackgroundColor>
|
|
<Border>Transparent</Border>
|
|
</CUISlider>
|
|
<CUITickBox>
|
|
<BackgroundColor>CUIPalette.Main.Text</BackgroundColor>
|
|
</CUITickBox>
|
|
<CUICanvas>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<Border>Black</Border>
|
|
</CUICanvas>
|
|
<CUIHorizontalList>
|
|
<BackgroundColor>Transparent</BackgroundColor>
|
|
</CUIHorizontalList>
|
|
<CUIVerticalList>
|
|
<BackgroundColor>Transparent</BackgroundColor>
|
|
</CUIVerticalList>
|
|
<CUIPages>
|
|
<BackgroundColor>Transparent</BackgroundColor>
|
|
<Border>Transparent</Border>
|
|
</CUIPages>
|
|
</DefaultStyles> |