~cimi/light-themes/maverick-light-themes

« back to all changes in this revision

Viewing changes to Ambiance-maverick-beta/metacity-1/metacity-theme-1.xml

  • Committer: Andrea Cimitan
  • Date: 2010-08-06 11:18:00 UTC
  • Revision ID: andrea.cimitan@gmail.com-20100806111800-l53tw9zkt032cjiu
Updated metacity theme (really)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        <color value="#3c3b37" />
110
110
    </gradient>
111
111
    
112
 
    <!-- ** titlebar outline ** -->
 
112
    <!-- Titlebar outline -->
113
113
    <rectangle color="shade/#3c3b37/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
114
114
 
115
115
    <!-- Topmost lines -->
135
135
<draw_ops name="draw_title_unfocused">
136
136
    <!-- Background gradient -->
137
137
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
138
 
        <color value="shade/#5c5b56/0.9" />
 
138
        <color value="#4b4a46" />
139
139
        <color value="#3c3b37" />
140
140
        <color value="#3c3b37" />
141
141
    </gradient>
142
 
    
143
 
    <!-- Topmost dark line -->
144
 
    <line color="shade/#3c3b37/1.2" x1="0" x2="width" y1="0" y2="0"/>
 
142
 
 
143
    <!-- Titlebar outline -->
 
144
    <rectangle color="shade/#3c3b37/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
145
145
 
146
146
    <!-- Topmost lines -->
147
 
    <line color="shade/#3c3b37/1.2" x1="0" x2="width" y1="0" y2="0"/>
148
 
    <line color="shade/#5c5b56/1.0" x1="0" x2="width" y1="1" y2="1"/>
 
147
    <line color="shade/#3c3b37/1.16" x1="0" x2="width" y1="0" y2="0"/>
 
148
    <line color="shade/#494844/1.14" x1="0" x2="width" y1="1" y2="1"/>
149
149
    
150
150
    <!-- Darkening of the left arch -->
151
151
    <line color="shade/#3c3b37/1.2" x1="0" x2="4" y1="1" y2="1"/>
184
184
<draw_ops name="draw_title_maximized_unfocused">
185
185
    <!-- Background gradient -->
186
186
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
187
 
        <color value="shade/#5c5b56/0.9" />
 
187
        <color value="#494844" />
188
188
        <color value="#3c3b37" />
189
189
        <color value="#3c3b37" />
190
190
    </gradient>
191
191
    
192
192
    <!-- Topmost dark line -->
193
 
    <line color="shade/#5c5b56/1.0" x1="0" x2="width" y1="0" y2="0"/>
 
193
    <line color="shade/#494844/1.1" x1="0" x2="width" y1="0" y2="0"/>
194
194
    
195
195
    <line color="shade/#3c3b37/0.94" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
196
196
</draw_ops>