Merge lp:~dashua/light-themes/natty-fixes into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by James Schriver
Status: Merged
Merged at revision: 77
Proposed branch: lp:~dashua/light-themes/natty-fixes
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 229 lines (+71/-32)
5 files modified
Ambiance/gtk-2.0/apps/chromium.rc (+1/-1)
Ambiance/metacity-1/metacity-theme-1.xml (+4/-4)
Radiance/gtk-2.0/apps/chromium.rc (+2/-2)
Radiance/metacity-1/metacity-theme-1.xml (+51/-25)
debian/changelog (+13/-0)
To merge this branch: bzr merge lp:~dashua/light-themes/natty-fixes
Reviewer Review Type Date Requested Status
Paul Sladen Pending
Review via email: mp+57190@code.launchpad.net

Description of the change

@Paul, here are all the fixes in one branch. Everything should be good to go unless I made an error in the packaging.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-2.0/apps/chromium.rc'
2--- Ambiance/gtk-2.0/apps/chromium.rc 2011-03-17 13:57:19 +0000
3+++ Ambiance/gtk-2.0/apps/chromium.rc 2011-04-11 15:58:05 +0000
4@@ -12,7 +12,7 @@
5 style "chrome-gtk-frame"
6 {
7 ChromeGtkFrame::frame-color = "#3c3b37"
8- ChromeGtkFrame::inactive-frame-color = "#3c3b37"
9+ ChromeGtkFrame::inactive-frame-color = lighter ("#3c3b37")
10
11 ChromeGtkFrame::frame-gradient-size = 16
12 ChromeGtkFrame::frame-gradient-color = "#5c5b56"
13
14=== modified file 'Ambiance/metacity-1/metacity-theme-1.xml'
15--- Ambiance/metacity-1/metacity-theme-1.xml 2011-03-12 14:23:38 +0000
16+++ Ambiance/metacity-1/metacity-theme-1.xml 2011-04-11 15:58:05 +0000
17@@ -5,7 +5,7 @@
18 <name>Ambiance</name>
19 <author>Kenneth Wimer, James Schriver, Andrea Cimitan</author>
20 <copyright>Canonical Ltd.</copyright>
21- <date>Aug, 2010</date>
22+ <date>April, 2011</date>
23 <description>Metacity theme</description>
24 </info>
25
26@@ -198,16 +198,16 @@
27 <!-- Window Frames -->
28
29 <draw_ops name="draw_frame">
30- <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/>
31+ <rectangle color="shade/#3c3b37/0.7" x="0" y="0" width="width" height="height" filled="true"/>
32 <gradient type="vertical" x="0" y="0" width="width" height="60">
33 <color value="shade/#3c3b37/1.2" />
34- <color value="shade/gtk:bg[NORMAL]/0.7" />
35+ <color value="shade/#3c3b37/0.7" />
36 </gradient>
37 </draw_ops>
38
39 <!-- bottom border -->
40 <draw_ops name="bottom_edge">
41- <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/>
42+ <line color="shade/#3c3b37/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/>
43 </draw_ops>
44
45 <draw_ops name="border">
46
47=== modified file 'Radiance/gtk-2.0/apps/chromium.rc'
48--- Radiance/gtk-2.0/apps/chromium.rc 2011-03-17 13:57:19 +0000
49+++ Radiance/gtk-2.0/apps/chromium.rc 2011-04-11 15:58:05 +0000
50@@ -17,8 +17,8 @@
51 ChromeGtkFrame::frame-gradient-size = 16
52 ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color)
53
54- ChromeGtkFrame::incognito-frame-color = lighter ("#dfd7cf")
55- ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#dfd7cf")
56+ ChromeGtkFrame::incognito-frame-color = "#dfd7cf"
57+ ChromeGtkFrame::incognito-inactive-frame-color = "#dfd7cf"
58
59 ChromeGtkFrame::incognito-frame-gradient-size = 16
60 ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color)
61
62=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
63--- Radiance/metacity-1/metacity-theme-1.xml 2011-03-21 19:28:15 +0000
64+++ Radiance/metacity-1/metacity-theme-1.xml 2011-04-11 15:58:05 +0000
65@@ -39,7 +39,7 @@
66 <frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
67 <distance name="left_width" value="0"/>
68 <distance name="right_width" value="0"/>
69- <distance name="bottom_height" value="0"/>
70+ <distance name="bottom_height" value="1"/>
71 <distance name="left_titlebar_edge" value="10"/>
72 <distance name="right_titlebar_edge" value="10"/>
73 <distance name="button_width" value="18"/>
74@@ -103,18 +103,29 @@
75
76 <draw_ops name="draw_title">
77 <!-- Background gradient -->
78- <gradient type="vertical" x="0" y="0" width="width" height="top_height">
79+ <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-2">
80 <color value="#f5f4f1" />
81 <color value="#dfd7cf" />
82 <color value="#dfd7cf" />
83 </gradient>
84
85 <!-- Titlebar outline -->
86- <rectangle color="#dfd7cf" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
87+ <rectangle color="shade/#dfd7cf/0.8" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
88
89 <!-- Topmost lines -->
90- <line color="shade/#f5f4f1/1.0" x1="0" x2="width" y1="1" y2="1"/>
91-
92+ <line color="shade/#f5f4f1/1.1" x1="0" x2="width" y1="1" y2="1"/>
93+
94+ <!-- Darkening of the left arch -->
95+ <line color="shade/#dfd7cf/0.8" x1="0" x2="4" y1="1" y2="1"/>
96+ <line color="shade/#dfd7cf/0.8" x1="0" x2="2" y1="2" y2="2"/>
97+ <line color="shade/#dfd7cf/0.8" x1="0" x2="1" y1="3" y2="3"/>
98+ <line color="shade/#dfd7cf/0.8" x1="0" x2="1" y1="4" y2="4"/>
99+
100+ <line color="shade/#dfd7cf/0.8" x1="width-5" x2="width" y1="1" y2="1"/>
101+ <line color="shade/#dfd7cf/0.8" x1="width-3" x2="width" y1="2" y2="2"/>
102+ <line color="shade/#dfd7cf/0.8" x1="width-2" x2="width" y1="3" y2="3"/>
103+ <line color="shade/#dfd7cf/0.8" x1="width-2" x2="width" y1="4" y2="4"/>
104+
105 <line color="shade/#dfd7cf/0.96" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
106 </draw_ops>
107
108@@ -126,12 +137,25 @@
109 <color value="#dfd7cf" />
110 </gradient>
111
112- <!-- Titlebar outline -->
113- <rectangle color="#dfd7cf" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
114+ <!-- Titlebar outline -->
115+ <rectangle color="shade/#dfd7cf/0.8" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>
116
117 <!-- Topmost lines -->
118- <line color="shade/#f5f4f1/.9" x1="0" x2="width" y1="1" y2="1"/>
119-
120+ <line color="shade/#EDE7E1/1.05" x1="0" x2="width" y1="1" y2="1"/>
121+
122+ <!-- Darkening of the left arch -->
123+ <line color="shade/#dfd7cf/0.8" x1="0" x2="4" y1="1" y2="1"/>
124+ <line color="shade/#dfd7cf/0.8" x1="0" x2="2" y1="2" y2="2"/>
125+ <line color="shade/#dfd7cf/0.8" x1="0" x2="1" y1="3" y2="3"/>
126+ <line color="shade/#dfd7cf/0.8" x1="0" x2="1" y1="4" y2="4"/>
127+ <line color="shade/#dfd7cf/0.8" x1="0" x2="0" y1="5" y2="40"/>
128+
129+ <line color="shade/#dfd7cf/0.8" x1="width-5" x2="width" y1="1" y2="1"/>
130+ <line color="shade/#dfd7cf/0.8" x1="width-3" x2="width" y1="2" y2="2"/>
131+ <line color="shade/#dfd7cf/0.8" x1="width-2" x2="width" y1="3" y2="3"/>
132+ <line color="shade/#dfd7cf/0.8" x1="width-2" x2="width" y1="4" y2="4"/>
133+ <line color="shade/#dfd7cf/0.8" x1="width-1" x2="width" y1="5" y2="90"/>
134+
135 <line color="shade/#dfd7cf/0.96" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
136 </draw_ops>
137
138@@ -141,30 +165,32 @@
139
140 <draw_ops name="draw_title_maximized">
141 <!-- Background gradient -->
142- <gradient type="vertical" x="0" y="0" width="width" height="top_height">
143- <color value="#5c5b56" />
144+ <gradient type="vertical" x="0" y="1" width="width" height="top_height-1">
145+ <color value="#f5f4f1" />
146 <color value="#dfd7cf" />
147 <color value="#dfd7cf" />
148 </gradient>
149
150 <!-- Topmost dark line -->
151- <line color="shade/#5c5b56/1.1" x1="0" x2="width" y1="0" y2="0"/>
152-
153- <line color="shade/#dfd7cf/0.94" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
154+ <line color="shade/#dfd7cf/0.8" x1="0" x2="width" y1="0" y2="0"/>
155+ <line color="shade/#f5f4f1/1.1" x1="0" x2="width" y1="1" y2="1"/>
156+
157+ <line color="shade/#dfd7cf/0.96" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
158 </draw_ops>
159
160 <draw_ops name="draw_title_maximized_unfocused">
161 <!-- Background gradient -->
162- <gradient type="vertical" x="0" y="0" width="width" height="top_height">
163- <color value="#494844" />
164+ <gradient type="vertical" x="0" y="1" width="width" height="top_height-1">
165+ <color value="#EDE7E1" />
166 <color value="#dfd7cf" />
167 <color value="#dfd7cf" />
168 </gradient>
169-
170+
171 <!-- Topmost dark line -->
172- <line color="shade/#494844/1.1" x1="0" x2="width" y1="0" y2="0"/>
173+ <line color="shade/#dfd7cf/0.8" x1="0" x2="width" y1="0" y2="0"/>
174+ <line color="shade/#EDE7E1/1.05" x1="0" x2="width" y1="1" y2="1"/>
175
176- <line color="shade/#dfd7cf/0.94" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
177+ <line color="shade/#dfd7cf/0.96" x1="1" y1="top_height - 1" x2="width - 2" y2="top_height - 1"/>
178 </draw_ops>
179
180 <draw_ops name="draw_title_maximized_inactive">
181@@ -174,21 +200,21 @@
182 <!-- Window Frames -->
183
184 <draw_ops name="draw_frame">
185- <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/>
186+ <rectangle color="shade/gtk:bg[NORMAL]/0.9" x="0" y="0" width="width" height="height" filled="true"/>
187 <gradient type="vertical" x="0" y="0" width="width" height="60">
188- <color value="shade/#dfd7cf/1.2" />
189- <color value="shade/gtk:bg[NORMAL]/0.7" />
190+ <color value="shade/#dfd7cf/0.8" />
191+ <color value="shade/gtk:bg[NORMAL]/0.9" />
192 </gradient>
193 </draw_ops>
194
195 <!-- bottom border -->
196 <draw_ops name="bottom_edge">
197- <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/>
198+ <line color="shade/gtk:bg[NORMAL]/0.9" x1="0" x2="width" y1="height-1" y2="height-1"/>
199 </draw_ops>
200
201 <draw_ops name="border">
202- <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
203- <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
204+ <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
205+ <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
206 <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
207 <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/>
208
209
210=== modified file 'debian/changelog'
211--- debian/changelog 2011-04-11 08:39:58 +0000
212+++ debian/changelog 2011-04-11 15:58:05 +0000
213@@ -1,3 +1,16 @@
214+light-themes (0.1.8.12) UNRELEASED; urgency=low
215+
216+ [James Schriver]
217+ * Ambiance/metacity-1/metacity-theme-1.xml
218+ - Darken frame and bottom edge fix for (LP:740579)
219+
220+ * Radiance/apps/chromium.rc
221+ - Fix incognito theming in Radiance (LP: #697854)
222+ * Radiance/metacity/metacity-theme-1.xml
223+ - Revert fix borderless overlap (LP: #733504) as this is a fix for "0" pixel borders"
224+
225+ -- James Schriver <jws141@gmail.com> Mon, 11 Apr 2011 11:13:13 -0400
226+
227 light-themes (0.1.8.11) natty; urgency=low
228
229 [Andrea Cimitan]

Subscribers

People subscribed via source and target branches