blob: 236b27cb52f4ebaf83f89dd753f647ae57aaf85e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0"?>
<theme _name="Eazel" _description="This is the default theme for Nautilus.">
<sidebar sidebar_background_tile_image="./side_bar_image.png"
sidebar_background_color="#474A7C-#22233A:h"
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="patterns/brushed_metal.png" background_color="#F0F0F0"/>
<directory background_color="#F0F0F0"
selection_box_color_rgba="0x727D974C"
selection_box_color="#727D97"/>
<icon highlight_background_color="#000000"
highlight_text_color="#FFFFFF"
text_fill_color="#FFFFFF"/>
<thumbnails frame_offsets="3,3,6,6"/>
<throbber frame_count="30" url="http://www.eazel.com" delay="75"/>
<zoom_control number_v_offset="-2" number_h_offset="-2"/>
</theme>
|