mirror of https://github.com/buggins/dlangui.git
387 lines
12 KiB
XML
387 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<theme id="theme_default"
|
|
fontSize="12"
|
|
fontFace="Verdana,Arial,DejaVu Sans"
|
|
fontFamily="SansSerif"
|
|
>
|
|
<style id="BUTTON"
|
|
backgroundImageId="btn_background"
|
|
align="Center"
|
|
margins="5,5,5,5"
|
|
focusRectColors="#000"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
<state state_enabled="false" textColor="#80000000"/>
|
|
</style>
|
|
<style id="BUTTON_TRANSPARENT"
|
|
backgroundImageId="btn_background_transparent"
|
|
align="Center"
|
|
/>
|
|
<style id="BUTTON_LABEL"
|
|
layoutWidth="FILL_PARENT"
|
|
margins="2,2,2,2"
|
|
align="Left|VCenter"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="false" textColor="#80000000"/>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
</style>
|
|
<style id="BUTTON_IMAGE"
|
|
margins="2,2,2,2"
|
|
align="Center"
|
|
/>
|
|
<style id="CHECKBOX"
|
|
backgroundImageId="@null"
|
|
margins="2,2,2,2"
|
|
padding="2,2,2,2"
|
|
focusRectColors="@null"
|
|
/>
|
|
<style id="CHECKBOX_IMAGE" parent="BUTTON_IMAGE"
|
|
align="Center"
|
|
margins="2,2,2,2"
|
|
/>
|
|
<style id="CHECKBOX_LABEL" parent="BUTTON_LABEL"
|
|
align="Left|VCenter"
|
|
focusRectColors="#000"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
</style>
|
|
<style id="RADIOBUTTON" parent="CHECKBOX"
|
|
margins="2,2,2,2"
|
|
padding="2,2,2,2"
|
|
/>
|
|
<style id="RADIOBUTTON_IMAGE" parent="CHECKBOX_IMAGE"
|
|
align="Center"
|
|
margins="2,2,2,2"
|
|
/>
|
|
<style id="RADIOBUTTON_LABEL" parent="CHECKBOX_LABEL"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
</style>
|
|
<style id="TEXT"
|
|
margins="2,2,2,2"
|
|
padding="1,1,1,1"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" textColor="#A0000000"/>
|
|
</style>
|
|
<style id="HSPACER"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutWeight="100"
|
|
minWidth="5"
|
|
/>
|
|
<style id="VSPACER"
|
|
layoutHeight="FILL_PARENT"
|
|
layoutWeight="100"
|
|
minHeight="5"
|
|
/>
|
|
<style id="BUTTON_NOMARGINS"
|
|
backgroundImageId="btn_background"
|
|
align="Center"
|
|
/>
|
|
<color id="sample_color_rgb" value="#8CF"/>
|
|
<color id="sample_color_argb" value="#48CF"/>
|
|
<color id="sample_color_rrggbb" value="#80C0F0"/>
|
|
<color id="sample_color_aarrggbb" value="#4080C0F0"/>
|
|
<drawable id="scrollbar_button_up" value="scrollbar_btn_up"/>
|
|
<drawable id="scrollbar_button_down" value="scrollbar_btn_down"/>
|
|
<drawable id="scrollbar_button_left" value="scrollbar_btn_left"/>
|
|
<drawable id="scrollbar_button_right" value="scrollbar_btn_right"/>
|
|
<drawable id="scrollbar_indicator_vertical" value="scrollbar_indicator_vertical"/>
|
|
<drawable id="scrollbar_indicator_horizontal" value="scrollbar_indicator_horizontal"/>
|
|
<style id="SCROLLBAR"
|
|
backgroundColor="#C0808080"
|
|
align="Center"
|
|
/>
|
|
<style id="SCROLLBAR_BUTTON" parent="BUTTON"
|
|
/>
|
|
<style id="SLIDER"
|
|
/>
|
|
<style id="PAGE_SCROLL"
|
|
backgroundColor="#FFFFFFFF"
|
|
>
|
|
<state state_pressed="true" backgroundColor="#C0404080"/>
|
|
<state state_hovered="true" backgroundColor="#F0404080"/>
|
|
</style>
|
|
|
|
<style id="TAB_UP_DARK"
|
|
backgroundImageId="tab_up_background_dark"
|
|
layoutWidth="FILL_PARENT"
|
|
>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON_DARK"
|
|
padding="5,1,1,1"
|
|
backgroundImageId="tab_btn_dark_up"
|
|
/>
|
|
<style id="TAB_UP_BUTTON_DARK_TEXT"
|
|
fontSize="12"
|
|
textColor="#E0E0E0"
|
|
align="Center"
|
|
>
|
|
<state state_selected="true" state_window_focused="true" state_hovered="true" textColor="#800000"/>
|
|
<state state_selected="true" state_window_focused="true" textColor="#000000"/>
|
|
<state state_selected="true" textColor="#E0E0E0"/>
|
|
<state state_window_focused="true" state_hovered="true" textColor="#FFE0E0"/>
|
|
<state state_window_focused="true" textColor="#FFFFFF"/>
|
|
<state state_hovered="true" textColor="#808000"/>
|
|
</style>
|
|
<style id="TAB_UP"
|
|
backgroundImageId="tab_up_background"
|
|
layoutWidth="FILL_PARENT"
|
|
>
|
|
<state state_selected="true" backgroundImageId="tab_up_backgrond_selected"/>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON_TEXT"
|
|
textColor="#000000"
|
|
fontSize="12"
|
|
align="Center"
|
|
>
|
|
<state state_selected="true" state_focused="true" textColor="#000000"/>
|
|
<state state_selected="true" textColor="#000000"/>
|
|
<state state_focused="true" textColor="#000000"/>
|
|
<state state_hovered="true" textColor="#808000"/>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON"
|
|
backgroundImageId="tab_btn_up"
|
|
/>
|
|
<style id="TAB_HOST"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
backgroundColor="#F0F0F0"
|
|
/>
|
|
<style id="TAB_WIDGET"
|
|
backgroundColor="#EEEEEE"
|
|
/>
|
|
|
|
<style id="MAIN_MENU"
|
|
layoutWidth="FILL_PARENT"
|
|
backgroundColor="#EFEFF2"
|
|
layoutWeight="0"
|
|
/>
|
|
<style id="MAIN_MENU_ITEM"
|
|
padding="4,2,4,2"
|
|
backgroundImageId="main_menu_item_background"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="MENU_ITEM"
|
|
backgroundImageId="menu_item_background"
|
|
padding="4,2,4,2"
|
|
>
|
|
</style>
|
|
<style id="MENU_ICON"
|
|
margins="2,2,2,2"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" alpha="160"/>
|
|
</style>
|
|
<style id="MENU_LABEL"
|
|
margins="4,2,4,2"
|
|
align="Left|VCenter"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="MAIN_MENU_LABEL"
|
|
margins="4,2,4,2"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="MENU_ACCEL"
|
|
margins="4,2,4,2"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="TRANSPARENT_BUTTON_BACKGROUND"
|
|
backgroundImageId="btn_background_transparent"
|
|
padding="4,2,4,2"
|
|
/>
|
|
<style id="POPUP_MENU"
|
|
backgroundImageId="popup_menu_background_normal"
|
|
/>
|
|
<style id="LIST_ITEM"
|
|
backgroundImageId="list_item_background"
|
|
/>
|
|
|
|
<style id="COMBO_BOX"
|
|
backgroundImageId="combobox_background"
|
|
padding="2,2,2,2"
|
|
margins="2,2,2,2"
|
|
minWidth="40"
|
|
/>
|
|
<style id="COMBO_BOX_BODY"
|
|
padding="2,2,2,2"
|
|
minWidth="40"
|
|
align="Left|VCenter"
|
|
focusRectColors="#000"
|
|
/>
|
|
<style id="COMBO_BOX_BUTTON"
|
|
padding="2,2,2,2"
|
|
backgroundImageId="btn_background_transparent"
|
|
align="Center"
|
|
/>
|
|
|
|
<style id="EDIT_LINE"
|
|
backgroundImageId="editbox_background"
|
|
padding="4,4,4,4"
|
|
margins="2,2,2,2"
|
|
minWidth="40"
|
|
/>
|
|
<style id="EDIT_BOX"
|
|
backgroundImageId="editbox_background"
|
|
padding="2,2,2,2"
|
|
margins="2,2,2,2"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="STATUS_LINE"
|
|
backgroundColor="#D0D0D0"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1,1,1,1"
|
|
layoutWeight="0"
|
|
/>
|
|
<style id="DOCK_HOST"
|
|
backgroundColor="#293955"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="2,2,2,2"
|
|
/>
|
|
<style id="DOCK_HOST_BODY"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="1,1,1,1"
|
|
margins="4,4,4,4"
|
|
/>
|
|
<style id="DOCK_WINDOW"
|
|
backgroundColor="#8E9BBC"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="1,1,1,1"
|
|
margins="4,4,4,4"
|
|
/>
|
|
<style id="FLOATING_WINDOW"
|
|
backgroundImageId="popup_window_background"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="1,1,1,1"
|
|
margins="4,4,4,4"
|
|
/>
|
|
<style id="DOCK_WINDOW_CAPTION"
|
|
backgroundColor="#4d6082"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1,1,1,1"
|
|
/>
|
|
<style id="DOCK_WINDOW_CAPTION_LABEL"
|
|
textColor="#FFFFFF"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="3,3,3,3"
|
|
fontSize="12"
|
|
align="Left|VCenter"
|
|
/>
|
|
<style id="DOCK_WINDOW_BODY"
|
|
backgroundColor="#FFFFFF"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="1,1,1,1"
|
|
/>
|
|
|
|
<style id="TOOLBAR_HOST"
|
|
backgroundColor="#d6dbe9"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1,1,1,1"
|
|
/>
|
|
<style id="TOOLTIP"
|
|
backgroundImageId="tooltip_background"
|
|
layoutWidth="WRAP_CONTENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
margins="2,7,2,1"
|
|
padding="3,3,3,3"
|
|
textColor="#404040"
|
|
/>
|
|
<style id="TOOLBAR"
|
|
backgroundImageId="toolbar_background"
|
|
layoutWidth="WRAP_CONTENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
margins="2,1,2,1"
|
|
/>
|
|
<style id="TOOLBAR_BUTTON"
|
|
backgroundImageId="toolbar_button_background"
|
|
align="Center"
|
|
margins="1,1,1,1"
|
|
padding="2,2,2,2"
|
|
>
|
|
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
|
|
</style>
|
|
<style id="TOOLBAR_CONTROL"
|
|
backgroundImageId="toolbar_control_background"
|
|
align="Center"
|
|
margins="1,1,1,1"
|
|
padding="2,2,2,2"
|
|
>
|
|
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
|
|
</style>
|
|
<style id="TOOLBAR_SEPARATOR"
|
|
align="Center"
|
|
/>
|
|
|
|
<style id="TREE_ITEM"
|
|
minWidth="100"
|
|
minHeight="14"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
>
|
|
</style>
|
|
<style id="TREE_ITEM_EXPAND_ICON"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="TREE_ITEM_BODY"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
backgroundImageId="list_item_background"
|
|
/>
|
|
<style id="TREE_ITEM_ICON"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="TREE_ITEM_LABEL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="RESIZER_VERTICAL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
minHeight="7"
|
|
maxHeight="7"
|
|
backgroundColor="#E0E0E0">
|
|
<state state_focused="true" backgroundColor="#40C0C000"/>
|
|
<state state_pressed="true" backgroundColor="#4080C000"/>
|
|
<state state_selected="true" backgroundColor="#00F8F9Fa"/>
|
|
<state state_hovered="true" backgroundColor="#C0FFFF00"/>
|
|
</style>
|
|
<style id="RESIZER_HORIZONTAL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
minWidth="7"
|
|
maxWidth="7"
|
|
backgroundColor="#E0E0E0">
|
|
<state state_focused="true" backgroundColor="#40C0C000"/>
|
|
<state state_pressed="true" backgroundColor="#4080C000"/>
|
|
<state state_selected="true" backgroundColor="#00F8F9Fa"/>
|
|
<state state_hovered="true" backgroundColor="#C0FFFF00"/>
|
|
</style>
|
|
</theme>
|
|
|