dlangui/views/res/theme_dark.xml

331 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<theme id="theme_dark" parent="theme_default"
textColor="#E0E0E0"
>
<color id="window_background" value="#000000"/>
<color id="dialog_background" value="#222222"/>
<color id="edit_background" value="#070808"/>
<color id="edit_caret" value="#E0E0E0"/>
<color id="edit_caret_replace" value="#808080FF"/>
<color id="editor_matching_bracket_highlight" value="#40606000"/>
<color id="editor_selection_focused" value="#B080B0FF"/>
<color id="editor_selection_normal" value="#D080C0FF"/>
<color id="editor_search_highlight_current" value="#800000FF"/>
<color id="editor_search_highlight_other" value="#C00000FF"/>
<color id="editor_left_pane_background" value="#030305"/>
<color id="editor_left_pane_background2" value="#080808"/>
<color id="editor_left_pane_background3" value="#040404"/>
<color id="editor_left_pane_line_number_text" value="#707070"/>
<color id="editor_left_pane_line_number_background" value="#060606"/>
<color id="editor_left_pane_line_icon_color_breakpoint" value="#FF0000"/>
<color id="editor_left_pane_line_icon_color_bookmark" value="#0000FF"/>
<color id="editor_left_pane_line_icon_color_error" value="#80FF0000"/>
<color id="grid_selection_color" value="#60909040"/>
<color id="grid_selection_color_row" value="#60A0A040"/>
<color id="grid_cell_background_fixed" value="#C0404040"/>
<color id="grid_cell_border_color" value="#C0808080"/>
<color id="grid_cell_border_color_header" value="#80000000"/>
<color id="grid_cell_background_header" value="#C0808080"/>
<color id="grid_cell_background_header_selected" value="#40B0B060"/>
<color id="file_dialog_dir_name_color" value="#FFFF00"/>
<style id="BUTTON"
backgroundImageId="btn_background_dark"
focusRectColors="#FFF"
>
<state state_enabled="false" textColor="#60FFFFFF"/>
<state state_enabled="true" state_hovered="true" textColor="#E0E080"/>
</style>
<style id="BUTTON_TRANSPARENT"
backgroundImageId="btn_background_transparent_dark"
/>
<style id="BUTTON_CHECK_TRANSPARENT"
backgroundImageId="btn_background_check_transparent_dark"
align="Center"
/>
<style id="BUTTON_LABEL"
layoutWidth="FILL_PARENT"
focusRectColors="#FFF"
>
<state state_enabled="false" textColor="#60FFFFFF"/>
<state state_enabled="true" state_hovered="true" textColor="#E0E080"/>
</style>
<style id="BUTTON_LABEL_LINK" parent="BUTTON_LABEL"
textColor="#6080FF"
focusRectColors="#FFF"
>
<state state_enabled="false" textColor="#606080FF"/>
<state state_enabled="true" state_hovered="true" textColor="#A0A0FF" textFlags="Underline"/>
</style>
<style id="CHECKBOX_LABEL" parent="BUTTON_LABEL"
focusRectColors="#FFF"
>
<state state_enabled="true" state_hovered="true" textColor="#C0FFFF"/>
</style>
<style id="RADIOBUTTON_LABEL" parent="CHECKBOX_LABEL"
focusRectColors="#FFF"
>
<state state_enabled="true" state_hovered="true" textColor="#C0FFFF"/>
</style>
<style id="TEXT"
>
<state state_enabled="false" textColor="#A0FFFFFF"/>
</style>
<style id="MULTILINE_TEXT"
>
<state state_enabled="false" textColor="#A0FFFFFF"/>
</style>
<style id="BUTTON_NOMARGINS"
backgroundImageId="btn_background_dark"
/>
<drawable id="close" value="close_dark"/>
<drawable id="tab_more" value="tab_more_dark"/>
<drawable id="btn_check" value="btn_check_dark"/>
<drawable id="btn_radio" value="btn_radio_dark"/>
<drawable id="arrow_right_down_black" value="arrow_right_down_black_dark"/>
<drawable id="arrow_right_hollow" value="arrow_right_hollow_dark"/>
<drawable id="toolbar_separator" value="toolbar_separator_dark"/>
<drawable id="scrollbar_button_up" value="scrollbar_btn_up_dark"/>
<drawable id="scrollbar_button_down" value="scrollbar_btn_down_dark"/>
<drawable id="scrollbar_button_left" value="scrollbar_btn_left_dark"/>
<drawable id="scrollbar_button_right" value="scrollbar_btn_right_dark"/>
<drawable id="scrollbar_indicator_vertical" value="scrollbar_indicator_vertical"/>
<drawable id="scrollbar_indicator_horizontal" value="scrollbar_indicator_horizontal"/>
<style id="SCROLLBAR"
backgroundColor="#C0808080"
/>
<style id="SCROLLBAR_BUTTON"
backgroundImageId="scrollbar_btn_background_dark"
align="Center"
/>
<style id="SCROLLBAR_BUTTON_TRANSPARENT"
backgroundImageId="scrollbar_btn_transparent_background_dark"
align="Center"
/>
<style id="SLIDER"
backgroundImageId="slider_background_dark"
align="Center"
/>
<style id="PAGE_SCROLL"
backgroundColor="#FFFFFFFF"
>
<state state_pressed="true" backgroundColor="#C0202040"/>
<state state_hovered="true" backgroundColor="#F0404080"/>
</style>
<style id="TAB_DOWN_DARK"
backgroundImageId="dock_window_caption_background_down_dark"
>
</style>
<style id="TAB_DOWN_BUTTON_DARK"
backgroundImageId="tab_btn_dark_down_dark"
/>
<style id="TAB_UP_DARK"
backgroundImageId="dock_window_caption_background_dark"
>
</style>
<style id="TAB_UP_BUTTON_DARK"
backgroundImageId="tab_btn_dark_up_dark"
/>
<style id="TAB_UP_BUTTON_DARK_TEXT"
textColor="#E0E0E0"
>
<state state_selected="true" state_window_focused="true" state_hovered="true" textColor="#FFFFC0"/>
<state state_selected="true" state_window_focused="true" textColor="#FFFFE0"/>
<state state_selected="true" textColor="#E0E0E0"/>
<state state_window_focused="true" state_hovered="true" textColor="#E0E0C0"/>
<state state_window_focused="true" textColor="#C0C0C0"/>
<state state_hovered="true" textColor="#D0D0A0"/>
</style>
<style id="TAB_UP"
backgroundImageId="tab_up_background_theme_dark"
>
<state state_selected="true" backgroundImageId="tab_up_backgrond_selected_dark"/>
</style>
<style id="TAB_UP_BUTTON_TEXT"
textColor="#C0C0C0"
>
<state state_selected="true" state_focused="true" textColor="#FFFFC0"/>
<state state_selected="true" textColor="#FFFFC0"/>
<state state_focused="true" textColor="#C0C0C0"/>
<state state_hovered="true" textColor="#D0D0B0"/>
</style>
<style id="TAB_UP_BUTTON"
backgroundImageId="tab_btn_up_dark"
/>
<style id="TAB_HOST"
backgroundColor="#101010"
/>
<style id="TAB_WIDGET"
backgroundColor="#181818"
/>
<style id="MAIN_MENU"
backgroundColor="#202020"
/>
<style id="MAIN_MENU_ITEM"
backgroundImageId="main_menu_item_background_dark"
/>
<style id="MENU_ITEM"
backgroundImageId="menu_item_background_dark"
>
</style>
<style id="MENU_SEPARATOR"
backgroundImageId="menu_separator_dark"
>
</style>
<style id="MENU_ICON"
>
<state state_enabled="false" alpha="160"/>
</style>
<style id="MENU_LABEL"
>
<state state_enabled="false" textColor="#808080"/>
</style>
<style id="MAIN_MENU_LABEL"
>
<state state_enabled="false" textColor="#808080"/>
</style>
<style id="MENU_ACCEL"
>
<state state_enabled="false" textColor="#808080"/>
</style>
<style id="TRANSPARENT_BUTTON_BACKGROUND"
backgroundImageId="btn_background_transparent_dark"
/>
<style id="POPUP_MENU"
backgroundImageId="popup_menu_background_normal_dark"
/>
<style id="LIST_ITEM"
backgroundImageId="list_item_background_dark"
/>
<style id="COMBO_BOX"
backgroundImageId="combobox_background_dark"
/>
<style id="COMBO_BOX_BODY"
focusRectColors="#FFF"
/>
<style id="COMBO_BOX_BUTTON"
backgroundImageId="btn_background_transparent_dark"
/>
<style id="EDIT_LINE"
backgroundImageId="editbox_background_dark"
/>
<style id="EDIT_BOX"
backgroundImageId="editbox_background_dark"
/>
<style id="LOG_WIDGET"
backgroundImageId="editbox_background_dark"
/>
<style id="LIST_BOX"
backgroundImageId="editbox_background_dark"
/>
<style id="EDIT_BOX_NO_FRAME"
backgroundColor="#292929"
/>
<style id="STATUS_LINE"
backgroundColor="#515658"
/>
<style id="STRING_GRID"
backgroundImageId="editbox_background_dark"
/>
<style id="FILE_DIALOG_GRID"
backgroundImageId="editbox_background_dark"
/>
<style id="DOCK_HOST"
backgroundColor="#515658"
/>
<style id="DOCK_WINDOW"
backgroundImageId="dock_window_background_dark"
/>
<style id="FLOATING_WINDOW"
backgroundImageId="popup_window_background_dark"
/>
<style id="DOCK_WINDOW_CAPTION"
backgroundImageId="dock_window_caption_background_dark"
/>
<style id="DOCK_WINDOW_CAPTION_LABEL"
textColor="#E0E0E0"
/>
<style id="DOCK_WINDOW_BODY"
padding="3,3,3,3"
/>
<style id="TOOLBAR_HOST"
backgroundImageId="toolbar_host_background_dark"
/>
<style id="TOOLTIP"
backgroundImageId="tooltip_background_dark"
textColor="#E0E0E0"
/>
<style id="TOOLBAR"
backgroundImageId="toolbar_background_dark"
/>
<style id="TOOLBAR_BUTTON"
backgroundImageId="toolbar_button_background_dark"
>
<state state_enabled="false" alpha="160" backgroundImageId="toolbar_button_null"/>
</style>
<style id="TOOLBAR_CONTROL"
backgroundImageId="toolbar_control_background_dark"
>
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
</style>
<style id="TOOLBAR_SEPARATOR"
align="Center"
/>
<style id="TREE_ITEM_BODY"
backgroundImageId="list_item_background_dark"
/>
<style id="SETTINGS_TREE"
backgroundColor="#000000"
/>
<style id="RESIZER_VERTICAL"
backgroundColor="#303030">
<state state_focused="true" backgroundColor="#40404000"/>
<state state_pressed="true" backgroundColor="#40406000"/>
<state state_selected="true" backgroundColor="#00202020"/>
<state state_hovered="true" backgroundColor="#C0404000"/>
</style>
<style id="RESIZER_HORIZONTAL"
backgroundColor="#303030">
<state state_focused="true" backgroundColor="#40404000"/>
<state state_pressed="true" backgroundColor="#40406000"/>
<state state_selected="true" backgroundColor="#00202020"/>
<state state_hovered="true" backgroundColor="#C0404000"/>
</style>
<style id="GROUP_BOX"
margins="2pt,4pt,2pt,2pt">
<drawable id="group_box_frame_up_left" value="group_box_frame_up_left_dark"/>
<drawable id="group_box_frame_up_right" value="group_box_frame_up_right_dark"/>
<drawable id="group_box_frame_bottom" value="group_box_frame_bottom_dark"/>
</style>
<style id="GROUP_BOX_CAPTION"
align="Left|VCenter"
textColor="#504840"
padding="1pt,1pt,1pt,1pt">
</style>
<style id="SIMPLE_BAR_CHART"
padding="2pt,2pt,2pt,2pt"
margins="2pt,2pt,2pt,2pt"
minWidth="250pt"
>
<color id="chart_background_color" value="#262626"/>
<color id="chart_axis_color" value="#505255"/>
<color id="chart_segment_tag_color" value="#505255"/>
</style>
</theme>