diff options
Diffstat (limited to 'icons')
-rw-r--r-- | icons/arlo/arlo.xml | 9 | ||||
-rw-r--r-- | icons/crux_eggplant/crux_eggplant.xml | 12 | ||||
-rw-r--r-- | icons/default.xml | 7 |
3 files changed, 20 insertions, 8 deletions
diff --git a/icons/arlo/arlo.xml b/icons/arlo/arlo.xml index 00f18354a..6d2100f6f 100644 --- a/icons/arlo/arlo.xml +++ b/icons/arlo/arlo.xml @@ -1,13 +1,18 @@ <?xml version="1.0"?> <theme _name="Crux-Teal" _description="A Teal 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="0x497B7E40" selection_box_color="rgb:4949/7B7B/7E7E" /> + light_info_color="0xAAAAAA" + selection_box_color_rgba="0x497B7E40" + selection_box_color="rgb:4949/7B7B/7E7E" + background_color="rgb:F0F0/F0F0/F0F0"/> + <sidebar sidebar_background_color="rgb:6666/9999/9999-rgb:0000/3333/3333%90-rgb:0000/0000/0000: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="rgb:FFFF/FFFF/FFFF" tab_font="-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*" /> - <desktop background_tile_image="./backgrounds/background_pattern.png"/> + + <desktop background_tile_image="./backgrounds/background_pattern.png" /> <zoom_control number_v_offset="-6" number_h_offset="0" digit_width="6"/> <throbber frame_count="28" url="http://www.eazel.com"/> </theme> diff --git a/icons/crux_eggplant/crux_eggplant.xml b/icons/crux_eggplant/crux_eggplant.xml index 4cc3ff059..01eec461f 100644 --- a/icons/crux_eggplant/crux_eggplant.xml +++ b/icons/crux_eggplant/crux_eggplant.xml @@ -1,12 +1,18 @@ <?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="rgb:7171/5757/7474" /> + <directory background_tile_image="./backgrounds/window_pattern.png" + dark_info_color="0x777777" + light_info_color="0xAAAAAA" + selection_box_color_rgba="0x71577440" + selection_box_color="rgb:7171/5757/7474" /> + <sidebar sidebar_background_color="rgb:8888/6F6F/8D8D-rgb:2525/0C0C/2A2A%90-rgb:0000/0000/0000: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="rgb:FFFF/FFFF/FFFF" + left_offset="0" shadow_offset="1" text_h_offset="-4" + label_color="rgb:FFFF/FFFF/FFFF" tab_font="-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*" /> + <desktop background_tile_image="./backgrounds/background_pattern.png"/> <zoom_control number_v_offset="-6" number_h_offset="0" digit_width="6"/> <throbber image_theme="arlo" frame_count="28" url="http://www.eazel.com"/> diff --git a/icons/default.xml b/icons/default.xml index 136126878..64ff132b9 100644 --- a/icons/default.xml +++ b/icons/default.xml @@ -11,11 +11,12 @@ left_offset="0" shadow_offset="1" text_h_offset="-4" label_color="rgb:FFFF/FFFF/FFFF" tab_font="-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*" /> - <desktop background_tile_image="patterns/brushed_metal.png" background_color="rgb:FFFF/FFFF/FFFF"/> + <desktop background_tile_image="patterns/brushed_metal.png" background_color="rgb:F0F0/F0F0/F0F0"/> - <directory background_color="rgb:CFFF/D333/D999" + <directory background_color="rgb:F0F0/F0F0/F0F0" selection_box_color_rgba="0x727D974C" - selection_box_color="rgb:7222/7DDD/9777" /> + selection_box_color="rgb:7222/7DDD/9777" + background_color="rgb:F0F0/F0F0/F0F0"/> <icon highlight_background_color="rgb:0000/0000/0000" highlight_text_color="rgb:FFFF/FFFF/FFFF" |