blob: f4ec05a704c9c691962a57319e3ede8290ba7b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<theme _name="Crux-Eggplant" _description="An Eggplant variation of the Crux theme.">
<directory background_tile_image="./backgrounds/window_pattern.png"
dark_info_color="0x777777"
light_info_color="0xAAAAAA"
selection_box_color_rgba="0x71577440"
selection_box_color="#715774"
background_color="#F0F0F0"/>
<sidebar sidebar_background_color="#886F8D-#250C2A%90-#000000:h"
sidebar_background_tile_image="patterns/.striated.png"
tab_piece_images="sidebar_tab_pieces" combine="true"
left_offset="0" shadow_offset="1" text_h_offset="-4"
label_color="#FFFFFF"
tab_font="Helvetica Bold" />
<desktop background_tile_image="./backgrounds/background_pattern.png"/>
<throbber frame_count="30" url="http://www.eazel.com"/>
</theme>
|