Merge lp:~andrewsomething/community-themes/community-themes into lp:community-themes

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: not available
Proposed branch: lp:~andrewsomething/community-themes/community-themes
Merge into: lp:community-themes
Diff against target: None lines
To merge this branch: bzr merge lp:~andrewsomething/community-themes/community-themes
Reviewer Review Type Date Requested Status
Andrew Starr-Bochicchio Approve
Review via email: mp+10780@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

This branch corresponds to the actual upload to Karmic.

P.S. Any chance I could be added to ubuntu-art-pkg team? I seem to be the one handling the packaging for community artwork, and it would make my life easier to be able to commit directly. I applied months back with out any response.

Or is it an issue that I'd end up with commit rights to the offical artwork branches as well? Perhaps ubuntu-art-pkg isn't the correct owner for a community project?

34. By Andrew Starr-Bochicchio

debian/rules: Don't install egg-info file.
Fixes FTBFS on the buildd machine as CDBS is magically renaming
site-packages to dist-package. As we're not actually installing
a python module this isn't really needed anyways....

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Err.. That last commit message should read: "dist-packages to site-packages."

35. By Andrew Starr-Bochicchio

community-themes (0.17) UNRELEASED; urgency=low

* Hanso: Pull fixes from upstream bzr.
 - Disable rgba transparency (LP: #420074).
 - Metacity desaturate corner and top highlights.

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2009-01-13 17:15:44 +0000
3+++ AUTHORS 2009-08-26 20:56:05 +0000
4@@ -1,3 +1,11 @@
5-Jeff Waugh <jdub@perkypants.org>
6-Daniel Holbach <daniel.holbach@ubuntu.com>
7-
8+Kin Theme: Ken Vermette <vermette@gmail.com>
9+ tonic <ghatanothoa@gmail.com>
10+
11+Impression Theme: j baer <baerjj@gmail.com>
12+
13+Hanso: dashua <jws141@comcast.net>
14+
15+Turrican: Lucazade <luca.forina@gmail.com>
16+
17+Build scripts: Jeff Waugh <jdub@perkypants.org>
18+ Daniel Holbach <daniel.holbach@ubuntu.com>
19
20=== removed file 'ChangeLog'
21--- ChangeLog 2009-01-13 17:15:44 +0000
22+++ ChangeLog 1970-01-01 00:00:00 +0000
23@@ -1,34 +0,0 @@
24-2007-02-28 Daniel Holbach <daniel.holbach@ubuntu.com>
25-
26- * setup.py: new version.
27-
28-
29-2007-02-27 Daniel Holbach <daniel.holbach@ubuntu.com>
30-
31- * Makefile.am,
32- autogen.sh,
33- configure.ac: dropped.
34- * metacity/*: added, merged with human-gtk-theme.
35- * setup.cfg,
36- setup.py: added.
37-
38-
39-2006-11-22 Daniel Holbach <daniel.holbach@ubuntu.com>
40-
41- * po/fr.po,
42- po/human-theme.pot,
43- po/pt_BR.po,
44- configure.ac: added translations
45- * configure.ac: new release
46-
47-
48-2006-10-10 Daniel Holbach <daniel.holbach@ubuntu.com>
49-
50- * cursor.theme,
51- Makefile.am: moved cursor.theme to human-cursors-theme
52- * configure.ac: new release
53-
54-2006-07-20 Daniel Holbach <daniel.holbach@ubuntu.com>
55-
56- * *: initial release (as its own module)
57-
58
59=== added directory 'Hanso'
60=== added directory 'Hanso/gtk-2.0'
61=== added directory 'Hanso/gtk-2.0/Handles'
62=== added file 'Hanso/gtk-2.0/Handles/handle-h.png'
63Binary files Hanso/gtk-2.0/Handles/handle-h.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Handles/handle-h.png 2009-08-26 20:30:26 +0000 differ
64=== added file 'Hanso/gtk-2.0/Handles/handle-v.png'
65Binary files Hanso/gtk-2.0/Handles/handle-v.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Handles/handle-v.png 2009-08-26 20:30:26 +0000 differ
66=== added file 'Hanso/gtk-2.0/Handles/resize-grip.png'
67Binary files Hanso/gtk-2.0/Handles/resize-grip.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Handles/resize-grip.png 2009-08-26 20:30:26 +0000 differ
68=== added directory 'Hanso/gtk-2.0/Scrollbars'
69=== added file 'Hanso/gtk-2.0/Scrollbars/scrollbar.rc'
70--- Hanso/gtk-2.0/Scrollbars/scrollbar.rc 1970-01-01 00:00:00 +0000
71+++ Hanso/gtk-2.0/Scrollbars/scrollbar.rc 2009-08-26 20:30:26 +0000
72@@ -0,0 +1,331 @@
73+################################################################################
74+# SCROLLBAR
75+################################################################################
76+
77+style "scrollbar"
78+{
79+ # The values I set here have to do with the relative size of three graphic elements
80+ # I have used: the slider, the arrow box, and the trough. They all have the same width
81+ # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it
82+ # places the sliders inside the trough with a default 1 pixel border on either side of the slider,
83+ # so that the trough has its width stretched by an additional two pixels(?). Setting the
84+ # trough border makes the arrow box sit on top of the trough squarely, by making sure that
85+ # the trough stays the same width as the arrowbox(?). I could be totally wrong here.
86+ GtkRange::trough_border = 0
87+ GtkRange::slider_width = 15
88+
89+ # This sets the size of the steppers (arrow buttons on the end of the scrollbar).
90+ # The image I am using is 15x15 pixels, and if I dont set this a one pixel line
91+ # gets cut off of the top of the "up" stepper.
92+ GtkRange::stepper_size = 15
93+
94+ # Set a minimum length for the slider. Since I set the border on the slider
95+ # image to 15 pixels on either end of the slider I want the min length to be
96+ # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller
97+ # than 30 pixels.
98+ GtkScrollbar::min_slider_length = 30
99+
100+ engine "pixmap"
101+ {
102+ # Horizontal slider background
103+ image
104+ {
105+ function = BOX
106+ recolorable = TRUE
107+ detail = "trough"
108+ file = "Scrollbars/trough-scrollbar-horiz.png"
109+ border = { 30, 30, 0, 0 }
110+ stretch = TRUE
111+ orientation = HORIZONTAL
112+ }
113+
114+ # Vertical slider background
115+ image
116+ {
117+ function = BOX
118+ recolorable = TRUE
119+ detail = "trough"
120+ file = "Scrollbars/trough-scrollbar-vert.png"
121+ border = { 0, 0, 30, 30 }
122+ stretch = TRUE
123+ orientation = VERTICAL
124+ }
125+
126+ # Normal horizontal slider
127+ image
128+ {
129+ function = SLIDER
130+ recolorable = TRUE
131+ state = NORMAL
132+ file = "Scrollbars/slider-horiz.png"
133+ border = { 15, 15, 6, 6 }
134+ stretch = TRUE
135+ orientation = HORIZONTAL
136+ }
137+
138+ # Horizontal slider (active)
139+ image
140+ {
141+ function = SLIDER
142+ recolorable = TRUE
143+ state = ACTIVE
144+ file = "Scrollbars/slider-horiz-prelight.png"
145+ border = { 15, 15, 6, 6 }
146+ stretch = TRUE
147+ orientation = HORIZONTAL
148+ }
149+
150+ # Horizontal slider (mouse over)
151+ image
152+ {
153+ function = SLIDER
154+ recolorable = TRUE
155+ state = PRELIGHT
156+ file = "Scrollbars/slider-horiz-prelight.png"
157+ border = { 15, 15, 6, 6 }
158+ stretch = TRUE
159+ orientation = HORIZONTAL
160+ }
161+
162+ # Horizontal slider (Insesitive)
163+ image
164+ {
165+ function = SLIDER
166+ recolorable = TRUE
167+ state = INSENSITIVE
168+ file = "Scrollbars/slider-horiz.png"
169+ border = { 15, 15, 6, 6 }
170+ stretch = TRUE
171+ orientation = HORIZONTAL
172+ }
173+
174+ # Normal vertical slider
175+ image
176+ {
177+ function = SLIDER
178+ recolorable = TRUE
179+ state = NORMAL
180+ file = "Scrollbars/slider-vert.png"
181+ border = { 6, 6, 15, 15 }
182+ stretch = TRUE
183+ orientation = VERTICAL
184+ }
185+
186+ # Vertical slider (Active)
187+ image
188+ {
189+ function = SLIDER
190+ recolorable = TRUE
191+ state = ACTIVE
192+ file = "Scrollbars/slider-vert.png"
193+ border = { 6, 6, 15, 15 }
194+ stretch = TRUE
195+ orientation = VERTICAL
196+ }
197+
198+ # Vertical slider (mouse over)
199+ image
200+ {
201+ function = SLIDER
202+ recolorable = TRUE
203+ state = PRELIGHT
204+ file = "Scrollbars/slider-vert-prelight.png"
205+ border = { 6, 6, 15, 15 }
206+ stretch = TRUE
207+ orientation = VERTICAL
208+ }
209+
210+ # Vertical slider (Insesitive)
211+ image
212+ {
213+ function = SLIDER
214+ recolorable = TRUE
215+ state = INSENSITIVE
216+ file = "Scrollbars/slider-vert-prelight.png"
217+ border = { 6, 6, 15, 15 }
218+ stretch = TRUE
219+ orientation = VERTICAL
220+ }
221+
222+################################################################################
223+# SCROLLBAR STEPPERS
224+################################################################################
225+
226+ # Up
227+ image
228+ {
229+ function = STEPPER
230+ recolorable = TRUE
231+ state = NORMAL
232+ file = "Scrollbars/stepper-up.png"
233+ #border = { 12, 2, 2, 9 }
234+ stretch = TRUE
235+ arrow_direction = UP
236+ }
237+ image
238+ {
239+ function = STEPPER
240+ recolorable = TRUE
241+ state = PRELIGHT
242+ file = "Scrollbars/stepper-up.png"
243+ #border = { 12, 2, 2, 9 }
244+ stretch = TRUE
245+ arrow_direction = UP
246+ }
247+ image
248+ {
249+ function = STEPPER
250+ recolorable = TRUE
251+ state = ACTIVE
252+ file = "Scrollbars/stepper-up.png"
253+ #border = { 12, 2, 2, 9 }
254+ stretch = TRUE
255+ arrow_direction = UP
256+ }
257+ image
258+ {
259+ function = STEPPER
260+ recolorable = TRUE
261+ state = INSENSITIVE
262+ file = "Scrollbars/stepper-up.png"
263+ #border = { 12, 2, 2, 9 }
264+ stretch = TRUE
265+ arrow_direction = UP
266+ }
267+
268+ ######### DOWN ############
269+
270+
271+ image
272+ {
273+ function = STEPPER
274+ recolorable = TRUE
275+ state = NORMAL
276+ file = "Scrollbars/stepper-down.png"
277+ #border = { 12, 2, 10, 2 }
278+ stretch = TRUE
279+ arrow_direction = DOWN
280+ }
281+ image
282+ {
283+ function = STEPPER
284+ recolorable = TRUE
285+ state = PRELIGHT
286+ file = "Scrollbars/stepper-down.png"
287+ #border = { 12, 2, 10, 2 }
288+ stretch = TRUE
289+ arrow_direction = DOWN
290+ }
291+ image
292+ {
293+ function = STEPPER
294+ recolorable = TRUE
295+ state = ACTIVE
296+ file = "Scrollbars/stepper-down.png"
297+ #border = { 12, 2, 10, 2 }
298+ stretch = TRUE
299+ arrow_direction = DOWN
300+ }
301+ image
302+ {
303+ function = STEPPER
304+ recolorable = TRUE
305+ state = INSENSITIVE
306+ file = "Scrollbars/stepper-down.png"
307+ #border = { 12, 2, 10, 2 }
308+ stretch = TRUE
309+ arrow_direction = DOWN
310+ }
311+
312+############ RIGHT ################
313+
314+ image
315+ {
316+ function = STEPPER
317+ recolorable = TRUE
318+ state = NORMAL
319+ file = "Scrollbars/stepper-right.png"
320+ #border = { 2, 9, 2, 13 }
321+ stretch = TRUE
322+ arrow_direction = RIGHT
323+ }
324+ image
325+ {
326+ function = STEPPER
327+ recolorable = TRUE
328+ state = PRELIGHT
329+ file = "Scrollbars/stepper-right.png"
330+ #border = { 2, 9, 2, 13 }
331+ stretch = TRUE
332+ arrow_direction = RIGHT
333+ }
334+ image
335+ {
336+ function = STEPPER
337+ recolorable = TRUE
338+ state = ACTIVE
339+ file = "Scrollbars/stepper-right.png"
340+ #border = { 2, 9, 2, 13 }
341+ stretch = TRUE
342+ arrow_direction = RIGHT
343+ }
344+ image
345+ {
346+ function = STEPPER
347+ recolorable = TRUE
348+ state = INSENSITIVE
349+ file = "Scrollbars/stepper-right.png"
350+ #border = { 2, 9, 2, 13 }
351+ stretch = TRUE
352+ arrow_direction = RIGHT
353+ }
354+
355+############### LEFT ###################
356+
357+
358+ image
359+ {
360+ function = STEPPER
361+ recolorable = TRUE
362+ state = NORMAL
363+ file = "Scrollbars/stepper-left.png"
364+ #border = { 2, 9, 2, 13 }
365+ stretch = TRUE
366+ arrow_direction = LEFT
367+ }
368+ image
369+ {
370+ function = STEPPER
371+ recolorable = TRUE
372+ state = PRELIGHT
373+ file = "Scrollbars/stepper-left.png"
374+ #border = { 2, 9, 2, 13 }
375+ stretch = TRUE
376+ arrow_direction = LEFT
377+ }
378+ image
379+ {
380+ function = STEPPER
381+ recolorable = TRUE
382+ state = ACTIVE
383+ file = "Scrollbars/stepper-left.png"
384+ #border = { 2, 9, 2, 13 }
385+ stretch = TRUE
386+ arrow_direction = LEFT
387+ }
388+ image
389+ {
390+ function = STEPPER
391+ recolorable = TRUE
392+ state = INSENSITIVE
393+ file = "Scrollbars/stepper-left.png"
394+ #border = { 2, 9, 2, 13 }
395+ stretch = TRUE
396+ arrow_direction = LEFT
397+ }
398+ }
399+}
400+
401+class "GtkScrollbar" style "scrollbar"
402+class "GtkHScrollbar" style "scrollbar"
403+class "GtkVScrollbar" style "scrollbar"
404
405=== added file 'Hanso/gtk-2.0/Scrollbars/slider-horiz-prelight.png'
406Binary files Hanso/gtk-2.0/Scrollbars/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/slider-horiz-prelight.png 2009-08-26 20:30:26 +0000 differ
407=== added file 'Hanso/gtk-2.0/Scrollbars/slider-horiz.png'
408Binary files Hanso/gtk-2.0/Scrollbars/slider-horiz.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/slider-horiz.png 2009-08-26 21:01:15 +0000 differ
409=== added file 'Hanso/gtk-2.0/Scrollbars/slider-vert-prelight.png'
410Binary files Hanso/gtk-2.0/Scrollbars/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/slider-vert-prelight.png 2009-08-26 20:30:26 +0000 differ
411=== added file 'Hanso/gtk-2.0/Scrollbars/slider-vert.png'
412Binary files Hanso/gtk-2.0/Scrollbars/slider-vert.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/slider-vert.png 2009-08-26 21:01:15 +0000 differ
413=== added file 'Hanso/gtk-2.0/Scrollbars/stepper-down.png'
414Binary files Hanso/gtk-2.0/Scrollbars/stepper-down.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/stepper-down.png 2009-08-26 20:30:26 +0000 differ
415=== added file 'Hanso/gtk-2.0/Scrollbars/stepper-left.png'
416Binary files Hanso/gtk-2.0/Scrollbars/stepper-left.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/stepper-left.png 2009-08-26 20:30:26 +0000 differ
417=== added file 'Hanso/gtk-2.0/Scrollbars/stepper-right.png'
418Binary files Hanso/gtk-2.0/Scrollbars/stepper-right.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/stepper-right.png 2009-08-26 20:30:26 +0000 differ
419=== added file 'Hanso/gtk-2.0/Scrollbars/stepper-up.png'
420Binary files Hanso/gtk-2.0/Scrollbars/stepper-up.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/stepper-up.png 2009-08-26 20:30:26 +0000 differ
421=== added file 'Hanso/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png'
422Binary files Hanso/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png 2009-08-26 20:30:26 +0000 differ
423=== added file 'Hanso/gtk-2.0/Scrollbars/trough-scrollbar-vert.png'
424Binary files Hanso/gtk-2.0/Scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/Scrollbars/trough-scrollbar-vert.png 2009-08-26 20:30:26 +0000 differ
425=== added file 'Hanso/gtk-2.0/blank.png'
426Binary files Hanso/gtk-2.0/blank.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/blank.png 2009-08-26 20:30:26 +0000 differ
427=== added file 'Hanso/gtk-2.0/gtkrc'
428--- Hanso/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
429+++ Hanso/gtk-2.0/gtkrc 2009-08-26 20:30:26 +0000
430@@ -0,0 +1,688 @@
431+# Please keep this gtkrc in sync with the other ones from murrine-themes themes.
432+# Ubuntu Hanso theme
433+# by dashua <jws141@yahoo.com>
434+# inspired by Rico Sta. Cruz and Ricardo (Kido) Mariano III Dust Theme
435+
436+
437+gtk_color_scheme = "fg_color:#413829\nbg_color:#FAF4E3\nbase_color:#fff\ntext_color:#261200\nselected_bg_color:#99745A\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#261200"
438+
439+include "Scrollbars/scrollbar.rc"
440+
441+gtk-icon-sizes = "panel-menu=24,24:gtk-button=16,16"
442+
443+style "default" {
444+ xthickness = 1
445+ ythickness = 1
446+
447+ #######################
448+ # Style Properties
449+ #######################
450+ GtkButton::child-displacement-x = 1
451+ GtkButton::child-displacement-y = 1
452+ GtkButton::default-border = { 0, 0, 0, 0 }
453+
454+ GtkCheckButton::indicator-size = 14
455+
456+ GtkPaned::handle-size = 6
457+
458+ GtkRange::trough-border = 0
459+ GtkRange::slider-width = 14
460+ GtkRange::stepper-size = 14
461+ GtkRange::trough-under-steppers = 1
462+
463+ GtkScale::slider-length = 20
464+ GtkScale::trough-side-details = 1
465+
466+ GtkScrollbar::min-slider-length = 30
467+ GtkMenuBar::internal-padding = 0
468+ GtkExpander::expander-size = 16
469+ GtkToolbar::internal-padding = 1
470+ GtkTreeView::expander-size = 14
471+ GtkTreeView::vertical-separator = 0
472+
473+ GtkMenu::horizontal-padding = 0
474+ GtkMenu::vertical-padding = 0
475+
476+ GtkScrolledWindow::scrollbar-spacing = 1
477+ GtkTreeView::odd_row_color = mix (0.98, shade (0.93, @base_color), @selected_bg_color)
478+
479+ GtkMenuBar::shadow_type = GTK_SHADOW_NONE
480+ GtkToolbar::shadow-type = GTK_SHADOW_NONE
481+
482+ WnckTasklist::fade-overlay-rect = 0
483+ # The following line hints to gecko (and possibly other appliations)
484+ # that the entry should be drawn transparently on the canvas.
485+ # Without this, gecko will fill in the background of the entry.
486+ GtkEntry::honors-transparent-bg-hint = 1
487+
488+ GtkEntry::progress-border = { 2, 2, 2, 2 }
489+
490+ ####################
491+ # Color Definitions
492+ ####################
493+ fg[NORMAL] = @fg_color
494+ fg[PRELIGHT] = @fg_color
495+ fg[ACTIVE] = @fg_color
496+ fg[SELECTED] = @selected_fg_color
497+ fg[INSENSITIVE] = shade (0.7, @bg_color)
498+
499+ bg[NORMAL] = @bg_color
500+ bg[PRELIGHT] = shade (1.02, @bg_color)
501+ bg[SELECTED] = @selected_bg_color
502+ bg[INSENSITIVE] = @bg_color
503+ bg[ACTIVE] = shade (0.9, @bg_color)
504+
505+ base[NORMAL] = @base_color
506+ base[PRELIGHT] = shade (0.95, @bg_color)
507+ base[ACTIVE] = mix (0.7, @selected_bg_color, @bg_color)
508+ base[SELECTED] = @selected_bg_color
509+ base[INSENSITIVE] = @bg_color
510+
511+ text[NORMAL] = @text_color
512+ text[PRELIGHT] = @text_color
513+ text[ACTIVE] = @selected_fg_color
514+ text[SELECTED] = @selected_fg_color
515+ text[INSENSITIVE] = shade(0.75, @text_color)
516+
517+ engine "murrine" {
518+ #options
519+ animation = TRUE # FALSE = disabled, TRUE = enabled
520+ colorize_scrollbar = FALSE # FALSE = disabled, TRUE = enabled
521+ contrast = .88 # 0.8 for less contrast, more than 1.0 for more contrast on borders
522+ glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
523+ glow_shade = 1.2
524+ glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
525+ gradient_shades = {1.1,1.0,1.0,0.87}
526+ gradients = TRUE
527+ highlight_shade = 1.0
528+ lightborder_shade = 1.0
529+ lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
530+ listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
531+ listviewstyle = 1 # 0 = nothing, 1 = dotted
532+ menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
533+ menubarstyle = 3 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
534+ menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
535+ menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
536+ progressbarstyle = 0 # 0 = flat, 1 = striped, 2 = blocks
537+ reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
538+ rgba = TRUE # FALSE = disabled, TRUE = enabled
539+ roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
540+ scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
541+ sliderstyle = 0 # 0 = nothing added, 1 = handles
542+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
543+ toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
544+ }
545+}
546+
547+style "wide"
548+{
549+ xthickness = 2
550+ ythickness = 2
551+}
552+
553+style "wider"
554+{
555+ xthickness = 3
556+ ythickness = 3
557+}
558+
559+style "entry" {
560+ xthickness = 3
561+ ythickness = 3
562+
563+ bg[SELECTED] = shade (0.5, @selected_bg_color)
564+ fg[SELECTED] = @text_color
565+
566+ engine "murrine" {
567+ focus_color = shade (0.65, @selected_bg_color)
568+ }
569+}
570+
571+style "dark"
572+{
573+ bg[NORMAL] = "#382B22"
574+ bg[PRELIGHT] = shade(0.6, @selected_bg_color)
575+ bg[ACTIVE] = shade(0.75, @fg_color)
576+ bg[SELECTED] = shade(.8, @fg_color)
577+ bg[INSENSITIVE] = @fg_color
578+
579+ fg[NORMAL] = mix (0.5, @bg_color, shade (2.0, @fg_color))
580+ fg[PRELIGHT] = @bg_color
581+ fg[ACTIVE] = shade (0.6, @bg_color)
582+ fg[SELECTED] = @selected_bg_color
583+ fg[INSENSITIVE] = shade(0.5, @bg_color)
584+
585+}
586+
587+style "button" {
588+ xthickness = 3
589+ ythickness = 3
590+
591+ bg[NORMAL] = shade (.9, @bg_color)
592+ bg[PRELIGHT] = shade (.85, @bg_color)
593+ bg[ACTIVE] = shade (.8, @bg_color)
594+
595+ engine "murrine" {
596+ contrast = .98
597+ }
598+}
599+
600+style "menu_item"
601+{
602+ xthickness = 2
603+ ythickness = 3
604+
605+ bg[PRELIGHT] = shade (.6, @selected_bg_color)
606+ bg[SELECTED] = shade (.6, @selected_bg_color)
607+ bg[ACTIVE] = shade (.6, @selected_bg_color)
608+
609+ fg[NORMAL] = mix (0.5, @bg_color, shade (2.0, @fg_color))
610+ fg[PRELIGHT] = @bg_color
611+ fg[ACTIVE] = shade (0.6, @bg_color)
612+ fg[SELECTED] = @selected_bg_color
613+ fg[INSENSITIVE] = shade(0.5, @bg_color)
614+
615+
616+ engine "murrine"
617+ {
618+ highlight_shade = 1.03
619+ roundness = 3
620+ }
621+}
622+
623+style "toolbar-sep" = "toolbar-item"
624+{
625+ xthickness = 1
626+}
627+
628+style "dark-toolbar" = "dark"
629+{
630+ xthickness = 2
631+ ythickness = 2
632+
633+ engine "murrine"
634+ {
635+ highlight_shade = 1.03
636+ roundness = 3
637+ }
638+}
639+
640+style "dark-toolbar-sep" = "dark-toolbar"
641+{
642+ xthickness = 2
643+}
644+
645+
646+style "pixmap-dark-toolbar" = "dark-toolbar"
647+{
648+ # To-do: make the toolbar recolorable, possibly without using pixmaps
649+ # We only like this because of the top line, anyway.
650+ engine "pixmap"{
651+ image {
652+ function = BOX
653+ file = "toolbar_o.png"
654+ border = {1,1,1,1}
655+ }
656+ image
657+ {
658+ function = HANDLE
659+ overlay_file = "handlebox.png"
660+ overlay_stretch = FALSE
661+ orientation = HORIZONTAL
662+ }
663+ image
664+ {
665+ function = HANDLE
666+ overlay_file = "handlebox.png"
667+ overlay_stretch = FALSE
668+ orientation = VERTICAL
669+ }
670+ }
671+}
672+
673+style "notebook_bg" {
674+ bg[NORMAL] = shade (.98, @bg_color)
675+ bg[ACTIVE] = shade (.96, @bg_color)
676+ bg[SELECTED] = shade (1.0, @bg_color)
677+}
678+
679+# The color is changed by the notebook_bg style, this style
680+# changes the x/ythickness
681+style "notebook" {
682+ xthickness = 2
683+ ythickness = 2
684+
685+ bg[NORMAL] = shade (.98, @bg_color)
686+
687+ engine "murrine"
688+ {
689+ gradient_shades = { .8, .95, .95, 1.0 }
690+ }
691+}
692+
693+style "panel" = "dark"
694+{
695+ bg[NORMAL]= shade (0.85, "#2C2416")
696+ #bg_pixmap[NORMAL] = "panel_bg.png"
697+
698+}
699+
700+style "menu" = "dark"
701+{
702+ xthickness = 0
703+ ythickness = 0
704+
705+ #Keep it this dark since OOo likes it
706+ bg[NORMAL] = "#363330"
707+ text[NORMAL] = @bg_color
708+ text[PRELIGHT] = @selected_fg_color
709+}
710+
711+style "separator_menu_item" {
712+ xthickness = 1
713+ ythickness = 0
714+
715+ GtkSeparatorMenuItem::horizontal-padding = 0
716+ GtkWidget::wide-separators = 1
717+ GtkWidget::separator-width = 1
718+ GtkWidget::separator-height = 7
719+}
720+
721+# Based on the default style so that the colors from the button
722+# style are overriden again.
723+style "treeview-header" = "default"
724+{
725+ xthickness = 2
726+ ythickness = 1
727+
728+ bg[NORMAL] = shade(0.9, @bg_color)
729+ bg[PRELIGHT] = shade(1.0, @bg_color)
730+ bg[ACTIVE] = shade(0.8, @bg_color)
731+
732+ GtkWidget::focus-line-width = 0
733+}
734+
735+style "tooltips"
736+{
737+ xthickness = 4
738+ ythickness = 4
739+
740+ bg[NORMAL] = @tooltip_bg_color
741+ fg[NORMAL] = @tooltip_fg_color
742+}
743+
744+# The almost useless progress bar style
745+style "progressbar" {
746+ xthickness = 1
747+ ythickness = 1
748+
749+ bg[SELECTED] = shade (1.1, @selected_bg_color)
750+
751+ engine "murrine"
752+ {
753+ glow_shade = 1.2
754+ highlight_shade = 1.03
755+ #style = MODERN
756+ }
757+}
758+
759+style "progressbar_menu_item" = "progressbar" {
760+ engine "murrine" {
761+ roundness = 0
762+ lightborder_shade = 1.1
763+ }
764+}
765+
766+style "pixmap-statusbar" = "default"
767+{
768+ ythickness = 3
769+ xthickness = 3
770+
771+ engine "pixmap"
772+ {
773+ image
774+ {
775+ function = RESIZE_GRIP
776+ recolorable = TRUE
777+ detail = "statusbar"
778+ overlay_file = "Handles/resize-grip.png"
779+ overlay_border = {0,0,0,0}
780+ overlay_stretch = TRUE
781+ }
782+ image
783+ {
784+ function = SHADOW
785+ shadow = IN
786+ file = "blank.png"
787+ }
788+ image
789+ {
790+ function = SHADOW
791+ shadow = OUT
792+ file = "blank.png"
793+ }
794+ image
795+ {
796+ function = SHADOW
797+ shadow = ETCHED_IN
798+ file = "blank.png"
799+ }
800+ image
801+ {
802+ function = SHADOW
803+ shadow = ETCHED_OUT
804+ file = "blank.png"
805+ }
806+ }
807+}
808+
809+style "comboboxentry"
810+{
811+}
812+
813+style "spinbutton"
814+{
815+}
816+
817+style "scale" {
818+ GtkRange ::slider-width = 13
819+
820+ bg[SELECTED] = shade (1.4, @selected_bg_color)
821+ fg[PRELIGHT] = @base_color
822+
823+ engine "murrine"
824+ {
825+ highlight_shade = 1.02
826+ #style = MODERN
827+ roundness = 2
828+ }
829+}
830+
831+style "scrollbar"
832+{
833+ xthickness = 2
834+ ythickness = 2
835+
836+ bg[NORMAL] = shade (1.04, @selected_bg_color)
837+ bg[PRELIGHT] = shade (1.06, @selected_bg_color)
838+ bg[ACTIVE] = shade (1.02, @bg_color)
839+ bg[INSENSITIVE] = shade (1.0, @bg_color)
840+}
841+
842+style "hscrollbar" {
843+}
844+
845+style "vscrollbar" {
846+}
847+
848+style "menubar" = "dark"
849+{
850+ bg[NORMAL] = "#2C2416"
851+}
852+
853+style "frame"
854+{
855+}
856+
857+style "frame-title" = "frame"
858+{
859+ fg[NORMAL] = lighter (@fg_color)
860+}
861+
862+style "nautilus-location"
863+{
864+}
865+
866+style "calendar" {
867+ engine "murrine"
868+ {
869+ roundness = 0
870+ }
871+}
872+
873+style "radiocheck" = "default"
874+{
875+ bg[SELECTED] = shade (1.2, @selected_bg_color)
876+ fg[PRELIGHT] = @base_color
877+ text[NORMAL] = @selected_fg_color
878+ text[PRELIGHT] = @selected_fg_color
879+
880+ engine "murrine"
881+ {
882+ roundness = 2
883+ }
884+}
885+
886+#########################################
887+# Matches
888+#########################################
889+
890+# murrine default style is applied to every widget
891+class "GtkWidget" style "default"
892+class "GtkRadio*" style "radiocheck"
893+class "GtkCheck*" style "radiocheck"
894+
895+# Increase the x/ythickness in some widgets
896+class "GtkRange" style "default"
897+class "GtkFrame" style "frame"
898+class "GtkSeparator" style "wide"
899+class "GtkEntry" style "entry"
900+class "GtkStatusbar" style "pixmap-statusbar"
901+class "GtkMenuBar" style:highest "menubar"
902+
903+# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
904+style "text-is-fg-color-workaround"
905+{
906+ text[NORMAL] = @fg_color
907+ text[PRELIGHT] = @fg_color
908+ text[SELECTED] = @selected_fg_color
909+ text[ACTIVE] = @fg_color
910+ text[INSENSITIVE] = darker (@bg_color)
911+}
912+widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
913+
914+style "text-is-fg-color-workaround-dark"
915+{
916+ #Make it work with this theme!
917+ text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
918+ text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
919+}
920+
921+# Nautilus toolbar: dark
922+widget_class "*Nautilus*Toolbar*" style "pixmap-dark-toolbar"
923+widget_class "*Nautilus*Tool*GtkButton" style "dark-toolbar"
924+widget_class "*Nautilus*Tool*.*.*" style "dark-toolbar"
925+widget_class "*Nautilus*Tool*GtkToggleButton" style "dark-toolbar"
926+widget_class "*Nautilus*Tool*Separator*" style "dark-toolbar-sep"
927+widget_class "*Nautilus*Tool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
928+
929+# Evince/EOG: dark
930+widget_class "*EggEditable*Toolbar*" style "pixmap-dark-toolbar"
931+widget_class "*EggEditable*Toolbar*.*.*.*" style "dark-toolbar"
932+widget_class "*EggEditable*Tool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
933+
934+widget "*fullscreen-toolbar" style "pixmap-dark-toolbar"
935+widget "*fullscreen-toolbar.*" style "dark-toolbar"
936+widget "*fullscreen-toolbar*.GtkComboBox.GtkCellView" style "text-is-fg-color-workaround-dark"
937+
938+# Epiphany: dark
939+widget_class "*EphyToolbar*" style "pixmap-dark-toolbar"
940+widget_class "*EphyToolbar*.*.*.*" style "dark-toolbar"
941+widget_class "*EphyTool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
942+
943+# F-Spot(?): dark
944+widget_class "*Spot*Toolbar*" style "pixmap-dark-toolbar"
945+widget_class "*Spot*Toolbar*.*.*.*" style "dark-toolbar"
946+widget_class "*Spot*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
947+
948+# Gedit: Dark
949+widget_class "*edit*Toolbar*" style "pixmap-dark-toolbar"
950+widget_class "*edit*Toolbar*.*" style "dark-toolbar"
951+widget_class "*edit*Tool*Separator*" style "dark-toolbar-sep"
952+widget_class "*edit*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
953+
954+# Brasero: Dark
955+widget_class "*rasero*Toolbar*" style "pixmap-dark-toolbar"
956+widget_class "*rasero*Toolbar*.*" style "dark-toolbar"
957+widget_class "*rasero*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
958+
959+#gThumb: dark
960+widget_class "*Gth*Toolbar*" style "pixmap-dark-toolbar"
961+widget_class "*Gth*Toolbar*.*" style "dark-toolbar"
962+widget_class "*Gth*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
963+widget_class "*GthFull*" style "pixmap-dark-toolbar" #Doesn't work
964+
965+#Totem
966+widget "*totem*" style "dark"
967+
968+class "GtkSpinButton" style "spinbutton"
969+class "GtkScale" style "scale"
970+class "GtkVScale" style "scale"
971+class "GtkHScale" style "scale"
972+#class "GtkScrollbar" style "scrollbar"
973+#class "GtkHScrollbar" style "hscrollbar"
974+#class "GtkVScrollbar" style "vscrollbar"
975+class "GtkButton" style "button"
976+class "GtkCalendar" style "calendar"
977+
978+# General matching following, the order is choosen so that the right styles override each other
979+# eg. progressbar needs to be more important then the menu match.
980+
981+widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
982+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
983+widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
984+widget_class "*<GtkNotebook>" style "notebook"
985+
986+widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
987+widget_class "*<GtkCombo>*" style "comboboxentry"
988+
989+widget_class "*<GtkMenu>*" style "menu"
990+widget_class "*<GtkMenuItem>*" style "menu_item"
991+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
992+
993+widget_class "*<GtkFrame>" style "frame"
994+widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
995+
996+widget_class "*<GtkStatusbar>*" style "wider"
997+widget_class "*<GtkProgressBar>" style "progressbar"
998+widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
999+
1000+# Treeview header
1001+widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header"
1002+widget_class "*.<GtkCTree>.<GtkButton>" style "treeview-header"
1003+widget_class "*.<GtkList>.<GtkButton>" style "treeview-header"
1004+widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header"
1005+
1006+# Panel stuff
1007+widget "*PanelWidget*" style "panel"
1008+widget "*PanelApplet*" style "panel"
1009+widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet
1010+class "PanelApp*" style "panel"
1011+class "PanelToplevel*" style "panel"
1012+widget_class "*Panel*<GtkMenuBar>*" style:highest "panel" # The panel menubar
1013+widget "*TomboyTray*" style "panel" # Workaround for Tomboy
1014+widget "*TomboyApplet*" style "panel"
1015+
1016+#XFCE panel
1017+widget_class "*notif*" style "panel"
1018+widget_class "*Notif*" style "panel"
1019+widget_class "*Tray*" style "panel"
1020+widget_class "*tray*" style "panel"
1021+widget "*Xfce*Panel*" style "panel"
1022+class "*Xfce*Panel*" style "panel"
1023+
1024+# The window of the tooltip is called "gtk-tooltip"
1025+widget "gtk-tooltip*" style "tooltips"
1026+
1027+###################################################
1028+# Special cases and work arounds
1029+###################################################
1030+
1031+# Workarounds for Evolution
1032+widget_class "*.ETable.ECanvas" style "treeview-header"
1033+widget_class "*.ETree.ECanvas" style "treeview-header"
1034+
1035+# Firefox isn't nice to dark themes, so unset the dark stuff.
1036+#widget "MozillaGtkWidget*Toolbar*" style "toolbar-item"
1037+#widget "MozillaGtkWidget*Frame*" style "default"
1038+
1039+# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme.
1040+# Undo it:
1041+widget "*OptionPanel*" style "button"
1042+widget "*optionPanel*" style "button"
1043+
1044+# Special case the nautilus-extra-view-widget
1045+# ToDo: A more generic approach for all applications that have a widget like this.
1046+widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"
1047+
1048+style "menuitem-text-is-fg-color-workaround"
1049+{
1050+ #text[NORMAL] = @fg_color
1051+ #text[PRELIGHT] = @selected_fg_color
1052+ #text[SELECTED] = @selected_fg_color
1053+ #text[ACTIVE] = @fg_color
1054+ #text[INSENSITIVE] = darker (@bg_color)
1055+ #Make it work with this theme!
1056+ text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
1057+ text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
1058+}
1059+widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround"
1060+
1061+# Work around the usage of GtkLabel inside GtkListItems to display text.
1062+# This breaks because the label is shown on a background that is based on the
1063+# base color set.
1064+style "fg-is-text-color-workaround"
1065+{
1066+ fg[NORMAL] = @text_color
1067+ fg[PRELIGHT] = @text_color
1068+ fg[ACTIVE] = @selected_fg_color
1069+ fg[SELECTED] = @selected_fg_color
1070+ fg[INSENSITIVE] = darker (@bg_color)
1071+}
1072+widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
1073+# The same problem also exists for GtkCList and GtkCTree
1074+# Only match GtkCList and not the parent widgets, because that would also change the headers.
1075+widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
1076+
1077+style "evo-new-button-workaround"
1078+{
1079+ engine "murrine"
1080+ {
1081+ toolbarstyle = 0
1082+ }
1083+}
1084+
1085+widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
1086+
1087+#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
1088+style "rhythmbox-header" = "default"
1089+{
1090+ xthickness = 3
1091+ ythickness = 3
1092+ engine "murrine" {
1093+ }
1094+}
1095+
1096+widget "*RBSourceHeader*" style:highest "rhythmbox-header"
1097+widget "*swt*toolbar*" style "default"
1098+
1099+
1100+# RSC: Fix for CPU frequency applet
1101+style "applet-text" = "panel"
1102+{
1103+ fg[NORMAL] = @bg_color
1104+}
1105+
1106+widget_class "*CPUFreqApplet*" style:highest "applet-text"
1107+
1108+style "dialog" = "dark"
1109+{
1110+ bg[NORMAL] = mix(0.4, @selected_bg_color, shade(0.7, @bg_color))
1111+ fg[NORMAL] = shade(0.5, @fg_color)
1112+ text[NORMAL] = shade(0.5, @text_color)
1113+}
1114+style "dialog-button" = "dark"
1115+{
1116+ bg[NORMAL] = shade(0.15, @bg_color)
1117+ bg[PRELIGHT] = shade(0.18, @bg_color)
1118+}
1119
1120=== added file 'Hanso/gtk-2.0/handlebox.png'
1121Binary files Hanso/gtk-2.0/handlebox.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/handlebox.png 2009-08-26 20:30:26 +0000 differ
1122=== added file 'Hanso/gtk-2.0/panel_bg.png'
1123Binary files Hanso/gtk-2.0/panel_bg.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/panel_bg.png 2009-08-26 20:30:26 +0000 differ
1124=== added file 'Hanso/gtk-2.0/toolbar_o.png'
1125Binary files Hanso/gtk-2.0/toolbar_o.png 1970-01-01 00:00:00 +0000 and Hanso/gtk-2.0/toolbar_o.png 2009-08-26 20:30:26 +0000 differ
1126=== added file 'Hanso/index.theme.in'
1127--- Hanso/index.theme.in 1970-01-01 00:00:00 +0000
1128+++ Hanso/index.theme.in 2009-08-26 20:30:26 +0000
1129@@ -0,0 +1,13 @@
1130+[Desktop Entry]
1131+Name=Hanso
1132+Type=X-GNOME-Metatheme
1133+Comment=A new refreshing hybrid theme with deep rich brown color and a modern appeal while retaining usability.
1134+
1135+[X-GNOME-Metatheme]
1136+GtkTheme=Hanso
1137+MetacityTheme=Hanso
1138+IconTheme=Breathe
1139+GtkColorScheme=fg_color:#413829,bg_color:#FAF4E3,base_color:#fff,text_color:#261200,selected_bg_color:#99745A,selected_fg_color:#fff,tooltip_bg_color:#ebeab8,tooltip_fg_color:#261200
1140+CursorTheme=default
1141+CursorSize=18
1142+NotificationTheme=ubuntu
1143
1144=== added directory 'Hanso/metacity-1'
1145=== added file 'Hanso/metacity-1/btn_bg.png'
1146Binary files Hanso/metacity-1/btn_bg.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/btn_bg.png 2009-08-26 21:01:15 +0000 differ
1147=== added file 'Hanso/metacity-1/btn_bg_pressed.png'
1148Binary files Hanso/metacity-1/btn_bg_pressed.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/btn_bg_pressed.png 2009-08-26 21:01:15 +0000 differ
1149=== added file 'Hanso/metacity-1/btn_bg_unfocused.png'
1150Binary files Hanso/metacity-1/btn_bg_unfocused.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/btn_bg_unfocused.png 2009-08-26 21:01:15 +0000 differ
1151=== added file 'Hanso/metacity-1/btn_bg_unfocused_pressed.png'
1152Binary files Hanso/metacity-1/btn_bg_unfocused_pressed.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/btn_bg_unfocused_pressed.png 2009-08-26 21:01:15 +0000 differ
1153=== added file 'Hanso/metacity-1/icon_close.png'
1154Binary files Hanso/metacity-1/icon_close.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_close.png 2009-08-26 21:01:15 +0000 differ
1155=== added file 'Hanso/metacity-1/icon_close_prelight.png'
1156Binary files Hanso/metacity-1/icon_close_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_close_prelight.png 2009-08-26 21:01:15 +0000 differ
1157=== added file 'Hanso/metacity-1/icon_close_u.png'
1158Binary files Hanso/metacity-1/icon_close_u.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_close_u.png 2009-08-26 21:01:15 +0000 differ
1159=== added file 'Hanso/metacity-1/icon_close_u_prelight.png'
1160Binary files Hanso/metacity-1/icon_close_u_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_close_u_prelight.png 2009-08-26 21:01:15 +0000 differ
1161=== added file 'Hanso/metacity-1/icon_maximize.png'
1162Binary files Hanso/metacity-1/icon_maximize.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_maximize.png 2009-08-26 21:01:15 +0000 differ
1163=== added file 'Hanso/metacity-1/icon_maximize_prelight.png'
1164Binary files Hanso/metacity-1/icon_maximize_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_maximize_prelight.png 2009-08-26 21:01:15 +0000 differ
1165=== added file 'Hanso/metacity-1/icon_maximize_u.png'
1166Binary files Hanso/metacity-1/icon_maximize_u.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_maximize_u.png 2009-08-26 21:01:15 +0000 differ
1167=== added file 'Hanso/metacity-1/icon_maximize_u_prelight.png'
1168Binary files Hanso/metacity-1/icon_maximize_u_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_maximize_u_prelight.png 2009-08-26 21:01:15 +0000 differ
1169=== added file 'Hanso/metacity-1/icon_minimize.png'
1170Binary files Hanso/metacity-1/icon_minimize.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_minimize.png 2009-08-26 21:01:15 +0000 differ
1171=== added file 'Hanso/metacity-1/icon_minimize_prelight.png'
1172Binary files Hanso/metacity-1/icon_minimize_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_minimize_prelight.png 2009-08-26 21:01:15 +0000 differ
1173=== added file 'Hanso/metacity-1/icon_minimize_u.png'
1174Binary files Hanso/metacity-1/icon_minimize_u.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_minimize_u.png 2009-08-26 21:01:15 +0000 differ
1175=== added file 'Hanso/metacity-1/icon_minimize_u_prelight.png'
1176Binary files Hanso/metacity-1/icon_minimize_u_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_minimize_u_prelight.png 2009-08-26 21:01:15 +0000 differ
1177=== added file 'Hanso/metacity-1/icon_restore.png'
1178Binary files Hanso/metacity-1/icon_restore.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_restore.png 2009-08-26 21:01:15 +0000 differ
1179=== added file 'Hanso/metacity-1/icon_restore_prelight.png'
1180Binary files Hanso/metacity-1/icon_restore_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_restore_prelight.png 2009-08-26 21:01:15 +0000 differ
1181=== added file 'Hanso/metacity-1/icon_restore_u.png'
1182Binary files Hanso/metacity-1/icon_restore_u.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_restore_u.png 2009-08-26 21:01:15 +0000 differ
1183=== added file 'Hanso/metacity-1/icon_restore_u_prelight.png'
1184Binary files Hanso/metacity-1/icon_restore_u_prelight.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/icon_restore_u_prelight.png 2009-08-26 21:01:15 +0000 differ
1185=== added file 'Hanso/metacity-1/menu.png'
1186Binary files Hanso/metacity-1/menu.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/menu.png 2009-08-26 20:30:26 +0000 differ
1187=== added file 'Hanso/metacity-1/menu_over.png'
1188Binary files Hanso/metacity-1/menu_over.png 1970-01-01 00:00:00 +0000 and Hanso/metacity-1/menu_over.png 2009-08-26 20:30:26 +0000 differ
1189=== added file 'Hanso/metacity-1/metacity-theme-1.xml'
1190--- Hanso/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000
1191+++ Hanso/metacity-1/metacity-theme-1.xml 2009-08-26 21:01:15 +0000
1192@@ -0,0 +1,823 @@
1193+<?xml version="1.0"?>
1194+<!-- $Id: metacity-theme-1.xml,v 0.3 2008/09/01 19:39:07 thos Exp $ -->
1195+<metacity_theme>
1196+<info>
1197+ <name>Hanso</name>
1198+ <author>Anton Kerezov, James S.</author>
1199+ <copyright>&#194; 2009 Anton Kerezov</copyright>
1200+ <date>18 August, 2009</date>
1201+ <description>Hanso Metacity, based on New Wave</description>
1202+ <!-- Feel free to modify and share! -->
1203+</info>
1204+
1205+<!-- ::: GEOMETRY ::: -->
1206+<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true">
1207+ <distance name="left_width" value="1"/>
1208+ <distance name="right_width" value="1"/>
1209+ <distance name="bottom_height" value="5"/>
1210+ <distance name="left_titlebar_edge" value="5"/>
1211+ <distance name="right_titlebar_edge" value="5"/>
1212+ <distance name="button_width" value="20"/>
1213+ <distance name="button_height" value="20"/>
1214+ <distance name="title_vertical_pad" value="1"/>
1215+ <border name="title_border" left="12" right="2" top="4" bottom="2"/>
1216+ <border name="button_border" left="1" right="1" top="3" bottom="2"/>
1217+</frame_geometry>
1218+
1219+<frame_geometry name="shaded" parent="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true"/>
1220+
1221+<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
1222+ <!-- strip frame spacing off the normal geometry when maximised -->
1223+ <distance name="left_width" value="0"/>
1224+ <distance name="right_width" value="0"/>
1225+ <distance name="bottom_height" value="1"/>
1226+ <distance name="left_titlebar_edge" value="0"/>
1227+ <distance name="right_titlebar_edge" value="0"/>
1228+</frame_geometry>
1229+
1230+<frame_geometry name="utility" title_scale="small" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
1231+ <distance name="left_width" value="2"/>
1232+ <distance name="right_width" value="2"/>
1233+ <distance name="bottom_height" value="2"/>
1234+ <distance name="left_titlebar_edge" value="3"/>
1235+ <distance name="right_titlebar_edge" value="3"/>
1236+ <distance name="title_vertical_pad" value="0"/>
1237+ <border name="title_border" left="2" right="2" top="4" bottom="3"/>
1238+ <border name="button_border" left="0" right="0" top="2" bottom="2"/>
1239+ <aspect_ratio name="button" value="1"/>
1240+</frame_geometry>
1241+
1242+<frame_geometry name="border" has_title="false">
1243+ <distance name="left_width" value="2"/>
1244+ <distance name="right_width" value="2"/>
1245+ <distance name="bottom_height" value="2"/>
1246+ <distance name="left_titlebar_edge" value="0"/>
1247+ <distance name="right_titlebar_edge" value="0"/>
1248+ <distance name="button_width" value="0"/>
1249+ <distance name="button_height" value="0"/>
1250+ <distance name="title_vertical_pad" value="4"/>
1251+ <border name="title_border" left="0" right="0" top="0" bottom="0"/>
1252+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
1253+</frame_geometry>
1254+
1255+<!-- button minimum size -->
1256+<constant name="Bmin" value="7"/>
1257+<!-- button inside padding -->
1258+<constant name="Bpad" value="8"/>
1259+
1260+<draw_ops name="corners_outline_top">
1261+ <!-- top left -->
1262+ <line color="shade/#2C2416/0.10" x1="0" y1="3" x2="1" y2="2"/>
1263+ <line color="shade/#2C2416/0.10" x1="1" y1="3" x2="1" y2="4"/>
1264+ <line color="shade/#2C2416/0.10" x1="1" y1="3" x2="2" y2="2"/>
1265+ <line color="shade/#2C2416/0.10" x1="3" y1="1" x2="4" y2="1"/>
1266+ <line color="shade/#2C2416/0.10" x1="3" y1="1" x2="1" y2="1"/>
1267+
1268+ <!-- top right -->
1269+ <line color="shade/#2C2416/0.10" x1="width-1" y1="6" x2="width-1" y2="2"/>
1270+ <line color="shade/#2C2416/0.10" x1="width-2" y1="3" x2="width-2" y2="4"/>
1271+ <line color="shade/#2C2416/0.10" x1="width-2" y1="3" x2="width-3" y2="2"/>
1272+ <line color="shade/#2C2416/0.10" x1="width-4" y1="1" x2="width-5" y2="1"/>
1273+ <line color="shade/#2C2416/0.10" x1="width-4" y1="1" x2="width-1" y2="1"/>
1274+</draw_ops>
1275+
1276+<draw_ops name="corners_outline_top_unfocused">
1277+ <!-- top left -->
1278+ <line color="shade/#2C2416/0.20" x1="0" y1="3" x2="1" y2="2"/>
1279+ <line color="shade/#ff0000/0.20" x1="1" y1="3" x2="1" y2="4"/>
1280+ <line color="shade/#2C2416/0.20" x1="1" y1="3" x2="2" y2="2"/>
1281+ <line color="shade/#2C2416/0.20" x1="3" y1="1" x2="4" y2="1"/>
1282+ <line color="shade/#2C2416/0.20" x1="3" y1="1" x2="1" y2="1"/>
1283+
1284+ <!-- top right -->
1285+ <line color="shade/#2C2416/0.20" x1="width-1" y1="6" x2="width-1" y2="2"/>
1286+ <line color="shade/#2C2416/0.20" x1="width-2" y1="3" x2="width-2" y2="4"/>
1287+ <line color="shade/#2C2416/0.20" x1="width-2" y1="3" x2="width-3" y2="2"/>
1288+ <line color="shade/#2C2416/0.20" x1="width-4" y1="1" x2="width-5" y2="1"/>
1289+ <line color="shade/#2C2416/0.20" x1="width-4" y1="1" x2="width-1" y2="1"/>
1290+
1291+</draw_ops>
1292+
1293+<draw_ops name="corners_outline_bottom">
1294+ <!-- bottom left -->
1295+ <line color="shade/#2C2416/0.05" x1="1" y1="height-4" x2="0" y2="height-7"/>
1296+ <line color="shade/#2C2416/0.05" x1="1" y1="height-4" x2="1" y2="height-5"/>
1297+ <line color="shade/#2C2416/0.05" x1="2" y1="height-3" x2="2" y2="height-3"/>
1298+ <line color="shade/#2C2416/0.05" x1="2" y1="height-2" x2="4" y2="height-2"/>
1299+
1300+ <!-- bottom right -->
1301+ <line color="shade/#2C2416/0.05" x1="width-2" y1="height-4" x2="width-1" y2="height-7"/>
1302+ <line color="shade/#2C2416/0.05" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/>
1303+ <line color="shade/#2C2416/0.05" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/>
1304+ <line color="shade/#2C2416/0.05" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/>
1305+</draw_ops>
1306+
1307+<draw_ops name="corners_outline_bottom_unfocused">
1308+ <!-- bottom left -->
1309+ <line color="shade/#2C2416/0.20" x1="1" y1="height-4" x2="0" y2="height-7"/>
1310+ <line color="shade/#2C2416/0.20" x1="1" y1="height-4" x2="1" y2="height-5"/>
1311+ <line color="shade/#2C2416/0.20" x1="2" y1="height-3" x2="2" y2="height-3"/>
1312+ <line color="shade/#2C2416/0.20" x1="2" y1="height-2" x2="4" y2="height-2"/>
1313+
1314+ <!-- bottom right -->
1315+ <line color="shade/#2C2416/0.20" x1="width-2" y1="height-4" x2="width-1" y2="height-7"/>
1316+ <line color="shade/#2C2416/0.20" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/>
1317+ <line color="shade/#2C2416/0.20" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/>
1318+ <line color="shade/#2C2416/0.20" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/>
1319+</draw_ops>
1320+
1321+<draw_ops name="corners_hilight">
1322+ <!-- ** corner hilight for left top ** -->
1323+ <tint color="shade/#ffffff/1.0" alpha="0.26" x="2" y="3" width="1" height="1"/>
1324+ <tint color="shade/#ffffff/1.0" alpha="0.2" x="2" y="4" width="1" height="1"/>
1325+ <tint color="shade/#ffffff/1.0" alpha="0.2" x="3" y="3" width="1" height="1"/>
1326+ <tint color="shade/#ffffff/1.0" alpha="0.30" x="3" y="2" width="2" height="1"/>
1327+ <tint color="shade/#ffffff/1.0" alpha="0.2" x="3" y="2" width="1" height="1"/>
1328+ <tint color="shade/#ffffff/1.0" alpha="0.04" x="4" y="3" width="1" height="1"/>
1329+ <tint color="shade/#ffffff/1.0" alpha="0.02" x="3" y="4" width="1" height="1"/>
1330+ <tint color="shade/#ffffff/1.0" alpha="0.05" x="5" y="2" width="1" height="1"/>
1331+ <tint color="shade/#ffffff/1.0" alpha="0.1" x="2" y="5" width="1" height="1"/>
1332+ <tint color="shade/#ffffff/1.0" alpha="0.06" x="2" y="6" width="1" height="1"/>
1333+ <tint color="shade/#ffffff/1.0" alpha="0.2" x="1" y="5" width="1" height="1"/>
1334+ <tint color="shade/#ffffff/1.0" alpha="0.08" x="1" y="6" width="1" height="1"/>
1335+
1336+ <!-- ** corner hilight for right top ** -->
1337+ <tint color="shade/#FFffff/1.0" alpha="0.15" x="width-6" y="2" width="1" height="1"/>
1338+ <tint color="shade/#FFffff/1.0" alpha="0.32" x="width-5" y="2" width="2" height="1"/>
1339+ <tint color="shade/#FFffff/1.0" alpha="0.15" x="width-4" y="3" width="2" height="1"/>
1340+ <tint color="shade/#FFffff/1.0" alpha="0.20" x="width-3" y="3" width="1" height="1"/>
1341+ <tint color="shade/#FFffff/1.0" alpha="0.08" x="width-5" y="3" width="1" height="1"/>
1342+ <tint color="shade/#FFffff/1.0" alpha="0.06" x="width-4" y="4" width="1" height="1"/>
1343+ <tint color="shade/#FFffff/1.0" alpha="0.18" x="width-3" y="4" width="1" height="1"/>
1344+ <tint color="shade/#FFffff/1.0" alpha="0.02" x="width-3" y="5" width="1" height="1"/>
1345+ <tint color="shade/#FFffff/1.0" alpha="0.12" x="width-2" y="5" width="1" height="1"/>
1346+ <tint color="shade/#FFffff/1.0" alpha="0.06" x="width-2" y="6" width="1" height="1"/>
1347+</draw_ops>
1348+
1349+<draw_ops name="corners_hilight_unfocused">
1350+ <!-- ** Almost all values are based on the "corners_hilight" but decreased with 0.06 ** -->
1351+
1352+ <!-- ** corner hilight for left top ** -->
1353+ <tint color="shade/#2C2416/1.0" alpha="0.20" x="2" y="3" width="1" height="1"/>
1354+ <tint color="shade/#2C2416/1.0" alpha="0.14" x="2" y="4" width="1" height="1"/>
1355+ <tint color="shade/#2C2416/1.0" alpha="0.04" x="3" y="3" width="1" height="1"/>
1356+ <tint color="shade/#2C2416/1.0" alpha="0.24" x="3" y="2" width="2" height="1"/>
1357+ <tint color="shade/#2C2416/1.0" alpha="0.14" x="3" y="2" width="1" height="1"/>
1358+ <tint color="shade/#2C2416/1.0" alpha="0.03" x="4" y="3" width="1" height="1"/>
1359+ <tint color="shade/#2C2416/1.0" alpha="0.01" x="3" y="4" width="1" height="1"/>
1360+ <tint color="shade/#2C2416/1.0" alpha="0.01" x="5" y="2" width="1" height="1"/>
1361+ <tint color="shade/#2C2416/1.0" alpha="0.04" x="2" y="5" width="1" height="1"/>
1362+ <tint color="shade/#2C2416/1.0" alpha="0.04" x="2" y="6" width="1" height="1"/>
1363+ <tint color="shade/#2C2416/1.0" alpha="0.14" x="1" y="5" width="1" height="1"/>
1364+ <tint color="shade/#2C2416/1.0" alpha="0.05" x="1" y="6" width="1" height="1"/>
1365+
1366+
1367+ <!-- ** corner hilight for right top ** -->
1368+ <tint color="shade/#2C2416/1.0" alpha="0.11" x="width-6" y="2" width="1" height="1"/>
1369+ <tint color="shade/#2C2416/1.0" alpha="0.24" x="width-5" y="2" width="2" height="1"/>
1370+ <tint color="shade/#2C2416/1.0" alpha="0.11" x="width-4" y="3" width="2" height="1"/>
1371+ <tint color="shade/#2C2416/1.0" alpha="0.14" x="width-3" y="3" width="1" height="1"/>
1372+ <tint color="shade/#2C2416/1.0" alpha="0.05" x="width-5" y="3" width="1" height="1"/>
1373+ <tint color="shade/#2C2416/1.0" alpha="0.02" x="width-4" y="4" width="1" height="1"/>
1374+ <tint color="shade/#2C2416/1.0" alpha="0.12" x="width-3" y="4" width="1" height="1"/>
1375+ <tint color="shade/#2C2416/1.0" alpha="0.01" x="width-3" y="5" width="1" height="1"/>
1376+ <tint color="shade/#2C2416/1.0" alpha="0.06" x="width-2" y="5" width="1" height="1"/>
1377+ <tint color="shade/#2C2416/1.0" alpha="0.02" x="width-2" y="6" width="1" height="1"/>
1378+</draw_ops>
1379+
1380+
1381+<draw_ops name="corners_shadow">
1382+ <!-- ** shadow line ** -->
1383+ <tint color="#2C2416" alpha="0.2" x="0" y="height-2" width="width" height="1"/>
1384+
1385+ <!-- ** corner shadow for left bottom ** -->
1386+ <tint color="#2C2416" alpha="0.10" x="3" y="height-3" width="1" height="1"/>
1387+ <tint color="#2C2416" alpha="0.2" x="4" y="height-3" width="1" height="1"/>
1388+ <tint color="#2C2416" alpha="0.12" x="5" y="height-3" width="1" height="1"/>
1389+ <tint color="#2C2416" alpha="0.18" x="3" y="height-3" width="1" height="1"/>
1390+ <tint color="#2C2416" alpha="0.10" x="2" y="height-4" width="2" height="1"/>
1391+ <tint color="#2C2416" alpha="0.06" x="2" y="height-5" width="1" height="1"/>
1392+
1393+ <!-- ** corner shadow for right bottom ** -->
1394+ <tint color="#2C2416" alpha="0.10" x="width-6" y="height-3" width="1" height="1"/>
1395+ <tint color="#2C2416" alpha="0.2" x="width-5" y="height-3" width="2" height="1"/>
1396+ <tint color="#2C2416" alpha="0.18" x="width-4" y="height-3" width="1" height="1"/>
1397+ <tint color="#2C2416" alpha="0.10" x="width-4" y="height-4" width="2" height="1"/>
1398+ <tint color="#2C2416" alpha="0.06" x="width-3" y="height-5" width="1" height="1"/>
1399+</draw_ops>
1400+
1401+<draw_ops name="corners_hilight_shaded">
1402+ <!-- ** corner hilight for left top ** -->
1403+ <tint color="shade/#2C2416/2" alpha="0.3" x="2" y="3" width="1" height="2"/>
1404+ <tint color="shade/#2C2416/2" alpha="0.2" x="3" y="3" width="1" height="1"/>
1405+ <tint color="shade/#2C2416/2" alpha="0.3" x="3" y="2" width="2" height="1"/>
1406+ <tint color="shade/#2C2416/2" alpha="0.2" x="2" y="5" width="1" height="1"/>
1407+ <tint color="shade/#2C2416/2" alpha="0.05" x="2" y="6" width="1" height="1"/>
1408+ <tint color="shade/#2C2416/2" alpha="0.1" x="4" y="3" width="1" height="1"/>
1409+ <tint color="shade/#2C2416/2" alpha="0.1" x="3" y="4" width="1" height="1"/>
1410+ <tint color="shade/#2C2416/2" alpha="0.2" x="5" y="2" width="1" height="1"/>
1411+
1412+ <!-- ** corner hilight for right top ** -->
1413+ <tint color="shade/#2C2416/2" alpha="0.2" x="width-5" y="2" width="2" height="1"/>
1414+ <tint color="shade/#2C2416/2" alpha="0.1" x="width-4" y="3" width="1" height="1"/>
1415+ <tint color="#2C2416" alpha="0.04" x="width-3" y="3" width="1" height="2"/>
1416+
1417+ <!-- ** corner hilight for left bottom ** -->
1418+ <tint color="shade/#2C2416/2" alpha="0.2" x="2" y="height-5" width="1" height="1"/>
1419+ <tint color="shade/#2C2416/2" alpha="0.15" x="2" y="height-4" width="1" height="1"/>
1420+ <tint color="shade/#2C2416/2" alpha="0.1" x="3" y="height-4" width="1" height="1"/>
1421+ <tint color="shade/#2C2416/2" alpha="0.1" x="2" y="height-6" width="1" height="1"/>
1422+ <tint color="#2C2416" alpha="0.05" x="4" y="height-3" width="1" height="1"/>
1423+ <tint color="#2C2416" alpha="0.1" x="3" y="height-3" width="1" height="1"/>
1424+
1425+ <!-- ** corner hilight for right bottom ** -->
1426+ <tint color="#2C2416" alpha="0.03" x="width-6" y="height-3" width="1" height="1"/>
1427+ <tint color="#2C2416" alpha="0.03" x="width-4" y="height-4" width="1" height="1"/>
1428+ <tint color="#2C2416" alpha="0.03" x="width-3" y="height-6" width="1" height="1"/>
1429+ <tint color="#2C2416" alpha="0.11" x="width-5" y="height-3" width="1" height="1"/>
1430+ <tint color="#2C2416" alpha="0.15" x="width-4" y="height-3" width="1" height="1"/>
1431+ <tint color="#2C2416" alpha="0.09" x="width-3" y="height-5" width="1" height="1"/>
1432+ <tint color="#2C2416" alpha="0.13" x="width-3" y="height-4" width="1" height="1"/>
1433+</draw_ops>
1434+
1435+<draw_ops name="outer_frame">
1436+ <!-- background fill to fix theme manager rendering bugs -->
1437+ <!-- use darker color for better perception by the user -->
1438+ <!-- rectangle color="#2C2416" filled="true" x="0" y="0" width="width-1" height="height-1"/-->
1439+ <rectangle color="#2C2416" filled="true" x="0" y="0" width="width-1" height="height-1"/>
1440+
1441+ <line color="shade/#2C2416/0.88" x1="width - 2" y1="3" x2="width - 2" y2="height - 2"/>
1442+ <line color="shade/#2C2416/1.0" x1="3" y1="1" x2="width - 4" y2="1"/>
1443+ <line color="shade/#2C2416/1.0" x1="1" y1="3" x2="1" y2="height - 2"/>
1444+
1445+ <!-- almost black on active windows -->
1446+ <rectangle color="shade/#2C2416/0.05" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
1447+</draw_ops>
1448+
1449+<draw_ops name="outer_frame_unfocused">
1450+ <!-- background fill to fix theme manager rendering bugs -->
1451+ <!-- use darker color for better perception by the user -->
1452+ <!-- rectangle color="#2C2416" filled="true" x="0" y="0" width="width-1" height="height-1"/-->
1453+ <rectangle color="#2C2416" filled="true" x="0" y="0" width="width-1" height="height-1"/>
1454+
1455+ <line color="shade/#2C2416/0.88" x1="width - 2" y1="3" x2="width - 2" y2="height - 2"/>
1456+ <line color="shade/#2C2416/1.0" x1="3" y1="1" x2="width - 4" y2="1"/>
1457+ <line color="shade/#2C2416/1.0" x1="1" y1="3" x2="1" y2="height - 2"/>
1458+
1459+ <!-- lighter on inactive windows -->
1460+ <rectangle color="shade/#2C2416/0.20" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
1461+</draw_ops>
1462+
1463+<draw_ops name="title_background">
1464+ <gradient type="vertical" x="0" y="1" width="width" height="top_height / 2">
1465+ <color value="shade/#808080/.65"/> <!-- 1.25 0.97 - 0.95 1.00 -->
1466+ <color value="shade/#2C2416/.9"/>
1467+ </gradient>
1468+ <gradient type="vertical" x="0" y="top_height / 2" width="width" height="top_height / 2">
1469+ <color value="shade/#2C2416/1.0"/>
1470+ <color value="shade/#2C2416/1.0"/>
1471+ </gradient>
1472+
1473+ <!-- Add small highlight to the top -->
1474+ <line color="shade/#ffffff/0.6" x1="0" y1="1" x2="width" y2="1"/> <!--0.55 -->
1475+
1476+ <tint color="shade/#2C2416/1.0" alpha="0.3" x="0" y="1" width="width" height="1"/>
1477+ <tint color="shade/#2C2416/1.0" alpha="0.05" x="7" y="1" width="width -14" height="1"/>
1478+
1479+ <line color="shade/#2C2416/1.0" x1="0" y1="top_height-2" x2="width" y2="top_height-2"/>
1480+ <line color="shade/#2C2416/1.0" x1="0" y1="top_height-1" x2="width-1" y2="top_height-1"/>
1481+ <tint color="shade/#2C2416/1.0" alpha="0.1" x="6" y="2" width="1" height="1"/>
1482+
1483+ <tint color="#000000" alpha="0.05" x="width-6" y="1" width="1" height="1"/>
1484+ <tint color="#000000" alpha="0.05" x="5" y="1" width="1" height="1"/>
1485+</draw_ops>
1486+
1487+<draw_ops name="title_background_unfocused">
1488+ <include name="title_background" />
1489+ <line color="shade/#2C2416/0.15" x1="1" y1="0" x2="width-1" y2="0"/> <!--0.55 -->
1490+</draw_ops>
1491+
1492+<!-- ** title background with side borders ** -->
1493+<draw_ops name="title_background_full">
1494+ <include name="title_background"/>
1495+
1496+ <line color="shade/#2C2416/0.05" x1="0" y1="0" x2="0" y2="top_height-1"/>
1497+ <line color="shade/#2C2416/0.05" x1="width-1" y1="0" x2="width-1" y2="top_height-1"/>
1498+
1499+ <tint color="shade/#2C2416/1.0" alpha="0.3" x="1" y="2" width="1" height="top_height-3"/>
1500+ <tint color="#2C2416" alpha="0.05" x="width-2" y="2" width="1" height="top_height-4"/>
1501+</draw_ops>
1502+
1503+<draw_ops name="title_background_unfocused_full">
1504+ <include name="title_background_full"/>
1505+ <line color="shade/#2C2416/0.6" x1="1" y1="1" x2="width-2" y2="1"/> <!--0.55 -->
1506+
1507+ <line color="shade/#2C2416/0.20" x1="0" y1="0" x2="0" y2="top_height-1"/>
1508+ <line color="shade/#2C2416/0.20" x1="width-1" y1="0" x2="width-1" y2="top_height-1"/>
1509+</draw_ops>
1510+
1511+
1512+<!-- Make modal windows stand out (darken them)
1513+ If you update this values update the button_bg_modal draw_ops too
1514+-->
1515+
1516+<draw_ops name="titlebar_modal">
1517+ <tint color="#2C2416" alpha="0.2" x="1" y="2" width="width-1" height="height-2"/>
1518+</draw_ops>
1519+
1520+<draw_ops name="titlebar_modal_unfocused">
1521+ <tint color="#2C2416" alpha="0.1" x="1" y="2" width="width-1" height="height-2"/>
1522+</draw_ops>
1523+
1524+
1525+<!-- Bevels -->
1526+
1527+<draw_ops name="bevel_maximized">
1528+ <include name="title_background"/>
1529+ <line color="shade/#2C2416/0.05" x1="0" y1="0" x2="width" y2="0"/> <!--0.55 -->
1530+ <line color="shade/#2C2416/0.6" x1="0" y1="1" x2="width" y2="1"/> <!--0.55 -->
1531+</draw_ops>
1532+
1533+<draw_ops name="bevel_maximized_shaded">
1534+ <include name="title_background"/>
1535+ <line color="shade/#2C2416/0.05" x1="0" y1="0" x2="width" y2="0"/> <!--0.55 -->
1536+ <line color="shade/#2C2416/0.6" x1="0" y1="1" x2="width" y2="1"/> <!--0.55 -->
1537+ <line color="shade/#2C2416/0.05" x1="0" y1="height-1" x2="width" y2="height-1"/>
1538+</draw_ops>
1539+
1540+<draw_ops name="bevel_maximized_unfocused">
1541+ <include name="title_background_unfocused"/>
1542+ <line color="shade/#2C2416/0.16" x1="0" y1="0" x2="width" y2="0"/> <!--0.55 -->
1543+ <line color="#2C2416" x1="0" y1="height-1" x2="width" y2="height-1"/>
1544+ <line color="shade/#2C2416/0.5" x1="0" y1="1" x2="width" y2="1"/> <!--0.55 -->
1545+</draw_ops>
1546+
1547+<draw_ops name="bevel_maximized_unfocused_shaded">
1548+ <include name="title_background_unfocused"/>
1549+ <line color="shade/#2C2416/0.16" x1="0" y1="0" x2="width" y2="0"/> <!--0.55 -->
1550+ <line color="shade/#2C2416/0.5" x1="0" y1="1" x2="width" y2="1"/> <!--0.55 -->
1551+ <line color="shade/#2C2416/0.20" x1="0" y1="height-1" x2="width" y2="height-1"/>
1552+</draw_ops>
1553+
1554+<!-- UnFocused windws -->
1555+
1556+<draw_ops name="bevel_unfocused">
1557+ <include name="outer_frame_unfocused"/>
1558+ <include name="title_background_unfocused_full"/>
1559+</draw_ops>
1560+
1561+<draw_ops name="round_bevel_unfocused">
1562+ <include name="bevel_unfocused"/>
1563+ <include name="corners_outline_top_unfocused"/>
1564+ <include name="corners_outline_bottom_unfocused"/>
1565+ <include name="corners_hilight_unfocused"/>
1566+</draw_ops>
1567+
1568+<draw_ops name="bottom_line_unfocused_dlg">
1569+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1570+ <line color="#3D3D3D" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
1571+</draw_ops>
1572+
1573+<draw_ops name="bottom_line_unfocused_dlg_modal">
1574+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1575+ <line color="#292929" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
1576+</draw_ops>
1577+
1578+<draw_ops name="bottom_line_unfocused_utility">
1579+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1580+ <line color="#3D3D3D" x1="3" y1="height-1" x2="width-3" y2="height-1"/>
1581+</draw_ops>
1582+
1583+<!--U Shaded windws -->
1584+<draw_ops name="round_bevel_unfocused_shaded">
1585+ <include name="bevel_unfocused"/>
1586+ <include name="corners_outline_top_unfocused"/>
1587+ <include name="corners_outline_bottom_unfocused"/>
1588+ <include name="corners_hilight_shaded"/>
1589+ <line color="shade/#2C2416/0.20" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
1590+</draw_ops>
1591+
1592+<draw_ops name="bottom_line_unfocused_dlg_shaded">
1593+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1594+ <line color="shade/#2C2416/0.20" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
1595+</draw_ops>
1596+
1597+
1598+<!-- Focused windws -->
1599+<draw_ops name="bevel">
1600+ <include name="outer_frame"/>
1601+ <include name="title_background_full"/>
1602+</draw_ops>
1603+
1604+<draw_ops name="round_bevel">
1605+ <include name="bevel"/>
1606+ <include name="corners_outline_top"/>
1607+ <include name="corners_outline_bottom"/>
1608+ <include name="corners_hilight"/>
1609+ <include name="corners_shadow"/>
1610+</draw_ops>
1611+
1612+
1613+<draw_ops name="bottom_line_dlg">
1614+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1615+ <line color="#333333" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
1616+</draw_ops>
1617+<draw_ops name="bottom_line_dlg_modal">
1618+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1619+ <line color="#303030" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
1620+</draw_ops>
1621+<draw_ops name="bottom_line_utility">
1622+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1623+ <line color="#333333" x1="3" y1="height-1" x2="width-3" y2="height-1"/>
1624+</draw_ops>
1625+
1626+
1627+<!--F Shaded windws -->
1628+<draw_ops name="bevel_shaded">
1629+ <include name="bevel"/>
1630+ <line color="shade/#2C2416/0.05" x1="0" y1="height-1" x2="width" y2="height-1"/>
1631+</draw_ops>
1632+
1633+<draw_ops name="round_bevel_shaded">
1634+ <include name="bevel"/>
1635+ <include name="corners_outline_top"/>
1636+ <include name="corners_outline_bottom"/>
1637+ <include name="corners_hilight_shaded"/>
1638+ <line color="shade/#2C2416/0.05" x1="0" y1="height-1" x2="width" y2="height-1"/>
1639+</draw_ops>
1640+
1641+<draw_ops name="bottom_line_dlg_shaded">
1642+ <!-- Draw line at the bottom of titlebar of dialog windows and with a bit lighter color than if there is menubar -->
1643+ <line color="shade/#2C2416/0.05" x1="0" y1="height-1" x2="width" y2="height-1"/>
1644+</draw_ops>
1645+<!-- Border windws -->
1646+<draw_ops name="border">
1647+ <line color="shade/#2C2416/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
1648+ <line color="shade/#2C2416/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
1649+ <line color="shade/#2C2416/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
1650+ <line color="shade/#2C2416/1.4" x1="1" y1="1" x2="1" y2="height - 2"/>
1651+
1652+ <rectangle color="shade/#2C2416/0.25" filled="false"
1653+ x="0" y="0"
1654+ width="width - 1"
1655+ height="height - 1"
1656+ />
1657+</draw_ops>
1658+
1659+<!-- ::: TITLES ::: -->
1660+<draw_ops name="title_text">
1661+ <title color="#CFBC97"
1662+ x="(3 `max` (width-title_width)) / 2"
1663+ y="(((height - title_height) / 2) `max` 0)"/>
1664+</draw_ops>
1665+
1666+<draw_ops name="title_text_unfocused">
1667+ <title color="#664E30"
1668+ x="(3 `max` (width-title_width)) / 2"
1669+ y="((height - title_height) / 2) `max` 0"/>
1670+</draw_ops>
1671+
1672+<draw_ops name="title">
1673+ <include name="title_text"/>
1674+</draw_ops>
1675+
1676+<draw_ops name="title_unfocused">
1677+ <include name="title_text_unfocused"/>
1678+</draw_ops>
1679+
1680+<!-- ::: BUTTONS ::: -->
1681+
1682+<draw_ops name="button_bg">
1683+ <gradient type="vertical" x="0" y="height/2" width="width" height="height-2">
1684+ <color value="shade/#2C2416/1.0"/>
1685+ <color value="shade/#2C2416/1.0"/>
1686+ </gradient>
1687+</draw_ops>
1688+
1689+<draw_ops name="button_bg_prelight">
1690+ <image filename="btn_bg.png" x="(width-29)/2" y="(height-24)/2" width="28" height="24"/>
1691+</draw_ops>
1692+
1693+<draw_ops name="button_bg_pressed">
1694+ <image filename="btn_bg_pressed.png" x="(width-29)/2" y="(height-24)/2" width="28" height="24"/>
1695+</draw_ops>
1696+
1697+<draw_ops name="button_bg_unfocused">
1698+ <include name="button_bg" />
1699+</draw_ops>
1700+
1701+<draw_ops name="button_bg_unfocused_prelight">
1702+ <image filename="btn_bg_unfocused.png" x="(width-29)/2" y="(height-24)/2" width="28" height="24"/>
1703+</draw_ops>
1704+
1705+<draw_ops name="button_bg_unfocused_pressed">
1706+ <image filename="btn_bg_unfocused_pressed.png" x="(width-29)/2" y="(height-24)/2" width="28" height="24"/>
1707+</draw_ops>
1708+
1709+<draw_ops name="menu_button_icon">
1710+ <icon x="(width-mini_icon_width)/2-2"
1711+ y="(height-mini_icon_height)/2+1"
1712+ width="mini_icon_width" height="mini_icon_height"/>
1713+</draw_ops>
1714+
1715+<draw_ops name="menu_button_normal">
1716+ <!--<image filename="menu.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10"/>-->
1717+ <include name="menu_button_icon"/>
1718+</draw_ops>
1719+<draw_ops name="menu_button_pressed">
1720+ <image filename="menu_over.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10"/>
1721+</draw_ops>
1722+<draw_ops name="menu_button_unfocused">
1723+ <image filename="menu.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/1.2"/>
1724+</draw_ops>
1725+
1726+<!-- ::: ICONS ::: -->
1727+<draw_ops name="close_button_icon">
1728+ <image filename="icon_close.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1729+</draw_ops>
1730+<draw_ops name="close_button_icon_prelight">
1731+ <image filename="icon_close_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1732+</draw_ops>
1733+
1734+<draw_ops name="close_button_icon_unfocused">
1735+ <image filename="icon_close_u.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1736+</draw_ops>
1737+<draw_ops name="close_button_icon_unfocused_prelight">
1738+ <image filename="icon_close_u_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1739+</draw_ops>
1740+
1741+<draw_ops name="close_button_normal">
1742+ <include name="button_bg"/>
1743+ <include name="close_button_icon"/>
1744+</draw_ops>
1745+<draw_ops name="close_button_prelight">
1746+ <include name="button_bg_prelight"/>
1747+ <include name="close_button_icon_prelight"/>
1748+</draw_ops>
1749+<draw_ops name="close_button_pressed">
1750+ <include name="button_bg_pressed"/>
1751+ <include name="close_button_icon"/>
1752+</draw_ops>
1753+<draw_ops name="close_button_unfocused">
1754+ <include name="button_bg_unfocused"/>
1755+ <include name="close_button_icon_unfocused"/>
1756+</draw_ops>
1757+<draw_ops name="close_button_unfocused_prelight">
1758+ <include name="button_bg_unfocused_prelight"/>
1759+ <include name="close_button_icon_unfocused_prelight"/>
1760+</draw_ops>
1761+<draw_ops name="close_button_unfocused_pressed">
1762+ <include name="button_bg_unfocused_pressed"/>
1763+ <include name="close_button_icon_unfocused"/>
1764+</draw_ops>
1765+
1766+<draw_ops name="maximize_button_icon">
1767+ <image filename="icon_maximize.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1768+</draw_ops>
1769+<draw_ops name="maximize_button_icon_prelight">
1770+ <image filename="icon_maximize_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1771+</draw_ops>
1772+
1773+<draw_ops name="maximize_button_icon_unfocused">
1774+ <image filename="icon_maximize_u.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1775+</draw_ops>
1776+<draw_ops name="maximize_button_icon_unfocused_prelight">
1777+ <image filename="icon_maximize_u_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1778+</draw_ops>
1779+
1780+<draw_ops name="maximize_button_normal">
1781+ <include name="button_bg"/>
1782+ <include name="maximize_button_icon"/>
1783+</draw_ops>
1784+<draw_ops name="maximize_button_prelight">
1785+ <include name="button_bg_prelight"/>
1786+ <include name="maximize_button_icon_prelight"/>
1787+</draw_ops>
1788+<draw_ops name="maximize_button_pressed">
1789+ <include name="button_bg_pressed"/>
1790+ <include name="maximize_button_icon"/>
1791+</draw_ops>
1792+<draw_ops name="maximize_button_unfocused">
1793+ <include name="button_bg_unfocused"/>
1794+ <include name="maximize_button_icon_unfocused"/>
1795+</draw_ops>
1796+<draw_ops name="maximize_button_unfocused_prelight">
1797+ <include name="button_bg_unfocused_prelight"/>
1798+ <include name="maximize_button_icon_unfocused_prelight"/>
1799+</draw_ops>
1800+<draw_ops name="maximize_button_unfocused_pressed">
1801+ <include name="button_bg_unfocused_pressed"/>
1802+ <include name="maximize_button_icon_unfocused"/>
1803+</draw_ops>
1804+
1805+<draw_ops name="restore_button_icon">
1806+ <image filename="icon_restore.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1807+</draw_ops>
1808+<draw_ops name="restore_button_icon_prelight">
1809+ <image filename="icon_restore_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1810+</draw_ops>
1811+
1812+<draw_ops name="restore_button_icon_unfocused">
1813+ <image filename="icon_restore_u.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1814+</draw_ops>
1815+<draw_ops name="restore_button_icon_unfocused_prelight">
1816+ <image filename="icon_restore_u_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1817+</draw_ops>
1818+
1819+<draw_ops name="restore_button_normal">
1820+ <include name="button_bg"/>
1821+ <include name="restore_button_icon"/>
1822+</draw_ops>
1823+<draw_ops name="restore_button_prelight">
1824+ <include name="button_bg_prelight"/>
1825+ <include name="restore_button_icon_prelight"/>
1826+</draw_ops>
1827+<draw_ops name="restore_button_pressed">
1828+ <include name="button_bg_pressed"/>
1829+ <include name="restore_button_icon"/>
1830+</draw_ops>
1831+<draw_ops name="restore_button_unfocused">
1832+ <include name="button_bg_unfocused"/>
1833+ <include name="restore_button_icon_unfocused"/>
1834+</draw_ops>
1835+<draw_ops name="restore_button_unfocused_prelight">
1836+ <include name="button_bg_unfocused_prelight"/>
1837+ <include name="restore_button_icon_unfocused_prelight"/>
1838+</draw_ops>
1839+<draw_ops name="restore_button_unfocused_pressed">
1840+ <include name="button_bg_unfocused_pressed"/>
1841+ <include name="restore_button_icon_unfocused"/>
1842+</draw_ops>
1843+
1844+<draw_ops name="minimize_button_icon">
1845+ <image filename="icon_minimize.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1846+</draw_ops>
1847+<draw_ops name="minimize_button_icon_prelight">
1848+ <image filename="icon_minimize_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1849+</draw_ops>
1850+
1851+<draw_ops name="minimize_button_icon_unfocused">
1852+ <image filename="icon_minimize_u.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1853+</draw_ops>
1854+<draw_ops name="minimize_button_icon_unfocused_prelight">
1855+ <image filename="icon_minimize_u_prelight.png" x="(width-20)/2" y="(height-20)/2" width="20" height="20"/>
1856+</draw_ops>
1857+
1858+<draw_ops name="minimize_button_normal">
1859+ <include name="button_bg"/>
1860+ <include name="minimize_button_icon"/>
1861+</draw_ops>
1862+<draw_ops name="minimize_button_prelight">
1863+ <include name="button_bg_prelight"/>
1864+ <include name="minimize_button_icon_prelight"/>
1865+</draw_ops>
1866+<draw_ops name="minimize_button_pressed">
1867+ <include name="button_bg_pressed"/>
1868+ <include name="minimize_button_icon"/>
1869+</draw_ops>
1870+<draw_ops name="minimize_button_unfocused">
1871+ <include name="button_bg_unfocused"/>
1872+ <include name="minimize_button_icon_unfocused"/>
1873+</draw_ops>
1874+<draw_ops name="minimize_button_unfocused_prelight">
1875+ <include name="button_bg_unfocused_prelight"/>
1876+ <include name="minimize_button_icon_unfocused_prelight"/>
1877+</draw_ops>
1878+<draw_ops name="minimize_button_unfocused_pressed">
1879+ <include name="button_bg_unfocused_pressed"/>
1880+ <include name="minimize_button_icon_unfocused"/>
1881+</draw_ops>
1882+
1883+<draw_ops name="blank">
1884+<!-- nothing -->
1885+</draw_ops>
1886+
1887+
1888+<!-- Normal Window -->
1889+<frame_style name="normal" geometry="normal">
1890+ <piece position="entire_background" draw_ops="round_bevel_unfocused"/>
1891+ <piece position="title" draw_ops="title_unfocused"/>
1892+ <button function="close" state="normal" draw_ops="close_button_unfocused"/>
1893+ <button function="close" state="pressed" draw_ops="close_button_unfocused_pressed"/>
1894+ <button function="close" state="prelight" draw_ops="close_button_unfocused_prelight"/>
1895+ <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/>
1896+ <button function="maximize" state="pressed" draw_ops="maximize_button_unfocused_pressed"/>
1897+ <button function="maximize" state="prelight" draw_ops="maximize_button_unfocused_prelight"/>
1898+ <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
1899+ <button function="minimize" state="pressed" draw_ops="minimize_button_unfocused_pressed"/>
1900+ <button function="minimize" state="prelight" draw_ops="minimize_button_unfocused_prelight"/>
1901+ <button function="menu" state="normal" draw_ops="menu_button_normal"/>
1902+ <button function="menu" state="pressed" draw_ops="menu_button_pressed"/>
1903+ <button function="menu" state="prelight" draw_ops="menu_button_pressed"/>
1904+</frame_style>
1905+
1906+<frame_style name="normal_shaded" geometry="shaded" parent="normal">
1907+ <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/>
1908+</frame_style>
1909+
1910+
1911+<!-- Focused Window -->
1912+<frame_style name="focused" geometry="normal" parent="normal">
1913+ <piece position="entire_background" draw_ops="round_bevel"/>
1914+ <piece position="title" draw_ops="title"/>
1915+ <button function="close" state="normal" draw_ops="close_button_normal"/>
1916+ <button function="close" state="pressed" draw_ops="close_button_pressed"/>
1917+ <button function="close" state="prelight" draw_ops="close_button_prelight"/>
1918+ <button function="maximize" state="normal" draw_ops="maximize_button_normal"/>
1919+ <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
1920+ <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
1921+ <button function="minimize" state="normal" draw_ops="minimize_button_normal"/>
1922+ <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
1923+ <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
1924+</frame_style>
1925+
1926+<frame_style name="focused_shaded" geometry="shaded" parent="focused">
1927+ <piece position="entire_background" draw_ops="round_bevel_shaded"/>
1928+</frame_style>
1929+
1930+
1931+<!-- Normal Dialog Window -->
1932+<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal">
1933+ <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/>
1934+ <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/>
1935+ <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/>
1936+ <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/>
1937+</frame_style>
1938+
1939+<frame_style name="normal_maximized_shaded" geometry="normal_maximized" parent="normal_maximized">
1940+ <piece position="entire_background" draw_ops="bevel_maximized_unfocused_shaded"/>
1941+</frame_style>
1942+
1943+<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused">
1944+ <piece position="entire_background" draw_ops="bevel_maximized"/>
1945+ <button function="maximize" state="normal" draw_ops="restore_button_normal"/>
1946+ <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
1947+ <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/>
1948+</frame_style>
1949+
1950+<frame_style name="focused_maximized_shaded" geometry="normal_maximized" parent="focused_maximized">
1951+ <piece position="entire_background" draw_ops="bevel_maximized_shaded"/>
1952+</frame_style>
1953+
1954+<frame_style name="border" geometry="border" parent="normal">
1955+ <piece position="entire_background" draw_ops="border"/>
1956+ <piece position="title" draw_ops="blank"/>
1957+</frame_style>
1958+
1959+<frame_style name="utility_normal" geometry="utility" parent="normal">
1960+ <piece position="entire_background" draw_ops="bevel_unfocused"/>
1961+</frame_style>
1962+<frame_style name="utility_focused" geometry="utility" parent="focused">
1963+ <piece position="entire_background" draw_ops="bevel"/>
1964+</frame_style>
1965+<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded">
1966+ <piece position="entire_background" draw_ops="bevel_shaded"/>
1967+</frame_style>
1968+
1969+<frame_style_set name="normal">
1970+ <frame focus="yes" state="normal" resize="both" style="focused"/>
1971+ <frame focus="no" state="normal" resize="both" style="normal"/>
1972+ <frame focus="yes" state="maximized" style="focused_maximized"/>
1973+ <frame focus="no" state="maximized" style="normal_maximized"/>
1974+ <frame focus="yes" state="shaded" style="focused_shaded"/>
1975+ <frame focus="no" state="shaded" style="normal_shaded"/>
1976+ <frame focus="yes" state="maximized_and_shaded" style="focused_maximized_shaded"/>
1977+ <frame focus="no" state="maximized_and_shaded" style="normal_maximized_shaded"/>
1978+</frame_style_set>
1979+
1980+<frame_style_set name="utility" parent="normal">
1981+<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
1982+<frame focus="no" state="normal" resize="both" style="utility_normal"/>
1983+<!-- this is a bunch of crack since utility windows shouldn't be maximized -->
1984+<frame focus="yes" state="maximized" style="focused"/>
1985+<frame focus="no" state="maximized" style="normal"/>
1986+<frame focus="yes" state="shaded" style="utility_focused_shaded"/>
1987+<frame focus="no" state="shaded" style="utility_normal"/>
1988+<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/>
1989+<frame focus="no" state="maximized_and_shaded" style="normal"/>
1990+</frame_style_set>
1991+
1992+<frame_style_set name="border">
1993+<frame focus="yes" state="normal" resize="both" style="border"/>
1994+<frame focus="no" state="normal" resize="both" style="border"/>
1995+<frame focus="yes" state="maximized" style="border"/>
1996+<frame focus="no" state="maximized" style="border"/>
1997+<frame focus="yes" state="shaded" style="border"/>
1998+<frame focus="no" state="shaded" style="border"/>
1999+<frame focus="yes" state="maximized_and_shaded" style="border"/>
2000+<frame focus="no" state="maximized_and_shaded" style="border"/>
2001+</frame_style_set>
2002+
2003+<window type="normal" style_set="normal"/>
2004+<window type="dialog" style_set="normal"/>
2005+<window type="modal_dialog" style_set="normal"/>
2006+<window type="menu" style_set="normal"/>
2007+<window type="utility" style_set="utility"/>
2008+<window type="border" style_set="border"/>
2009+
2010+<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/>
2011+<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/>
2012+<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/>
2013+<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/>
2014+
2015+</metacity_theme>
2016
2017=== removed file 'INSTALL'
2018--- INSTALL 2009-01-13 17:15:44 +0000
2019+++ INSTALL 1970-01-01 00:00:00 +0000
2020@@ -1,236 +0,0 @@
2021-Installation Instructions
2022-*************************
2023-
2024-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
2025-Software Foundation, Inc.
2026-
2027-This file is free documentation; the Free Software Foundation gives
2028-unlimited permission to copy, distribute and modify it.
2029-
2030-Basic Installation
2031-==================
2032-
2033-These are generic installation instructions.
2034-
2035- The `configure' shell script attempts to guess correct values for
2036-various system-dependent variables used during compilation. It uses
2037-those values to create a `Makefile' in each directory of the package.
2038-It may also create one or more `.h' files containing system-dependent
2039-definitions. Finally, it creates a shell script `config.status' that
2040-you can run in the future to recreate the current configuration, and a
2041-file `config.log' containing compiler output (useful mainly for
2042-debugging `configure').
2043-
2044- It can also use an optional file (typically called `config.cache'
2045-and enabled with `--cache-file=config.cache' or simply `-C') that saves
2046-the results of its tests to speed up reconfiguring. (Caching is
2047-disabled by default to prevent problems with accidental use of stale
2048-cache files.)
2049-
2050- If you need to do unusual things to compile the package, please try
2051-to figure out how `configure' could check whether to do them, and mail
2052-diffs or instructions to the address given in the `README' so they can
2053-be considered for the next release. If you are using the cache, and at
2054-some point `config.cache' contains results you don't want to keep, you
2055-may remove or edit it.
2056-
2057- The file `configure.ac' (or `configure.in') is used to create
2058-`configure' by a program called `autoconf'. You only need
2059-`configure.ac' if you want to change it or regenerate `configure' using
2060-a newer version of `autoconf'.
2061-
2062-The simplest way to compile this package is:
2063-
2064- 1. `cd' to the directory containing the package's source code and type
2065- `./configure' to configure the package for your system. If you're
2066- using `csh' on an old version of System V, you might need to type
2067- `sh ./configure' instead to prevent `csh' from trying to execute
2068- `configure' itself.
2069-
2070- Running `configure' takes awhile. While running, it prints some
2071- messages telling which features it is checking for.
2072-
2073- 2. Type `make' to compile the package.
2074-
2075- 3. Optionally, type `make check' to run any self-tests that come with
2076- the package.
2077-
2078- 4. Type `make install' to install the programs and any data files and
2079- documentation.
2080-
2081- 5. You can remove the program binaries and object files from the
2082- source code directory by typing `make clean'. To also remove the
2083- files that `configure' created (so you can compile the package for
2084- a different kind of computer), type `make distclean'. There is
2085- also a `make maintainer-clean' target, but that is intended mainly
2086- for the package's developers. If you use it, you may have to get
2087- all sorts of other programs in order to regenerate files that came
2088- with the distribution.
2089-
2090-Compilers and Options
2091-=====================
2092-
2093-Some systems require unusual options for compilation or linking that the
2094-`configure' script does not know about. Run `./configure --help' for
2095-details on some of the pertinent environment variables.
2096-
2097- You can give `configure' initial values for configuration parameters
2098-by setting variables in the command line or in the environment. Here
2099-is an example:
2100-
2101- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
2102-
2103- *Note Defining Variables::, for more details.
2104-
2105-Compiling For Multiple Architectures
2106-====================================
2107-
2108-You can compile the package for more than one kind of computer at the
2109-same time, by placing the object files for each architecture in their
2110-own directory. To do this, you must use a version of `make' that
2111-supports the `VPATH' variable, such as GNU `make'. `cd' to the
2112-directory where you want the object files and executables to go and run
2113-the `configure' script. `configure' automatically checks for the
2114-source code in the directory that `configure' is in and in `..'.
2115-
2116- If you have to use a `make' that does not support the `VPATH'
2117-variable, you have to compile the package for one architecture at a
2118-time in the source code directory. After you have installed the
2119-package for one architecture, use `make distclean' before reconfiguring
2120-for another architecture.
2121-
2122-Installation Names
2123-==================
2124-
2125-By default, `make install' installs the package's commands under
2126-`/usr/local/bin', include files under `/usr/local/include', etc. You
2127-can specify an installation prefix other than `/usr/local' by giving
2128-`configure' the option `--prefix=PREFIX'.
2129-
2130- You can specify separate installation prefixes for
2131-architecture-specific files and architecture-independent files. If you
2132-pass the option `--exec-prefix=PREFIX' to `configure', the package uses
2133-PREFIX as the prefix for installing programs and libraries.
2134-Documentation and other data files still use the regular prefix.
2135-
2136- In addition, if you use an unusual directory layout you can give
2137-options like `--bindir=DIR' to specify different values for particular
2138-kinds of files. Run `configure --help' for a list of the directories
2139-you can set and what kinds of files go in them.
2140-
2141- If the package supports it, you can cause programs to be installed
2142-with an extra prefix or suffix on their names by giving `configure' the
2143-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
2144-
2145-Optional Features
2146-=================
2147-
2148-Some packages pay attention to `--enable-FEATURE' options to
2149-`configure', where FEATURE indicates an optional part of the package.
2150-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
2151-is something like `gnu-as' or `x' (for the X Window System). The
2152-`README' should mention any `--enable-' and `--with-' options that the
2153-package recognizes.
2154-
2155- For packages that use the X Window System, `configure' can usually
2156-find the X include and library files automatically, but if it doesn't,
2157-you can use the `configure' options `--x-includes=DIR' and
2158-`--x-libraries=DIR' to specify their locations.
2159-
2160-Specifying the System Type
2161-==========================
2162-
2163-There may be some features `configure' cannot figure out automatically,
2164-but needs to determine by the type of machine the package will run on.
2165-Usually, assuming the package is built to be run on the _same_
2166-architectures, `configure' can figure that out, but if it prints a
2167-message saying it cannot guess the machine type, give it the
2168-`--build=TYPE' option. TYPE can either be a short name for the system
2169-type, such as `sun4', or a canonical name which has the form:
2170-
2171- CPU-COMPANY-SYSTEM
2172-
2173-where SYSTEM can have one of these forms:
2174-
2175- OS KERNEL-OS
2176-
2177- See the file `config.sub' for the possible values of each field. If
2178-`config.sub' isn't included in this package, then this package doesn't
2179-need to know the machine type.
2180-
2181- If you are _building_ compiler tools for cross-compiling, you should
2182-use the option `--target=TYPE' to select the type of system they will
2183-produce code for.
2184-
2185- If you want to _use_ a cross compiler, that generates code for a
2186-platform different from the build platform, you should specify the
2187-"host" platform (i.e., that on which the generated programs will
2188-eventually be run) with `--host=TYPE'.
2189-
2190-Sharing Defaults
2191-================
2192-
2193-If you want to set default values for `configure' scripts to share, you
2194-can create a site shell script called `config.site' that gives default
2195-values for variables like `CC', `cache_file', and `prefix'.
2196-`configure' looks for `PREFIX/share/config.site' if it exists, then
2197-`PREFIX/etc/config.site' if it exists. Or, you can set the
2198-`CONFIG_SITE' environment variable to the location of the site script.
2199-A warning: not all `configure' scripts look for a site script.
2200-
2201-Defining Variables
2202-==================
2203-
2204-Variables not defined in a site shell script can be set in the
2205-environment passed to `configure'. However, some packages may run
2206-configure again during the build, and the customized values of these
2207-variables may be lost. In order to avoid this problem, you should set
2208-them in the `configure' command line, using `VAR=value'. For example:
2209-
2210- ./configure CC=/usr/local2/bin/gcc
2211-
2212-causes the specified `gcc' to be used as the C compiler (unless it is
2213-overridden in the site shell script). Here is a another example:
2214-
2215- /bin/bash ./configure CONFIG_SHELL=/bin/bash
2216-
2217-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
2218-configuration-related scripts to be executed by `/bin/bash'.
2219-
2220-`configure' Invocation
2221-======================
2222-
2223-`configure' recognizes the following options to control how it operates.
2224-
2225-`--help'
2226-`-h'
2227- Print a summary of the options to `configure', and exit.
2228-
2229-`--version'
2230-`-V'
2231- Print the version of Autoconf used to generate the `configure'
2232- script, and exit.
2233-
2234-`--cache-file=FILE'
2235- Enable the cache: use and save the results of the tests in FILE,
2236- traditionally `config.cache'. FILE defaults to `/dev/null' to
2237- disable caching.
2238-
2239-`--config-cache'
2240-`-C'
2241- Alias for `--cache-file=config.cache'.
2242-
2243-`--quiet'
2244-`--silent'
2245-`-q'
2246- Do not print messages saying which checks are being made. To
2247- suppress all normal output, redirect it to `/dev/null' (any error
2248- messages will still be shown).
2249-
2250-`--srcdir=DIR'
2251- Look for the package's source code in directory DIR. Usually
2252- `configure' can determine that directory automatically.
2253-
2254-`configure' also accepts some other, not widely useful, options. Run
2255-`configure --help' for more details.
2256-
2257
2258=== modified file 'Impression/gtk-2.0/gtkrc' (properties changed: +x to -x)
2259--- Impression/gtk-2.0/gtkrc 2009-03-21 18:27:20 +0000
2260+++ Impression/gtk-2.0/gtkrc 2009-08-26 21:01:15 +0000
2261@@ -1,15 +1,17 @@
2262 # Human Impression
2263 #
2264-# Release: 90315:1100
2265-# Author: j baer <baerjj@gmail.com>
2266-# version: 9.04
2267+# Author: John Baer <baerjj@gmail.com>
2268+# version: 9.10 build: 90627-1
2269+#
2270+# Feel free to modify and share!
2271+# Licensed under Creative Commons 3.0
2272 #
2273 # T H E M E N O T E S ##############################################
2274 # ######################################################################
2275 #
2276 # Theme Engines
2277 #
2278-# - murrine svn145
2279+# - murrine svn090
2280 #
2281 # http://live.gnome.org/GnomeArt/Tutorials/GtkThemes/SymbolicColors
2282 #
2283@@ -51,237 +53,189 @@
2284 # G N O M E T H E M E ##############################################
2285 # ######################################################################
2286
2287-gtk_color_scheme = "fg_color:#1f1816\nbg_color:#cdc7be\nbase_color:#ffffff\ntext_color:#1f1816\nselected_bg_color:#e38544\nselected_fg_color:#ffffff\ntooltip_bg_color:#fffea7\ntooltip_fg_color:#1f1816\nerror:#00ffff\ndebug:#ff00ff"
2288+gtk_color_scheme = "fg_color:#1f1816\nbg_color:#cdc7be\nbase_color:#fff\ntext_color:#1f1816\nselected_bg_color:#e36d19\nselected_fg_color:#fff\ntooltip_bg_color:#fffea7\ntooltip_fg_color:#1f1816"
2289
2290 # menu delay
2291 gtk-menu-popup-delay = 1
2292
2293-# supporting rc's ##############################################
2294-# ######################################################################
2295-include "scrollbars/scrollbar.rc"
2296-include "scale/scale.rc"
2297-
2298 style "murrine-GtkWidget"
2299 {
2300 # WIDGET DEFAULTS ############################################
2301 # ####################################################################
2302- GtkScrolledWindow ::scrollbar-spacing = 3
2303- GtkScrolledWindow ::scrollbar-within-bevel = 1
2304-
2305- GtkButton ::child-displacement-x = 1
2306- GtkButton ::child-displacement-y = 1
2307- GtkButton ::default-border = { 0, 0, 0, 0 }
2308- GtkButton ::focus-padding = 0
2309- GtkCheckButton ::indicator-size = 14
2310-
2311- GtkPaned ::handle-size = 6
2312-
2313- GtkRange ::trough-border = 2
2314- GtkRange ::slider-width = 13
2315- GtkRange ::stepper-size = 13
2316- GtkRange ::trough-under-steppers= 1
2317-
2318- GtkScale ::slider-length = 20
2319- GtkScale ::trough-side-details = 0 # 0 = thin slider, >0 = thick slider
2320-
2321- GtkMenuBar ::internal-padding = 0
2322- GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
2323-
2324- GtkStatusbar ::shadow-type = GTK_SHADOW_NONE
2325+ GtkScrolledWindow::scrollbar-spacing = 3
2326+ GtkScrolledWindow::scrollbar-within-bevel = 1
2327+
2328+ GtkButton::child-displacement-x = 1
2329+ GtkButton::child-displacement-y = 1
2330+ GtkButton::default-border = { 0, 0, 0, 0 }
2331+ GtkButton::focus-padding = 0
2332+ GtkCheckButton::indicator-size = 14
2333+ GtkRadioButton::indicator-size = 14
2334+
2335+ GtkPaned::handle-size = 6
2336+
2337+ GtkRange::trough-border = 2
2338+ GtkRange::slider-width = 13
2339+ GtkRange::stepper-size = 13
2340+ GtkRange::trough-under-steppers = 1
2341+
2342+ GtkScale::slider-length = 20
2343+ GtkScale::trough-side-details = 0 # 0 = thin slider, >0 = thick slider
2344+
2345+ GtkMenuBar::internal-padding = 0
2346+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE
2347+
2348+ GtkStatusbar::shadow-type = GTK_SHADOW_NONE
2349 # the resize-grip is not consistantly displayed, disable
2350- GtkStatusbar ::has-resize-grip = FALSE
2351-
2352- GtkExpander ::expander-size = 16
2353- GtkToolbar ::internal-padding = 1
2354- GtkTreeView ::expander-size = 14
2355- GtkTreeView ::vertical-separator = 0
2356-
2357- GtkMenu ::horizontal-padding = 0 # extra space left & right
2358- GtkMenu ::vertical-padding = 0 # extra space @ top & bottom of menu
2359- GtkMenu ::horizontal-offset = 0 # offset of submenu
2360-
2361- WnckTasklist ::fade-overlay-rect = 0
2362-
2363- xthickness = 1 # left & right
2364- ythickness = 1 # top & bottom
2365+ GtkStatusbar::has-resize-grip = FALSE
2366+
2367+ GtkExpander::expander-size = 16
2368+ GtkToolbar::internal-padding = 1
2369+ GtkTreeView::expander-size = 14
2370+ GtkTreeView::vertical-separator = 0
2371+
2372+ GtkMenu::horizontal-padding = 0 # extra space left & right
2373+ GtkMenu::vertical-padding = 0 # extra space @ top & bottom of menu
2374+ GtkMenu::horizontal-offset = 0 # offset of submenu
2375+
2376+ WnckTasklist::fade-overlay-rect = 0
2377+
2378+ xthickness = 1 # left & right
2379+ ythickness = 1 # top & bottom
2380
2381 # GTKWIDGET COLOR PALLET ############################################
2382 # ####################################################################
2383
2384- fg[NORMAL] = @fg_color
2385- fg[PRELIGHT] = @fg_color
2386- fg[SELECTED] = @selected_fg_color
2387- fg[ACTIVE] = mix(1.29, @selected_bg_color, @selected_fg_color)
2388- fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color)
2389-
2390- bg[NORMAL] = @bg_color
2391- bg[PRELIGHT] = shade(1.10, @bg_color)
2392- bg[SELECTED] = @selected_bg_color
2393- bg[INSENSITIVE] = shade(0.80, @bg_color)
2394- bg[ACTIVE] = shade (0.9, @bg_color)
2395-
2396- base[NORMAL] = @base_color
2397- base[PRELIGHT] = shade(1.30, @base_color)
2398- base[ACTIVE] = @selected_bg_color
2399- base[SELECTED] = @selected_bg_color
2400+ fg[NORMAL] = @fg_color
2401+ fg[PRELIGHT] = @fg_color
2402+ fg[SELECTED] = @selected_fg_color
2403+ fg[ACTIVE] = @text_color
2404+ fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color)
2405+ fg[INSENSITIVE] = shade(0.80, @bg_color)
2406+
2407+ bg[NORMAL] = @bg_color
2408+ bg[PRELIGHT] = shade(1.10, @bg_color)
2409+ bg[SELECTED] = mix(0.30, @bg_color, @selected_bg_color)
2410+ bg[INSENSITIVE] = shade(0.80, @bg_color)
2411+ bg[ACTIVE] = shade (0.9, @bg_color)
2412+
2413+ base[NORMAL] = @base_color
2414+ base[PRELIGHT] = shade(1.30, @base_color)
2415+ base[ACTIVE] = @selected_bg_color
2416+ base[SELECTED] = @selected_bg_color
2417 base[INSENSITIVE] = shade(1.20, @base_color)
2418
2419- text[NORMAL] = @text_color
2420- text[PRELIGHT] = @text_color
2421- text[ACTIVE] = @text_color #@selected_fg_color
2422- text[SELECTED] = @selected_fg_color
2423+ text[NORMAL] = @text_color
2424+ text[PRELIGHT] = @text_color
2425+ text[ACTIVE] = @selected_fg_color
2426+ text[SELECTED] = @selected_fg_color
2427 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color)
2428
2429 # M U R R I N E O P T I O N S ####################################
2430 # ####################################################################
2431 engine "murrine"
2432 {
2433- animation = TRUE # Enable animations on progressbars, radio and checkbuttons
2434- # Data type: Boolean; default = TRUE (enabled)
2435-
2436- colorize_scrollbar = TRUE # Use colorized scrollbars with scrolls and lists
2437- # Data type: Boolean; default = TRUE (enabled)
2438-
2439- contrast = 1.0 # <!> Use carefully
2440+ animation = TRUE # Enable animations on progressbars, radio and checkbuttons
2441+ # Data type: Boolean; default = TRUE (enabled)
2442+
2443+ colorize_scrollbar = TRUE # Use colorized scrollbars with scrolls and lists
2444+ # Data type: Boolean; default = TRUE (enabled)
2445+
2446+ contrast = 1.0 # <!> Use carefully
2447 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
2448
2449- glazestyle = 0
2450+ glazestyle = 0
2451 # Data type: Enumeration; default = 0, Range 0-4
2452 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
2453
2454- glow_shade = 1.2 # Enable and set the Glow Shade
2455+ glow_shade = 1.2 # Enable and set the Glow Shade
2456 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
2457
2458- glowstyle = 4 # How to apply glow shade
2459+ glowstyle = 4 # How to apply glow shade
2460 # Data type: Enumeration; default = 0, Range 0-4
2461 # 0 = Top glow, 1 = Bottom glow, 2 = Top and Bottom glow, 3 = Horizontal glow, 4 = Centered glow
2462
2463- gradients = TRUE # Enable/Disable gradients
2464+ gradients = TRUE # Enable/Disable gradients
2465 # Data type: Boolean; default = TRUE (enabled)
2466
2467- gradient_shades = {1.1,1.0,1.0,0.87} # Gradient stops
2468+ gradient_shades = {1.1,1.0,1.0,0.87} # Gradient stops
2469 # (4 stops) Data type: Real; Range 0-2, precision 0.2, default 1.0
2470 # <!> Uses the current bg[COLOR]
2471
2472- highlight_shade = 1.0 # Prelight ratio (includes panels)
2473- # Data type: Real; default = 1.1, Range 0-2, precision 0.01
2474-
2475- lightborder_shade = 1.0 # Prelight border ratio
2476- # Data type: Real; default = 1.1, Range 0-2, precision 0.01
2477-
2478- lightborderstyle = 1 # Prelight border style
2479+ highlight_shade = 1.0 # Prelight ratio (includes panels)
2480+ # Data type: Real; default = 1.1, Range 0-2, precision 0.01
2481+
2482+ lightborder_shade = 1.0 # Prelight border ratio
2483+ # Data type: Real; default = 1.1, Range 0-2, precision 0.01
2484+
2485+ lightborderstyle = 1 # Prelight border style
2486 # Data type: Enumeration; default = 0, Range 0-1
2487 # 0 = lightborder on top side, 1 = lightborder on all sides
2488
2489- listviewheaderstyle = 1 # Listview header style
2490+ listviewheaderstyle = 1 # Listview header style
2491 # Data type: Enumeration; default = 0, Range 0-2
2492 # 0 = flat, 1 = glassy, 2 = raised
2493
2494- listviewstyle = 0 # Listview separator style
2495+ listviewstyle = 0 # Listview separator style
2496 # Data type: Enumeration; default = 0, Range 0-1
2497 # 0 = nothing, 1 = dotted
2498
2499- menubarstyle = 2 # Menubar style
2500+ menubarstyle = 2 # Menubar style
2501 # Data type: Enumeration; default = 0, Range 0-3
2502 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
2503
2504- menubaritemstyle = 0 # Menubar item style
2505+ menubaritemstyle = 0 # Menubar item style
2506 # Data type: Enumeration; default = 0, Range 0-1
2507 # 0 = menuitem look, 1 = button look
2508
2509- menustyle = 0 # Vertical bars in menus
2510+ menustyle = 0 # Vertical bars in menus
2511 # Data type: Enumeration; default = 1, Range 0-1
2512 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
2513
2514- menuitemstyle = 1 # Menu item style
2515+ menuitemstyle = 1 # Menu item style
2516 # Data type: Enumeration; default = 0, Range 0-2
2517 # 0 = flat, 1 = glass, 2 = striped
2518
2519- profile = MURRINE
2520+ profile = MURRINE
2521 # Data type: Enumeration; default = MURRINE
2522 # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA
2523
2524- progressbarstyle = 1 # Progressbar style
2525+ progressbarstyle = 1 # Progressbar style
2526 # Data type: Enumeration; default = 0, Range 0-2
2527 # 0 = Don't draw any special effect, 1 = Draw stripes, 2 = Draw cells
2528
2529- reliefstyle = 2 # Relief style of widget
2530+ reliefstyle = 2 # Relief style of widget
2531 # Data type: Enumeration; default = 1, Range 0-2
2532 # 0 = flat, 1 = inset, 2 = shadow
2533
2534- rgba = TRUE # Enable/Disable RGBA support
2535+ rgba = TRUE # Enable/Disable RGBA support
2536 # Data type: Boolean; default = FALSE (disabled)
2537
2538- roundness = 2 # Roundness of widget (typically button)
2539+ roundness = 2 # Roundness of widget (typically button)
2540 # Data type: Real; default = 1, Range 0-8
2541 # 0 = square, > 0 = round
2542
2543-# scrollbar_color = "#a8a197" # Override the color of scrollbars
2544+ #scrollbar_color = "#a8a197" # Override the color of scrollbars
2545 # Data type: Gtk Color; default = "#999999"
2546
2547- scrollbarstyle = 3 # Additional scrollbar features
2548+ scrollbarstyle = 3 # Additional scrollbar features
2549 # Data type: Enumeration; default = 0, Range 0-6
2550 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
2551
2552- sliderstyle = 0 # Slider style
2553+ sliderstyle = 0 # Slider style
2554 # Data type: Enumeration; default = 0, Range 0-1
2555 # 0 = nothing added, 1 = handles
2556
2557- stepperstyle = 0 # Stepper style
2558+ stepperstyle = 0 # Stepper style
2559 # Data type: Enumeration; default = 0, Range 0-1
2560 # 0 = standard, 1 = integrated stepper handles
2561
2562- toolbarstyle = 1 # Toolbar Style
2563+ toolbarstyle = 1 # Toolbar Style
2564 # Data type: Enumeration; default = 0, Range 0-1
2565 # 0 = flat, 1 = glassy, 2 = gradient
2566 }
2567 }
2568
2569-# G T K T E S T ##############################################
2570-# ######################################################################
2571-# Style used during development & testing
2572-#
2573-# @error displays bright blue and indicates an attribute which should
2574-# be fixed.
2575-#
2576-# @debug displays bright magenta and is used in the debugging process.
2577-#
2578-style "murrine-GtkTest"
2579-{
2580- bg[NORMAL] = @error
2581- bg[PRELIGHT] = @error
2582- bg[ACTIVE] = @error
2583- bg[SELECTED] = @error
2584- bg[INSENSITIVE] = @error
2585-
2586- # --------------------------------------------------------------------
2587-
2588- fg[NORMAL] = @error
2589- fg[PRELIGHT] = @error
2590- fg[ACTIVE] = @error
2591- fg[SELECTED] = @error
2592- fg[INSENSITIVE] = @error
2593-
2594- # --------------------------------------------------------------------
2595-
2596- base[NORMAL] = @error
2597- base[PRELIGHT] = @error
2598- base[ACTIVE] = @error
2599- base[SELECTED] = @error
2600- base[INSENSITIVE] = @error
2601-
2602- # --------------------------------------------------------------------
2603-
2604- text[NORMAL] = @error
2605- text[PRELIGHT] = @error
2606- text[ACTIVE] = @error
2607- text[SELECTED] = @error
2608- text[INSENSITIVE] = @error
2609-}
2610-#
2611-# G T K T E S T ##############################################
2612-# ######################################################################
2613-
2614 # Size Styles ##############################################
2615 # ######################################################################
2616 #
2617@@ -305,24 +259,31 @@
2618 #
2619 style "murrine-GtkButton"
2620 {
2621- bg[NORMAL] = shade (1.2, @bg_color) # Default
2622- bg[PRELIGHT] = shade (1.1, @bg_color) # Prelight
2623- bg[ACTIVE] = shade (1.0, @bg_color) # Active
2624- bg[INSENSITIVE] = shade (1.1, @bg_color) # Dimmed
2625+ bg[NORMAL] = shade (1.18, @bg_color) # Default
2626+ bg[PRELIGHT] = shade (1.25, @bg_color) # Prelight
2627+ bg[ACTIVE] = mix(0.02,@selected_bg_color,@bg_color) # Depressed
2628+ bg[INSENSITIVE] = shade (1.1, @bg_color) # Dimmed
2629
2630- xthickness = 3
2631- ythickness = 3
2632+ xthickness = 3
2633+ ythickness = 3
2634
2635 engine "murrine"{
2636- roundness = 2
2637- gradient_shades = {1.1, 1.0, 1.0, 0.88}
2638+ reliefstyle = 2
2639+ roundness = 2
2640+ contrast = 0.9
2641+ glazestyle = 0
2642+ gradient_shades = { 1.05, 1.0, 1.0, 0.9 }
2643+ gradients = TRUE
2644+ highlight_shade = 1.0
2645+ lightborder_shade = 1.4
2646+ lightborderstyle = 1
2647 profile = MURRINE
2648 }
2649 }
2650
2651 style "mozilla-GtkButton" = "murrine-GtkButton"
2652 {
2653- fg[NORMAL] = @fg_color # Combobox [v]
2654+ fg[NORMAL] = @fg_color # Combobox [v]
2655 }
2656
2657 #
2658@@ -334,33 +295,36 @@
2659 #
2660 style "murrine-GtkToolbar" = "murrine-GtkWidget"
2661 {
2662- bg[NORMAL] = @bg_color
2663-
2664-# xthickness = 5
2665-# ythickness = 3
2666+ bg[NORMAL] = @bg_color
2667
2668 engine "murrine"{
2669+ contrast = 1.0
2670 glow_shade = 1.0
2671 glazestyle = 3
2672-# gradient_shades = {1.15,1.07,1.0605,0.91}
2673- gradient_shades = {1.12,1.07,1.0605,0.93}
2674- contrast = 1.0
2675+ gradient_shades = {1.12,1.07,1.06,0.93}
2676 profile = MURRINE
2677+ toolbarstyle = 1
2678 }
2679 }
2680
2681 style "murrine-GtkToolbarButton" = "murrine-GtkButton"
2682 {
2683- bg[PRELIGHT] = shade(0.9, @bg_color) # Prelight
2684- bg[ACTIVE] = shade(1.0, @bg_color) #
2685+ bg[PRELIGHT] = shade(1.20, @bg_color) # Prelight
2686+ bg[ACTIVE] = mix(0.03,@selected_bg_color,@bg_color) # Depressed
2687
2688 xthickness = 6
2689 ythickness = 6
2690
2691 engine "murrine"{
2692- roundness = 3
2693- gradient_shades = {0.96, 0.99, 0.99, 1.2}
2694- contrast = 1.5
2695+ reliefstyle = 2
2696+ roundness = 3
2697+ contrast = 1.5
2698+ glazestyle = 0
2699+ gradient_shades = { 0.98, 1.01, 1.01, 0.98 }
2700+ gradients = TRUE
2701+ highlight_shade = 1.0
2702+ lightborder_shade = 1.4
2703+ lightborderstyle = 1
2704 profile = MURRINE
2705 }
2706 }
2707@@ -372,7 +336,7 @@
2708
2709 style "murrine-GtkHandleBox" = "murrine-GtkToolbar"
2710 {
2711- bg[NORMAL] = shade (1.12, @bg_color)
2712+ bg[NORMAL] = shade (1.12, @bg_color)
2713
2714 engine "murrine"{
2715 glow_shade = 1.0
2716@@ -391,22 +355,22 @@
2717 #
2718 style "murrine-GtkNotebook"
2719 {
2720- bg[NORMAL] = shade(1.09, @bg_color) # Selected tab body
2721- bg[PRELIGHT] = @text_color # <> CList
2722- bg[ACTIVE] = shade(0.88, @bg_color) # Active / unselected tabs
2723-
2724- fg[NORMAL] = shade(.45, @selected_bg_color) # <> CList {blue}
2725-
2726- text[NORMAL] = @fg_color # Nautilus folders
2727+ bg[NORMAL] = shade(1.13, @bg_color) # Selected tab body
2728+ bg[ACTIVE] = mix(0.10,@selected_bg_color,@bg_color) # Active / unselected tabs
2729+
2730+ text[NORMAL] = @fg_color # Nautilus folders
2731
2732 xthickness = 4
2733
2734 engine "murrine"{
2735- roundness = 2
2736- gradient_shades = {1.8, 1.7, 1.6, 0.8}
2737- contrast = 1.0
2738+ roundness = 2
2739+ gradient_shades = {1.05, 1.40, 1.30, 1.05}
2740+ contrast = 1.10
2741+ gradients = TRUE
2742+ highlight_shade = 0.98
2743+ lightborder_shade = 1.0
2744+ lightborderstyle = 0
2745 profile = MURRINE
2746-
2747 }
2748 }
2749 #
2750@@ -418,11 +382,10 @@
2751 #
2752 style "murrine-GtkDialog" = "murrine-GtkWidget"
2753 {
2754- bg[PRELIGHT] = shade (1.15, @bg_color) # Prelight
2755- bg[ACTIVE] = shade (1.05, @bg_color) # Active
2756- bg[INSENSITIVE] = shade (1.00, @bg_color) # Dimmed
2757-
2758- fg[PRELIGHT] = shade(.45, @selected_bg_color) # text prelight
2759+ bg[PRELIGHT] = shade (1.15, @bg_color) # Prelight
2760+ bg[ACTIVE] = shade (1.05, @bg_color) # Active
2761+ bg[INSENSITIVE] = shade (1.00, @bg_color) # Dimmed
2762+ fg[PRELIGHT] = shade(.45, @selected_bg_color) # text prelight
2763
2764 }
2765 #
2766@@ -435,15 +398,16 @@
2767
2768 style "murrine-PanelWidget"
2769 {
2770- bg[NORMAL] = shade(0.80, @bg_color) # Default panel background (Matches metacity)
2771- bg[PRELIGHT] = shade(0.70, @bg_color) # panel prelight
2772- bg[ACTIVE] = shade(1.10, @bg_color) # bottom panel active background
2773- bg[SELECTED] = shade(0.70, @selected_bg_color) # Active window desktop lower panel background [ ] [ ]
2774+ bg_pixmap[NORMAL] = "panel-bg-dark.png" # Tint top/bottom panel background
2775+ bg[NORMAL] = shade(0.10, @bg_color) # Default top/bottom panel background
2776+ bg[PRELIGHT] = shade(0.40, @bg_color) # panel prelight
2777+ bg[ACTIVE] = shade(0.30, @bg_color) # bottom panel active background
2778+ bg[SELECTED] = shade(0.80, @selected_bg_color) # Active window desktop lower panel background [ ] [ ]
2779
2780- fg[NORMAL] = @fg_color # Default text
2781- fg[PRELIGHT] = @selected_fg_color # Prelight
2782- fg[ACTIVE] = mix(1.29, @selected_bg_color, @selected_fg_color) # Bottom panel active text
2783- fg[SELECTED] = @fg_color # Bottom panel selected window
2784+ fg[NORMAL] = @selected_fg_color # Default text
2785+ fg[PRELIGHT] = @selected_fg_color # Prelight
2786+ fg[ACTIVE] = @selected_fg_color # Bottom panel active text
2787+ fg[SELECTED] = @fg_color # Bottom panel selected window
2788 }
2789 #
2790 # PanelWidget (desktop) ##############################################
2791@@ -454,55 +418,59 @@
2792 #
2793 style "murrine-GtkMenu" = "murrine-GtkWidget"
2794 {
2795- bg[NORMAL] = shade(1.05, @bg_color) # drop down menu backbround
2796+ bg[NORMAL] = @bg_color # drop down menu backbround
2797
2798- xthickness = 0 # pads left/right menu drop down
2799- ythickness = 0 # pads top/bottom menu drop down
2800+ xthickness = 0 # pads left/right menu drop down
2801+ ythickness = 0 # pads top/bottom menu drop down
2802
2803 engine "murrine" {
2804- contrast = 1.0
2805- style = MURRINE
2806+ contrast = 1.0
2807+ profile = MURRINE
2808 }
2809 }
2810
2811 style "murrine-GtkMenuItem" = "murrine-GtkWidget"
2812 {
2813- bg[NORMAL] = shade(0.8, @bg_color) # menu separators in gFTP/Bluefish
2814- bg[SELECTED] = shade(0.5, @bg_color) # selected item background
2815-
2816- fg[NORMAL] = @fg_color # menu text!
2817- fg[PRELIGHT] = @selected_fg_color # menu text prelight!
2818-
2819- GtkMenuItem::toggle-spacing=10 # space between icon & text
2820- GtkMenuItem::horizontal-padding=6 # space between left border & icon
2821- GtkMenuItem::arrow-scaling=.5 # size of submenu arrow
2822-
2823- xthickness = 0
2824- ythickness = 5
2825+ bg[NORMAL] = shade(0.95, @bg_color) # menu separators in gFTP/Bluefish
2826+ bg[SELECTED] = shade(0.95, @bg_color) # selected item background
2827+
2828+ fg[NORMAL] = @fg_color # menu text!
2829+ fg[PRELIGHT] = "#CC3300" # menu text prelight! (orange)
2830+
2831+ GtkMenuItem::toggle-spacing=10 # space between icon & text
2832+ GtkMenuItem::horizontal-padding=6 # space between left border & icon
2833+ GtkMenuItem::arrow-scaling=.5 # size of submenu arrow
2834+
2835+ xthickness = 0
2836+ ythickness = 5
2837
2838 engine "murrine"{
2839- roundness = 0
2840- gradient_shades = {1.2,1.0,1.0,0.95}
2841- style = MURRINE
2842+ contrast = 0.50
2843+ highlight_shade = 1.02
2844+ glowstyle = 4
2845+ glow_shade = 1.10
2846+ gradient_shades = { 0.98,1.01,1.01,0.98 }
2847+ profile = MURRINE
2848+ roundness = 0
2849 }
2850 }
2851
2852 style "murrine-GtkMenubar"
2853 {
2854- bg[NORMAL] = @bg_color # panel background
2855-
2856- fg[NORMAL] = @text_color # default panel text !
2857- fg[PRELIGHT] = @selected_fg_color # text after dropdown menu
2858+ bg[NORMAL] = @bg_color # panel background
2859+ fg[NORMAL] = @text_color # default panel text !
2860+ fg[PRELIGHT] = @selected_fg_color # text after dropdown menu
2861
2862 engine "murrine"{
2863 gradient_shades = {2.0,1.0,1.0,0.97}
2864 contrast = 2.0
2865+ profile = MURRINE
2866 }
2867 }
2868
2869 style "murrine-GtkSeparatorMenuItem"
2870 {
2871- bg[NORMAL] = shade(1.1, @bg_color) # line color
2872+ bg[NORMAL] = shade(0.95, @bg_color) # line color (keep ratio between panel background)
2873
2874 GtkSeparatorMenuItem::horizontal-padding = 3
2875 GtkWidget::wide-separators = 1
2876@@ -515,16 +483,18 @@
2877
2878 style "murrine-PanelGtkMenubar"
2879 {
2880- bg[NORMAL] = shade(0.80, @bg_color) # panel background color (matches metacity)
2881- bg[SELECTED] = shade(0.90, @bg_color) # selected panel menu item background color
2882+ bg[NORMAL] = shade(0.10, @bg_color) # top panel menu background color (matches panel)
2883+ bg[SELECTED] = shade(0.40, @bg_color) # selected item background
2884+ fg[NORMAL] = @selected_fg_color # default panel text !
2885+ fg[PRELIGHT] = @selected_fg_color # text after dropdown menu
2886
2887- fg[NORMAL] = @text_color # default panel text !
2888- fg[PRELIGHT] = shade(0.55, mix(0.70, @fg_color, @selected_fg_color)) # text after dropdown menu
2889+ font_name = "Bold"
2890
2891 engine "murrine"{
2892+ contrast = 2.0
2893 gradient_shades = {1.0,1.0,1.0,0.97}
2894- roundness = 0
2895- contrast = 0.0
2896+ roundness = 3
2897+ profile = MURRINE
2898 }
2899 }
2900
2901@@ -543,9 +513,9 @@
2902
2903 style "murrine-GtkTreeView-header" = "murrine-GtkWidget"
2904 {
2905- bg[NORMAL] = shade(0.9, @bg_color)
2906- bg[PRELIGHT] = shade(1.0, @bg_color)
2907- bg[ACTIVE] = shade(0.8, @bg_color)
2908+ bg[NORMAL] = shade(0.9, @bg_color)
2909+ bg[PRELIGHT] = shade(1.0, @bg_color)
2910+ bg[ACTIVE] = shade(0.8, @bg_color)
2911
2912 GtkWidget::focus-line-width = 0
2913
2914@@ -553,10 +523,10 @@
2915 ythickness = 1
2916
2917 engine "murrine" {
2918- gradient_shades = {1.25,1.1,1.1,1.2}
2919- style = MURRINE
2920- contrast = 0.5
2921- glazestyle = 1
2922+ gradient_shades = {1.25,1.1,1.1,1.2}
2923+ profile = MURRINE
2924+ contrast = 0.5
2925+ glazestyle = 1
2926 listviewheaderstyle = 1
2927 }
2928 }
2929@@ -569,58 +539,25 @@
2930 #
2931 style "murrine-GtkCheckButton" = "murrine-GtkWidget"
2932 {
2933- bg[PRELIGHT] = shade (1.1, @bg_color) # prelight background
2934- bg[ACTIVE] = shade (1.2, @bg_color) # used by inkscape
2935- bg[SELECTED] = @selected_fg_color # [ ] selected background
2936- bg[INSENSITIVE] = shade (1.4, @bg_color) # used by inkscape
2937-
2938- fg[NORMAL] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
2939- fg[PRELIGHT] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
2940- fg[ACTIVE] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
2941-
2942- base[NORMAL] = @selected_fg_color # [ ] of unselected widget
2943-
2944- text[NORMAL] = @fg_color # Default check/radio symbol
2945- text[PRELIGHT] = shade (0.9, @selected_bg_color) # Prelight check/radio symbol
2946- text[ACTIVE] = @selected_bg_color # Active check/radio symbol
2947+ text[NORMAL] = @selected_fg_color
2948+ text[PRELIGHT] = @selected_fg_color
2949 }
2950
2951 style "murrine-GtkRadioButtonLabel"
2952 {
2953- fg[NORMAL] = shade(3.0, @text_color) # unchecked
2954- fg[ACTIVE] = @text_color # checked
2955- fg[PRELIGHT] = @text_color # text
2956-}
2957-
2958-style "murrine-GtkCheckMenuItem" = "murrine-GtkWidget"
2959-{
2960- bg[NORMAL] = @selected_fg_color # default [ ]
2961- bg[SELECTED] = shade(0.4, @bg_color) # selected [ ]
2962-
2963- fg[NORMAL] = @text_color # Default text
2964- fg[PRELIGHT] = @selected_fg_color # Prelight text
2965-
2966- base[NORMAL] = @base_color # symbol
2967-
2968- text[NORMAL] = @base_color # Default check/radio symbol
2969- text[PRELIGHT] = @base_color # Prelight check/radio symbol
2970-
2971- ythickness = 6
2972-
2973- engine "murrine"{
2974- gradient_shades = {1.3,1.0,1.0,1.1}
2975- contrast = 1.5
2976- style = MURRINE
2977- }
2978-}
2979+ fg[NORMAL] = shade(3.0, @text_color) # unchecked
2980+ fg[ACTIVE] = @text_color # checked
2981+ fg[PRELIGHT] = @text_color # text
2982+}
2983+
2984 #
2985 # Check/Radio Styles ##############################################
2986 # ######################################################################
2987
2988 style "murrine-GtkTooltips"
2989 {
2990- bg[NORMAL] = @tooltip_bg_color
2991- fg[NORMAL] = @tooltip_fg_color
2992+ bg[NORMAL] = @tooltip_bg_color
2993+ fg[NORMAL] = @tooltip_fg_color
2994
2995 xthickness = 4
2996 ythickness = 4
2997@@ -638,10 +575,9 @@
2998 #
2999 style "murrine-GtkProgressBar"
3000 {
3001- bg[SELECTED] = @selected_bg_color # Bar
3002-
3003- fg[NORMAL] = @fg_color # Text on trough
3004- fg[PRELIGHT] = @selected_fg_color # Text on bar
3005+ bg[SELECTED] = shade(0.85,@selected_bg_color) # Bar
3006+ fg[NORMAL] = @fg_color # Text on trough
3007+ fg[PRELIGHT] = @selected_fg_color # Text on bar
3008
3009 xthickness = 0
3010 ythickness = 0
3011@@ -649,7 +585,7 @@
3012 engine "murrine"
3013 {
3014 # contrast determines how much of the candy bar is visible
3015- contrast = 1.0
3016+ contrast = 1.2
3017 profile = MURRINE
3018 }
3019
3020@@ -657,13 +593,8 @@
3021
3022 # rhythmbox-GtkProgressBar style
3023 # ######################################################################
3024-style "rhythmbox-GtkProgressBar"
3025+style "rhythmbox-GtkProgressBar" = "murrine-GtkProgressBar"
3026 {
3027- bg[SELECTED] = @selected_bg_color # Bar
3028-
3029- fg[NORMAL] = @fg_color # Text on trough
3030- fg[PRELIGHT] = @selected_fg_color # Text on bar
3031-
3032 xthickness = 0
3033 ythickness = 6
3034
3035@@ -676,13 +607,8 @@
3036
3037 # mozilla-GtkProgressBar style
3038 # ######################################################################
3039-style "mozilla-GtkProgressBar"
3040+style "mozilla-GtkProgressBar" = "murrine-GtkProgressBar"
3041 {
3042- bg[SELECTED] = @selected_bg_color # Bar
3043-
3044- fg[NORMAL] = @fg_color # Text on trough
3045- fg[PRELIGHT] = @selected_fg_color # Text on bar
3046-
3047 xthickness = 0
3048 ythickness = 0
3049
3050@@ -701,9 +627,8 @@
3051 #
3052 style "murrine-GtkStatusbar"
3053 {
3054- bg[NORMAL] = @bg_color # background
3055-
3056- fg[NORMAL] = @text_color # text
3057+ bg[NORMAL] = @bg_color # background
3058+ fg[NORMAL] = @text_color # text
3059
3060 ythickness = 6
3061 xthickness = 4
3062@@ -712,7 +637,7 @@
3063 #glow_shade = 1.0
3064 #glazestyle = 3
3065 #gradient_shades = {1.15,1.07,1.0605,0.91}
3066- contrast = 0.80
3067+ #contrast = 0.80
3068 profile = MURRINE
3069 }
3070 }
3071@@ -727,21 +652,21 @@
3072
3073 style "murrine-GtkSpinButton"
3074 {
3075- bg[NORMAL] = shade (1.1, @bg_color)
3076- bg[INSENSITIVE] = shade (1.0, @bg_color)
3077-
3078- fg[NORMAL] = @fg_color # [^/v] controls
3079- fg[PRELIGHT] = @selected_bg_color # [^/v] controls
3080- fg[ACTIVE] = @selected_bg_color # [^/v] controls
3081- fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # [^/v] controls
3082-
3083- base[NORMAL] = @selected_fg_color # default combobox input
3084- base[ACTIVE] = @selected_bg_color # active input
3085- base[SELECTED] = @selected_bg_color # background selected
3086-
3087- text[NORMAL] = @text_color # default input text
3088- text[ACTIVE] = @selected_fg_color # active text
3089- text[SELECTED] = @text_color # selected input text
3090+ bg[NORMAL] = shade (1.1, @bg_color)
3091+ bg[INSENSITIVE] = shade (1.0, @bg_color)
3092+
3093+ fg[NORMAL] = @fg_color # [^/v] controls
3094+ fg[PRELIGHT] = @selected_bg_color # [^/v] controls
3095+ fg[ACTIVE] = @selected_bg_color # [^/v] controls
3096+ fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # [^/v] controls
3097+
3098+ base[NORMAL] = @selected_fg_color # default combobox input
3099+ base[ACTIVE] = @selected_bg_color # active input
3100+ base[SELECTED] = @selected_bg_color # background selected
3101+
3102+ text[NORMAL] = @text_color # default input text
3103+ text[ACTIVE] = @selected_fg_color # active text
3104+ text[SELECTED] = @text_color # selected input text
3105 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # dimmed input text
3106 }
3107
3108@@ -750,14 +675,14 @@
3109 #
3110 style "murrine-GtkScale"
3111 {
3112- bg[NORMAL] = shade (1.00, @bg_color)
3113- bg[PRELIGHT] = shade (1.20, @bg_color)
3114+ bg[NORMAL] = shade (1.00, @bg_color)
3115+ bg[PRELIGHT] = shade (1.20, @bg_color)
3116
3117- fg[NORMAL] = shade (0.80, @bg_color)
3118+ fg[NORMAL] = shade (0.80, @bg_color)
3119
3120 GtkScale::slider-length = 9
3121- GtkScale::slider-width = 15
3122- # required for svn136
3123+ GtkScale::slider-width = 15
3124+ # required for svn136 +
3125 GtkScale::trough-side-details = 1
3126
3127 engine "murrine"{
3128@@ -784,26 +709,40 @@
3129 #
3130 style "murrine-GtkScrollbar"
3131 {
3132- bg[NORMAL] = shade (1.15, @bg_color) # normal stepper
3133- bg[PRELIGHT] = shade (1.35, @bg_color) # prelight stepper
3134- bg[ACTIVE] = shade (1.20, @bg_color) # active stepper
3135- bg[SELECTED] = shade (0.75, @bg_color) # selected stepper
3136- bg[INSENSITIVE] = shade (0.98, @bg_color) # dimmed stepper
3137-
3138- #GtkScrollbar::fixed-slider-length = 1
3139- GtkScrollbar::has-backward-stepper = 0
3140- #GtkScrollbar::has-forward-stepper = 1
3141- GtkScrollbar::has-secondary-backward-stepper = 1
3142- #GtkScrollbar::has-secondary-forward-stepper = 1
3143+ bg[NORMAL] = shade (1.15, @bg_color) # normal stepper
3144+ bg[PRELIGHT] = shade (1.35, @bg_color) # prelight stepper
3145+ bg[ACTIVE] = shade (1.20, @bg_color) # active stepper
3146+ bg[SELECTED] = shade (0.75, @bg_color) # selected stepper
3147+ bg[INSENSITIVE] = shade (0.98, @bg_color) # dimmed stepper
3148+
3149+ bg[PRELIGHT] = shade (1.18, @bg_color) # prelight stepper
3150+ bg[ACTIVE] = shade (0.85, @bg_color) # active stepper
3151+ bg[SELECTED] = shade (0.40, @bg_color) # selected stepper
3152+ bg[INSENSITIVE] = @bg_color # dimmed stepper
3153+
3154+ #GtkScrollbar::fixed-slider-length = 1
3155+ GtkScrollbar::has-backward-stepper = 0
3156+ #GtkScrollbar::has-forward-stepper = 1
3157+ GtkScrollbar::has-secondary-backward-stepper = 1
3158+ #GtkScrollbar::has-secondary-forward-stepper = 1
3159 GtkScrollbar::min-slider-length = 30
3160 GtkScrollbar::trough-under-steppers = 1
3161
3162- engine "murrine"{
3163- roundness = 2
3164- contrast = 1.20
3165+ engine "murrine" {
3166+ colorize_scrollbar = TRUE
3167+ gradients = TRUE
3168+ contrast = 1.2
3169+ glazestyle = 0
3170 gradient_shades = {1.0, 1.05, 1.0, 0.88}
3171+ gradients = TRUE
3172+ highlight_shade = 1.0
3173+ lightborder_shade = 1.2
3174+ lightborderstyle = 1
3175+ scrollbarstyle = 0
3176+ roundness = 3
3177 profile = MURRINE
3178- }
3179+ }
3180+
3181 }
3182
3183 style "murrine-GtkHScrollbar" = "murrine-GtkScrollbar"
3184@@ -823,7 +762,7 @@
3185
3186 style "murrine-GtkFrameTitle" = "murrine-GtkFrame"
3187 {
3188- fg[NORMAL] = @text_color # Frame text
3189+ fg[NORMAL] = @text_color # Frame text
3190 }
3191
3192 style "murrine-nautilus-location"
3193@@ -833,7 +772,7 @@
3194
3195 style "murrine-GtkHSeparator"
3196 {
3197- bg[NORMAL] = shade(1.1, @bg_color) # line color
3198+ bg[NORMAL] = shade(1.1, @bg_color) # line color
3199
3200 xthickness = 1
3201 ythickness = 0
3202@@ -841,7 +780,7 @@
3203
3204 style "murrine-GtkVSeparator"
3205 {
3206- bg[NORMAL] = shade(1.1, @bg_color) # line color
3207+ bg[NORMAL] = shade(1.1, @bg_color) # line color
3208
3209 xthickness = 0
3210 ythickness = 1
3211@@ -851,35 +790,35 @@
3212 # ######################################################################
3213 style "nautilus-GtkWidget"
3214 {
3215- fg[NORMAL] = @text_color # Default
3216+ fg[NORMAL] = @text_color # Default
3217 }
3218
3219 # GtkEvolution style
3220 # ######################################################################
3221 style "evolution-GtkETree"
3222 {
3223- bg[ACTIVE] = mix(0.40, @selected_bg_color, @bg_color) # active list item
3224- bg[SELECTED] = @selected_bg_color # selected list item
3225+ bg[ACTIVE] = mix(0.40, @selected_bg_color, @bg_color) # active list item
3226+ bg[SELECTED] = @selected_bg_color # selected list item
3227
3228- fg[NORMAL] = @selected_fg_color # Default text
3229- fg[ACTIVE] = @text_color # Active text
3230- fg[SELECTED] = @selected_fg_color
3231- fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # Insensitive text
3232+ fg[NORMAL] = @selected_fg_color # Default text
3233+ fg[ACTIVE] = @text_color # Active text
3234+ fg[SELECTED] = @selected_fg_color
3235+ fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # Insensitive text
3236 }
3237
3238
3239 style "evolution-GtkECalendar"
3240 {
3241- bg[NORMAL] = mix(0.25, @selected_bg_color, @bg_color) # calendar title & frame
3242- bg[SELECTED] = shade(1.14, @bg_color) # border of today
3243-
3244- fg[NORMAL] = @text_color # days of week & month
3245-
3246- base[NORMAL] = @selected_fg_color # background
3247- base[ACTIVE] = shade(1.18, @bg_color) # background of today
3248- base[SELECTED] = @base_color # days of week title
3249-
3250- text[ACTIVE] = shade(0.50, @selected_bg_color) # days of week title
3251+ bg[NORMAL] = mix(0.25, @selected_bg_color, @bg_color) # calendar title & frame
3252+ bg[SELECTED] = shade(1.14, @bg_color) # border of today
3253+
3254+ fg[NORMAL] = @text_color # days of week & month
3255+
3256+ base[NORMAL] = @selected_fg_color # background
3257+ base[ACTIVE] = shade(1.18, @bg_color) # background of today
3258+ base[SELECTED] = @base_color # days of week title
3259+
3260+ text[ACTIVE] = shade(0.50, @selected_bg_color) # days of week title
3261 }
3262
3263 # Widget Hierarchy ##############################################
3264@@ -975,50 +914,48 @@
3265 #
3266 # http://library.gnome.org/devel/gtk/unstable/GtkDialog.html
3267 #
3268-widget_class "<GtkDialog>.*" style "murrine-GtkDialog"
3269+widget_class "<GtkDialog>.*" style "murrine-GtkDialog"
3270 widget_class "<GtkDialog>.*<GtkProgressBar>*" style "murrine-GtkProgressBar"
3271-widget_class "<GtkDialog>.*<GtkScrollbar>*" style "murrine-GtkScrollbar"
3272+widget_class "<GtkDialog>.*<GtkScrollbar>*" style "murrine-GtkScrollbar"
3273
3274 # Increase the x/ythickness in some widgets
3275-class "GtkRange" style "murrine-GtkWidget"
3276-class "GtkFrame" style "murrine-GtkFrame"
3277+class "GtkRange" style "murrine-GtkWidget"
3278+class "GtkFrame" style "murrine-GtkFrame"
3279
3280 # GtkHSeparator/GtkVSeparator
3281 #
3282 # http://library.gnome.org/devel/gtk/stable/GtkHSeparator.html
3283 # http://library.gnome.org/devel/gtk/stable/GtkVSeparator.html
3284 #
3285-# class "GtkSeparator" style "murrine-wide"
3286-class "GtkHSeparator" style "murrine-GtkHSeparator"
3287-class "GtkVSeparator" style "murrine-GtkVSeparator"
3288+class "GtkHSeparator" style "murrine-GtkHSeparator"
3289+class "GtkVSeparator" style "murrine-GtkVSeparator"
3290
3291-class "GtkEntry" style "murrine-wider"
3292+class "GtkEntry" style "murrine-wider"
3293
3294 # GtkStatusbar
3295 # The text of the status bar is formated by GtkFrame
3296 #
3297 # http://library.gnome.org/devel/gtk/stable/GtkStatusbar.html
3298 #
3299-widget_class "*<GtkStatusbar>*" style "murrine-GtkStatusbar"
3300+widget_class "*<GtkStatusbar>*" style "murrine-GtkStatusbar"
3301
3302 # GtkMenuBar
3303 #
3304 # http://library.gnome.org/devel/gtk/stable/GtkMenuBar.html
3305 #
3306-class "GtkMenuBar" style:highest "murrine-GtkMenubar"
3307+class "GtkMenuBar" style:highest "murrine-GtkMenubar"
3308
3309 # GtkToolbar
3310 #
3311 # http://library.gnome.org/devel/gtk/stable/GtkToolbar.html
3312 #
3313-class "GtkToolbar" style "murrine-GtkToolbar"
3314-widget_class "*<GtkToolbar>.*Button.*" style "murrine-GtkToolbarButton"
3315+class "GtkToolbar" style "murrine-GtkToolbar"
3316
3317 # GtkHandleBox
3318 #
3319 # http://library.gnome.org/devel/gtk/stable/GtkHandleBox.html
3320 #
3321-class "GtkHandleBox" style "murrine-GtkHandleBox"
3322+class "GtkHandleBox" style "murrine-GtkHandleBox"
3323
3324 # GtkSpinButton
3325 #
3326@@ -1030,98 +967,102 @@
3327 #
3328 # http://library.gnome.org/devel/gtk/stable/GtkScale.html
3329 #
3330-class "GtkScale" style "murrine-GtkScale"
3331+class "GtkScale" style "murrine-GtkScale"
3332
3333 # GtkScrollbar
3334 #
3335 # http://library.gnome.org/devel/gtk/stable/GtkScrollbar.html
3336 #
3337 # murrine solution
3338-class "GtkScrollbar" style "murrine-GtkScrollbar"
3339+class "GtkScrollbar" style "murrine-GtkScrollbar"
3340
3341 # GtkButton
3342 #
3343 # http://library.gnome.org/devel/gtk/unstable/GtkButton.html
3344 #
3345-class "GtkButton" style "murrine-GtkButton"
3346+#class "GtkButton" style "murrine-GtkButton"
3347+widget_class "*<GtkButton>" style "murrine-GtkButton"
3348+
3349+#widget class toolbar buttons
3350+widget_class "*<GtkToolbar>.*Button.*" style "murrine-GtkToolbarButton"
3351
3352 # GtkCheckButton/GtkRadioButton
3353 #
3354 # http://library.gnome.org/devel/gtk/unstable/GtkRadioButton.html
3355 # http://library.gnome.org/devel/gtk/stable/GtkCheckButton.html
3356 #
3357-class "GtkCheckButton" style "murrine-GtkCheckButton"
3358-class "GtkRadioButton" style "murrine-GtkCheckButton"
3359+class "GtkCheckButton" style "murrine-GtkCheckButton"
3360+class "GtkRadioButton" style "murrine-GtkCheckButton"
3361 widget_class "*.*<GtkRadioButton>*" style "murrine-GtkRadioButtonLabel"
3362 widget_class "*.*<GtkCheckButton>*" style "murrine-GtkRadioButtonLabel"
3363
3364 # apply theme elements to firefox
3365-widget "Mozilla*Button*" style "mozilla-GtkButton"
3366+#widget "Mozilla*Button*" style "mozilla-GtkButton"
3367
3368 # GtkNotebook
3369 #
3370 # http://library.gnome.org/devel/gtk/unstable/GtkNotebook.html
3371 #
3372-class "GtkNotebook" style "murrine-GtkNotebook"
3373-widget_class "*.*.GtkNotebook" style "murrine-GtkNotebook"
3374-widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-GtkNotebook"
3375-widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-GtkNotebook"
3376-widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-GtkNotebook"
3377+class "GtkNotebook" style "murrine-GtkNotebook"
3378+widget_class "*.*.GtkNotebook" style "murrine-GtkNotebook"
3379+widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-GtkNotebook"
3380+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-GtkNotebook"
3381+widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-GtkNotebook"
3382
3383 # GtkComboBoxEntry
3384 #
3385 # http://library.gnome.org/devel/gtk/stable/GtkComboBoxEntry.html
3386 #
3387-widget_class "*<GtkComboBoxEntry>*" style "murrine-GtkComboBoxEntry"
3388+widget_class "*<GtkComboBoxEntry>*" style "murrine-GtkComboBoxEntry"
3389
3390 # GtkCombo
3391 #
3392 # http://library.gnome.org/devel/gtk/unstable/GtkCombo.html
3393 #
3394-widget_class "*<GtkCombo>*" style "murrine-GtkComboBoxEntry"
3395+widget_class "*<GtkCombo>*" style "murrine-GtkComboBoxEntry"
3396
3397 # GtkMenu
3398 #
3399 # http://library.gnome.org/devel/gtk/stable/GtkMenu.html
3400 #
3401-widget_class "*<GtkMenu>*" style "murrine-GtkMenu"
3402+widget_class "*<GtkMenu>*" style "murrine-GtkMenu"
3403
3404 # GtkMenuItem / GtkSeparatorMenuItem
3405 #
3406 # http://library.gnome.org/devel/gtk/stable/GtkMenuItem.html
3407 # http://library.gnome.org/devel/gtk/stable/GtkSeparatorMenuItem.html
3408 #
3409-widget_class "*<GtkMenuItem>*" style "murrine-GtkMenuItem"
3410+widget_class "*<GtkMenuItem>*" style "murrine-GtkMenuItem"
3411 widget_class "*<GtkSeparatorMenuItem>*" style "murrine-GtkSeparatorMenuItem"
3412
3413 # GtkCheckMenuItem
3414 #
3415 # http://library.gnome.org/devel/gtk/unstable/GtkCheckMenuItem.html
3416 #
3417-widget_class "*<GtkCheckMenuItem>" style "murrine-GtkCheckMenuItem"
3418+widget_class "*<GtkCheckMenuItem>" style "murrine-GtkMenuItem"
3419
3420 # GtkFrame
3421 #
3422 # http://library.gnome.org/devel/gtk/stable/GtkFrame.html
3423 #
3424-widget_class "*<GtkFrame>" style "murrine-GtkFrame"
3425-widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-GtkFrameTitle"
3426+widget_class "*<GtkFrame>" style "murrine-GtkFrame"
3427+widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-GtkFrameTitle"
3428
3429 # GtkTreeView
3430 #
3431 # http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html
3432 #
3433-widget_class "*.<GtkTreeView>*" style "murrine-GtkTreeView"
3434-widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-GtkTreeView-header"
3435-widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-GtkTreeView-header"
3436-widget_class "*.<GtkList>.<GtkButton>" style "murrine-GtkTreeView-header"
3437-widget_class "*.<GtkCList>.<GtkButton>" style "murrine-GtkTreeView-header"
3438+widget_class "*.<GtkTreeView>*" style "murrine-GtkTreeView"
3439+widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-GtkTreeView-header"
3440+widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-GtkTreeView-header"
3441+widget_class "*.<GtkList>.<GtkButton>" style "murrine-GtkTreeView-header"
3442+widget_class "*.<GtkCList>.<GtkButton>" style "murrine-GtkTreeView-header"
3443
3444 # GtkProgressBar
3445 #
3446 # http://library.gnome.org/devel/gtk/stable/GtkProgressBar.html
3447 #
3448-class "GtkProgressBar" style "murrine-GtkProgressBar"
3449+class "GtkProgressBar" style "murrine-GtkProgressBar"
3450
3451 # This is a work around ;) By default the rhytmbox progress bar fills
3452 # the status area. IMO the bar displays better without a trough.
3453@@ -1129,14 +1070,14 @@
3454 widget "MozillaGtkWidget*GtkProgressBar*" style "mozilla-GtkProgressBar"
3455
3456 #Panel
3457-widget "*PanelWidget*" style "murrine-PanelWidget"
3458-widget "*PanelApplet*" style "murrine-PanelWidget"
3459+widget "*PanelWidget*" style "murrine-PanelWidget"
3460+widget "*PanelApplet*" style "murrine-PanelWidget"
3461 widget "*fast-user-switch*" style "murrine-PanelWidget" # Workaround for Fast User Switch applet
3462-class "PanelApp*" style "murrine-PanelWidget"
3463-class "PanelToplevel*" style "murrine-PanelWidget"
3464+class "PanelApp*" style "murrine-PanelWidget"
3465+class "PanelToplevel*" style "murrine-PanelWidget"
3466
3467 # The panel menubar
3468-widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-PanelGtkMenubar"
3469+widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-PanelGtkMenubar"
3470
3471 # The window of the tooltip is called "gtk-tooltip"
3472 widget "gtk-tooltip*" style "murrine-GtkTooltips"
3473@@ -1155,21 +1096,21 @@
3474 widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
3475
3476 # Workarounds for Evolution
3477-widget_class "*.ETable.ECanvas" style "murrine-GtkTreeView-header"
3478-widget_class "*.ETree.ECanvas" style "murrine-GtkTreeView-header"
3479-widget_class "*.ETree.*" style "evolution-GtkETree"
3480-widget_class "*.ECalendar" style "evolution-GtkECalendar"
3481+widget_class "*.ETable.ECanvas" style "murrine-GtkTreeView-header"
3482+widget_class "*.ETree.ECanvas" style "murrine-GtkTreeView-header"
3483+widget_class "*.ETree.*" style "evolution-GtkETree"
3484+widget_class "*.ECalendar" style "evolution-GtkECalendar"
3485
3486 # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
3487 style "murrine-text-is-fg-color-workaround"
3488 {
3489- text[NORMAL] = @fg_color
3490- text[PRELIGHT] = @fg_color
3491- text[SELECTED] = @selected_fg_color
3492- text[ACTIVE] = @fg_color
3493- text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
3494+ text[NORMAL] = @fg_color
3495+ text[PRELIGHT] = @fg_color
3496+ text[SELECTED] = @selected_fg_color
3497+ text[ACTIVE] = @fg_color
3498+ text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
3499 }
3500-widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
3501+widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
3502
3503 style "murrine-menuitem-text-is-fg-color-workaround"
3504 {
3505@@ -1186,10 +1127,10 @@
3506 # base color set.
3507 style "murrine-fg-is-text-color-workaround"
3508 {
3509- fg[NORMAL] = @text_color
3510- fg[PRELIGHT] = @text_color
3511- fg[ACTIVE] = @selected_fg_color
3512- fg[SELECTED] = @selected_fg_color
3513+ fg[NORMAL] = @text_color
3514+ fg[PRELIGHT] = @text_color
3515+ fg[ACTIVE] = @selected_fg_color
3516+ fg[SELECTED] = @selected_fg_color
3517 fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
3518 }
3519 widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
3520@@ -1216,7 +1157,7 @@
3521 }
3522 }
3523 widget "*RBSourceHeader*" style:highest "murrine-rhythmbox-header"
3524-widget "*swt*toolbar*" style "murrine-GtkWidget"
3525+widget "*swt*toolbar*" style "murrine-GtkWidget"
3526
3527 # RSC: Fix for CPU frequency applet
3528 style "applet-text" = "murrine-panel"
3529
3530=== added file 'Impression/gtk-2.0/panel-bg-dark.png'
3531Binary files Impression/gtk-2.0/panel-bg-dark.png 1970-01-01 00:00:00 +0000 and Impression/gtk-2.0/panel-bg-dark.png 2009-08-26 21:01:15 +0000 differ
3532=== removed file 'Impression/metacity-1/button_close_active.png'
3533Binary files Impression/metacity-1/button_close_active.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_close_active.png 1970-01-01 00:00:00 +0000 differ
3534=== removed file 'Impression/metacity-1/button_close_prelight.png'
3535Binary files Impression/metacity-1/button_close_prelight.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 differ
3536=== removed file 'Impression/metacity-1/button_insensitive.png'
3537Binary files Impression/metacity-1/button_insensitive.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_insensitive.png 1970-01-01 00:00:00 +0000 differ
3538=== removed file 'Impression/metacity-1/button_maximize_active.png'
3539Binary files Impression/metacity-1/button_maximize_active.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_maximize_active.png 1970-01-01 00:00:00 +0000 differ
3540=== removed file 'Impression/metacity-1/button_maximize_prelight.png'
3541Binary files Impression/metacity-1/button_maximize_prelight.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_maximize_prelight.png 1970-01-01 00:00:00 +0000 differ
3542=== removed file 'Impression/metacity-1/button_minimize_active.png'
3543Binary files Impression/metacity-1/button_minimize_active.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_minimize_active.png 1970-01-01 00:00:00 +0000 differ
3544=== removed file 'Impression/metacity-1/button_minimize_prelight.png'
3545Binary files Impression/metacity-1/button_minimize_prelight.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_minimize_prelight.png 1970-01-01 00:00:00 +0000 differ
3546=== removed file 'Impression/metacity-1/button_normal.png'
3547Binary files Impression/metacity-1/button_normal.png 2009-03-21 18:27:20 +0000 and Impression/metacity-1/button_normal.png 1970-01-01 00:00:00 +0000 differ
3548=== added file 'Impression/metacity-1/close_button_active.png'
3549Binary files Impression/metacity-1/close_button_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/close_button_active.png 2009-08-26 21:01:15 +0000 differ
3550=== added file 'Impression/metacity-1/close_button_normal.png'
3551Binary files Impression/metacity-1/close_button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/close_button_normal.png 2009-08-26 21:01:15 +0000 differ
3552=== added file 'Impression/metacity-1/close_button_prelight.png'
3553Binary files Impression/metacity-1/close_button_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/close_button_prelight.png 2009-08-26 21:01:15 +0000 differ
3554=== added file 'Impression/metacity-1/ins_button_normal.png'
3555Binary files Impression/metacity-1/ins_button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/ins_button_normal.png 2009-08-26 21:01:15 +0000 differ
3556=== added file 'Impression/metacity-1/max_button_active.png'
3557Binary files Impression/metacity-1/max_button_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/max_button_active.png 2009-08-26 21:01:15 +0000 differ
3558=== added file 'Impression/metacity-1/max_button_normal.png'
3559Binary files Impression/metacity-1/max_button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/max_button_normal.png 2009-08-26 21:01:15 +0000 differ
3560=== added file 'Impression/metacity-1/max_button_prelight.png'
3561Binary files Impression/metacity-1/max_button_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/max_button_prelight.png 2009-08-26 21:01:15 +0000 differ
3562=== modified file 'Impression/metacity-1/metacity-theme-1.xml' (properties changed: +x to -x)
3563--- Impression/metacity-1/metacity-theme-1.xml 2009-03-21 18:27:20 +0000
3564+++ Impression/metacity-1/metacity-theme-1.xml 2009-08-26 21:01:15 +0000
3565@@ -3,17 +3,18 @@
3566 <info>
3567 <name>Impression</name>
3568 <author>JohnBaer</author>
3569- <copyright>GNU GLP v2</copyright>
3570- <date>2009-09-04</date>
3571- <description>Human Impression Theme - 90315:1100</description>
3572+ <copyright>Creative Commons 3.0</copyright>
3573+ <date>2009-09-10</date>
3574+ <description>Human Impression build 90625-1</description>
3575+ <!-- Feel free to modify and share! -->
3576 </info>
3577
3578-<!-- default window frame -->
3579+<!-- focused window frame -->
3580
3581 <frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true" title_scale="medium">
3582 <distance name="left_width" value="3"/>
3583 <distance name="right_width" value="3"/>
3584- <distance name="bottom_height" value="6"/>
3585+ <distance name="bottom_height" value="10"/>
3586 <distance name="left_titlebar_edge" value="10"/>
3587 <distance name="right_titlebar_edge" value="6"/>
3588 <distance name="button_width" value="20"/>
3589@@ -24,27 +25,38 @@
3590 </frame_geometry>
3591
3592 <draw_ops name="frame-left-focused">
3593- <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="2" height="height"/>
3594+<!-- <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="2" height="height"/> -->
3595+ <rectangle color="shade/gtk:bg[NORMAL]/0.80" filled="true" x="0" y="0" width="2" height="height"/>
3596 </draw_ops>
3597
3598 <draw_ops name="frame-right-focused">
3599- <rectangle color="gtk:bg[NORMAL]" filled="true" x="width-2" y="0" width="2" height="height"/>
3600+<!-- <rectangle color="gtk:bg[NORMAL]" filled="true" x="width-2" y="0" width="2" height="height"/> -->
3601+ <rectangle color="shade/gtk:bg[NORMAL]/0.80" filled="true" x="width-2" y="0" width="2" height="height"/>
3602 </draw_ops>
3603
3604 <draw_ops name="frame-bottom-focused">
3605- <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
3606+ <gradient type="horizontal" x="0" y="0" width="width" height="height">
3607+ <color value="shade/gtk:bg[NORMAL]/0.15"/>
3608+ <color value="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.1"/>
3609+ <color value="shade/gtk:bg[NORMAL]/0.15"/>
3610+ </gradient>
3611 </draw_ops>
3612
3613 <draw_ops name="frame-left-unfocused">
3614- <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="0" y="0" width="2" height="height"/>
3615+ <rectangle color="shade/gtk:bg[NORMAL]/0.95" filled="true" x="0" y="0" width="2" height="height"/>
3616 </draw_ops>
3617
3618 <draw_ops name="frame-right-unfocused">
3619- <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="width-2" y="0" width="2" height="height"/>
3620+ <rectangle color="shade/gtk:bg[NORMAL]/0.95" filled="true" x="width-2" y="0" width="2" height="height"/>
3621 </draw_ops>
3622
3623 <draw_ops name="frame-bottom-unfocused">
3624- <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="0" y="0" width="width" height="height"/>
3625+<!-- <rectangle color="shade/gtk:bg[NORMAL]/0.95" filled="true" x="0" y="0" width="width" height="height"/> -->
3626+ <gradient type="horizontal" x="0" y="0" width="width" height="height">
3627+ <color value="shade/gtk:bg[NORMAL]/0.95"/>
3628+ <color value="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.1"/>
3629+ <color value="shade/gtk:bg[NORMAL]/0.95"/>
3630+ </gradient>
3631 </draw_ops>
3632
3633 <!-- maximized window frame -->
3634@@ -77,35 +89,34 @@
3635
3636 <draw_ops name="title">
3637 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
3638- <color value="shade/gtk:bg[NORMAL]/0.95"/>
3639- <color value="shade/gtk:bg[NORMAL]/0.85"/>
3640+ <color value="shade/gtk:bg[NORMAL]/0.15"/>
3641+ <color value="shade/gtk:bg[NORMAL]/0.25"/>
3642 </gradient>
3643 </draw_ops>
3644
3645 <draw_ops name="title-text-focused">
3646- <title color="gtk:text[NORMAL]" x="4" y="((height - title_height) / 2) `max` 0"/>
3647+ <title color="#dedede" x="4" y="((height - title_height) / 2) `max` 0"/>
3648 </draw_ops>
3649
3650 <!-- unfocused frame title -->
3651
3652 <draw_ops name="title-unfocused">
3653 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
3654- <color value="shade/gtk:bg[NORMAL]/0.90"/>
3655- <color value="shade/gtk:bg[NORMAL]/0.80"/>
3656+ <color value="shade/gtk:bg[NORMAL]/0.35"/>
3657+ <color value="shade/gtk:bg[NORMAL]/0.25"/>
3658 </gradient>
3659 </draw_ops>
3660
3661 <draw_ops name="title-text-unfocused">
3662- <title color="shade/gtk:text[NORMAL]/2.50" x="4" y="((height - title_height) / 2) `max` 0"/>
3663+ <title color="#cccccc" x="4" y="((height - title_height) / 2) `max` 0"/>
3664 </draw_ops>
3665
3666 <!-- focused maximized frame title -->
3667
3668 <draw_ops name="title-maximized">
3669 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
3670- <color value="gtk:bg[NORMAL]"/>
3671- <color value="gtk:bg[NORMAL]"/>
3672- <color value="shade/gtk:bg[NORMAL]/0.85"/>
3673+ <color value="shade/gtk:bg[NORMAL]/0.15"/>
3674+ <color value="shade/gtk:bg[NORMAL]/0.25"/>
3675 </gradient>
3676 </draw_ops>
3677
3678@@ -113,9 +124,8 @@
3679
3680 <draw_ops name="title-unfocused-maximized">
3681 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
3682- <color value="gtk:bg[NORMAL]"/>
3683- <color value="shade/gtk:bg[NORMAL]/0.97"/>
3684- <color value="shade/gtk:bg[NORMAL]/0.83"/>
3685+ <color value="shade/gtk:bg[NORMAL]/0.35"/>
3686+ <color value="shade/gtk:bg[NORMAL]/0.30"/>
3687 </gradient>
3688 </draw_ops>
3689
3690@@ -130,38 +140,48 @@
3691
3692 <!-- default buttons -->
3693
3694-<draw_ops name="button-normal">
3695- <image filename="button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
3696-</draw_ops>
3697-<draw_ops name="button-insensitive">
3698- <image filename="button_insensitive.png" x="0" y="0" width="object_width" height="object_height"/>
3699-</draw_ops>
3700-
3701-<!-- close buttons -->
3702-
3703-<draw_ops name="button-close-prelight">
3704- <image filename="button_close_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3705-</draw_ops>
3706-<draw_ops name="button-close-active">
3707- <image filename="button_close_active.png" x="0" y="0" width="object_width" height="object_height"/>
3708-</draw_ops>
3709-
3710-<!-- maximize buttons -->
3711-
3712-<draw_ops name="button-maximize-prelight">
3713- <image filename="button_maximize_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3714-</draw_ops>
3715-<draw_ops name="button-maximize-active">
3716- <image filename="button_maximize_active.png" x="0" y="0" width="object_width" height="object_height"/>
3717-</draw_ops>
3718-
3719-<!-- minimize buttons -->
3720-
3721-<draw_ops name="button-minimize-prelight">
3722- <image filename="button_minimize_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3723-</draw_ops>
3724-<draw_ops name="button-minimize-active">
3725- <image filename="button_minimize_active.png" x="0" y="0" width="object_width" height="object_height"/>
3726+<!-- *** insensitive windows *** -->
3727+<!-- ins buttons -->
3728+
3729+<draw_ops name="ins_button_normal">
3730+ <image filename="ins_button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
3731+</draw_ops>
3732+
3733+<!-- *** standard windows *** -->
3734+<!-- std close buttons -->
3735+
3736+<draw_ops name="close-button-normal">
3737+ <image filename="close_button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
3738+</draw_ops>
3739+<draw_ops name="close-button-prelight">
3740+ <image filename="close_button_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3741+</draw_ops>
3742+<draw_ops name="close-button-active">
3743+ <image filename="close_button_active.png" x="0" y="0" width="object_width" height="object_height"/>
3744+</draw_ops>
3745+
3746+<!-- std maximize buttons -->
3747+
3748+<draw_ops name="max-button-normal">
3749+ <image filename="max_button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
3750+</draw_ops>
3751+<draw_ops name="max-button-prelight">
3752+ <image filename="max_button_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3753+</draw_ops>
3754+<draw_ops name="max-button-active">
3755+ <image filename="max_button_active.png" x="0" y="0" width="object_width" height="object_height"/>
3756+</draw_ops>
3757+
3758+<!-- std minimize buttons -->
3759+
3760+<draw_ops name="min-button-normal">
3761+ <image filename="min_button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
3762+</draw_ops>
3763+<draw_ops name="min-button-prelight">
3764+ <image filename="min_button_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
3765+</draw_ops>
3766+<draw_ops name="min-button-active">
3767+ <image filename="min_button_active.png" x="0" y="0" width="object_width" height="object_height"/>
3768 </draw_ops>
3769
3770 <!-- menu icons -->
3771@@ -190,15 +210,15 @@
3772 <piece position="right_edge" draw_ops="frame-right-focused"/>
3773 <piece position="bottom_edge" draw_ops="frame-bottom-focused"/>
3774 <piece position="title" draw_ops="title-text-focused"/>
3775- <button function="close" state="normal" draw_ops="button-normal"/>
3776- <button function="close" state="prelight" draw_ops="button-close-prelight"/>
3777- <button function="close" state="pressed" draw_ops="button-close-active"/>
3778- <button function="minimize" state="normal" draw_ops="button-normal"/>
3779- <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
3780- <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
3781- <button function="maximize" state="normal" draw_ops="button-normal"/>
3782- <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
3783- <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
3784+ <button function="close" state="normal" draw_ops="close-button-normal"/>
3785+ <button function="close" state="prelight" draw_ops="close-button-prelight"/>
3786+ <button function="close" state="pressed" draw_ops="close-button-active"/>
3787+ <button function="minimize" state="normal" draw_ops="min-button-normal"/>
3788+ <button function="minimize" state="prelight" draw_ops="min-button-prelight"/>
3789+ <button function="minimize" state="pressed" draw_ops="min-button-active"/>
3790+ <button function="maximize" state="normal" draw_ops="max-button-normal"/>
3791+ <button function="maximize" state="prelight" draw_ops="max-button-prelight"/>
3792+ <button function="maximize" state="pressed" draw_ops="max-button-active"/>
3793 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
3794 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
3795 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
3796@@ -210,15 +230,15 @@
3797 <piece position="right_edge" draw_ops="frame-right-unfocused"/>
3798 <piece position="bottom_edge" draw_ops="frame-bottom-unfocused"/>
3799 <piece position="title" draw_ops="title-text-unfocused"/>
3800- <button function="close" state="normal" draw_ops="button-insensitive"/>
3801- <button function="close" state="prelight" draw_ops="button-close-prelight"/>
3802- <button function="close" state="pressed" draw_ops="button-close-active"/>
3803- <button function="minimize" state="normal" draw_ops="button-insensitive"/>
3804- <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
3805- <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
3806- <button function="maximize" state="normal" draw_ops="button-insensitive"/>
3807- <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
3808- <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
3809+ <button function="close" state="normal" draw_ops="ins_button_normal"/>
3810+ <button function="close" state="prelight" draw_ops="close-button-prelight"/>
3811+ <button function="close" state="pressed" draw_ops="close-button-active"/>
3812+ <button function="minimize" state="normal" draw_ops="ins_button_normal"/>
3813+ <button function="minimize" state="prelight" draw_ops="min-button-prelight"/>
3814+ <button function="minimize" state="pressed" draw_ops="min-button-active"/>
3815+ <button function="maximize" state="normal" draw_ops="ins_button_normal"/>
3816+ <button function="maximize" state="prelight" draw_ops="max-button-prelight"/>
3817+ <button function="maximize" state="pressed" draw_ops="max-button-active"/>
3818 <button function="menu" state="normal" draw_ops="button-menu-inactive"/>
3819 <button function="menu" state="prelight" draw_ops="button-menu-inactive-prelight"/>
3820 <button function="menu" state="pressed" draw_ops="button-menu-inactive"/>
3821@@ -232,15 +252,15 @@
3822 <piece position="right_edge" draw_ops="frame-right-focused"/>
3823 <piece position="bottom_edge" draw_ops="frame-bottom-maximized"/>
3824 <piece position="title" draw_ops="title-text-focused"/>
3825- <button function="close" state="normal" draw_ops="button-normal"/>
3826- <button function="close" state="prelight" draw_ops="button-close-prelight"/>
3827- <button function="close" state="pressed" draw_ops="button-close-active"/>
3828- <button function="minimize" state="normal" draw_ops="button-normal"/>
3829- <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
3830- <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
3831- <button function="maximize" state="normal" draw_ops="button-normal"/>
3832- <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
3833- <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
3834+ <button function="close" state="normal" draw_ops="max-button-normal"/>
3835+ <button function="close" state="prelight" draw_ops="close-button-prelight"/>
3836+ <button function="close" state="pressed" draw_ops="close-button-active"/>
3837+ <button function="minimize" state="normal" draw_ops="max-button-normal"/>
3838+ <button function="minimize" state="prelight" draw_ops="min-button-prelight"/>
3839+ <button function="minimize" state="pressed" draw_ops="min-button-active"/>
3840+ <button function="maximize" state="normal" draw_ops="max-button-normal"/>
3841+ <button function="maximize" state="prelight" draw_ops="max-button-prelight"/>
3842+ <button function="maximize" state="pressed" draw_ops="max-button-active"/>
3843 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
3844 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
3845 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
3846@@ -252,15 +272,15 @@
3847 <piece position="right_edge" draw_ops="frame-right-focused"/>
3848 <piece position="bottom_edge" draw_ops="frame-bottom-maximized"/>
3849 <piece position="title" draw_ops="title-text-unfocused"/>
3850- <button function="close" state="normal" draw_ops="button-normal"/>
3851- <button function="close" state="prelight" draw_ops="button-close-prelight"/>
3852- <button function="close" state="pressed" draw_ops="button-close-active"/>
3853- <button function="minimize" state="normal" draw_ops="button-normal"/>
3854- <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
3855- <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
3856- <button function="maximize" state="normal" draw_ops="button-normal"/>
3857- <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
3858- <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
3859+ <button function="close" state="normal" draw_ops="close-button-normal"/>
3860+ <button function="close" state="prelight" draw_ops="close-button-prelight"/>
3861+ <button function="close" state="pressed" draw_ops="close-button-active"/>
3862+ <button function="minimize" state="normal" draw_ops="close-button-normal"/>
3863+ <button function="minimize" state="prelight" draw_ops="min-button-prelight"/>
3864+ <button function="minimize" state="pressed" draw_ops="min-button-active"/>
3865+ <button function="maximize" state="normal" draw_ops="close-button-normal"/>
3866+ <button function="maximize" state="prelight" draw_ops="max-button-prelight"/>
3867+ <button function="maximize" state="pressed" draw_ops="max-button-active"/>
3868 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
3869 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
3870 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
3871@@ -298,9 +318,9 @@
3872 <window type="utility" style_set="normal"/>
3873 <window type="border" style_set="normal"/>
3874
3875-<menu_icon function="close" state="normal" draw_ops="button-close-prelight"/>
3876-<menu_icon function="maximize" state="normal" draw_ops="button-maximize-prelight"/>
3877-<menu_icon function="unmaximize" state="normal" draw_ops="button-maximize-prelight"/>
3878-<menu_icon function="minimize" state="normal" draw_ops="button-minimize-prelight"/>
3879+<menu_icon function="close" state="normal" draw_ops="close-button-prelight"/>
3880+<menu_icon function="maximize" state="normal" draw_ops="max-button-prelight"/>
3881+<menu_icon function="unmaximize" state="normal" draw_ops="max-button-prelight"/>
3882+<menu_icon function="minimize" state="normal" draw_ops="min-button-prelight"/>
3883
3884 </metacity_theme>
3885
3886=== added file 'Impression/metacity-1/min_button_active.png'
3887Binary files Impression/metacity-1/min_button_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/min_button_active.png 2009-08-26 21:01:15 +0000 differ
3888=== added file 'Impression/metacity-1/min_button_normal.png'
3889Binary files Impression/metacity-1/min_button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/min_button_normal.png 2009-08-26 21:01:15 +0000 differ
3890=== added file 'Impression/metacity-1/min_button_prelight.png'
3891Binary files Impression/metacity-1/min_button_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/min_button_prelight.png 2009-08-26 21:01:15 +0000 differ
3892=== modified file 'Kin/gtk-2.0/gtkrc' (properties changed: +x to -x)
3893=== modified file 'Kin/metacity-1/bg-focused-dull.png' (properties changed: +x to -x)
3894=== modified file 'Kin/metacity-1/bg-focused.png' (properties changed: +x to -x)
3895=== modified file 'Kin/metacity-1/bg-unfocused.png' (properties changed: +x to -x)
3896=== modified file 'Kin/metacity-1/button-close-circle.png' (properties changed: +x to -x)
3897=== modified file 'Kin/metacity-1/button-close-cross.png' (properties changed: +x to -x)
3898=== modified file 'Kin/metacity-1/button-maximize.png' (properties changed: +x to -x)
3899=== modified file 'Kin/metacity-1/button-minimize.png' (properties changed: +x to -x)
3900=== modified file 'Kin/metacity-1/button-restore.png' (properties changed: +x to -x)
3901=== modified file 'Kin/metacity-1/metacity-theme-1.xml' (properties changed: +x to -x)
3902=== removed file 'NEWS'
3903=== removed file 'README'
3904=== added directory 'Turrican'
3905=== added directory 'Turrican/gtk-2.0'
3906=== added file 'Turrican/gtk-2.0/gtkrc'
3907--- Turrican/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
3908+++ Turrican/gtk-2.0/gtkrc 2009-08-25 18:05:33 +0000
3909@@ -0,0 +1,414 @@
3910+# Turrican by Lucazade
3911+
3912+gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#FFA443\nselected_fg_color:#000000\ntext_color:#000000\nbg_color:#C7C7C7\ntooltip_bg_color:#C9DEED"
3913+# Please keep this gtkrc in sync with the other ones from Murrine based themes.
3914+
3915+style "default" {
3916+ xthickness = 1
3917+ ythickness = 1
3918+
3919+ #######################
3920+ # Style Properties
3921+ #######################
3922+ GtkButton::child-displacement-x = 1
3923+ GtkButton::child-displacement-y = 1
3924+ GtkButton::default-border = { 0, 0, 0, 0 }
3925+
3926+ GtkCheckButton::indicator-size = 14
3927+
3928+ GtkPaned::handle-size = 6
3929+
3930+ GtkRange::trough-border = 0
3931+ GtkRange::slider-width = 15
3932+ GtkRange::stepper-size = 15
3933+ #GtkRange::trough-under-steppers = 0
3934+
3935+ GtkScale::trough-border = 0
3936+ GtkScale::slider-length = 18
3937+ GtkScale::trough-side-details = 1
3938+
3939+ GtkScrollbar::min-slider-length = 30
3940+ GtkMenuBar::internal-padding = 0
3941+ GtkExpander::expander-size = 16
3942+ GtkToolbar::internal-padding = 0
3943+ GtkTreeView::expander-size = 14
3944+ GtkTreeView::vertical-separator = 0
3945+
3946+ GtkMenu::horizontal-padding = 0
3947+ GtkMenu::vertical-padding = 0
3948+
3949+ GtkMenuBar::shadow_type = GTK_SHADOW_NONE
3950+ GtkToolbar::shadow_type = GTK_SHADOW_NONE
3951+
3952+ WnckTasklist::fade-overlay-rect = 0
3953+ # The following line hints to gecko (and possibly other appliations)
3954+ # that the entry should be drawn transparently on the canvas.
3955+ # Without this, gecko will fill in the background of the entry.
3956+ GtkEntry::honors-transparent-bg-hint = 1
3957+
3958+ ####################
3959+ # Color Definitions
3960+ ####################
3961+ bg[NORMAL] = @bg_color
3962+ bg[PRELIGHT] = shade (1.02, @bg_color)
3963+ bg[SELECTED] = @selected_bg_color
3964+ bg[INSENSITIVE] = @bg_color
3965+ bg[ACTIVE] = shade (0.9, @bg_color)
3966+
3967+ fg[NORMAL] = @fg_color
3968+ fg[PRELIGHT] = @fg_color
3969+ fg[SELECTED] = @selected_fg_color
3970+ fg[INSENSITIVE] = darker (@bg_color)
3971+ fg[ACTIVE] = @fg_color
3972+
3973+ text[NORMAL] = @text_color
3974+ text[PRELIGHT] = @text_color
3975+ text[SELECTED] = @selected_fg_color
3976+ text[INSENSITIVE] = darker (@bg_color)
3977+ text[ACTIVE] = @selected_fg_color
3978+
3979+ base[NORMAL] = @base_color
3980+ base[PRELIGHT] = shade (0.98, @bg_color)
3981+ base[SELECTED] = @selected_bg_color
3982+ base[INSENSITIVE] = @bg_color
3983+ base[ACTIVE] = shade (0.96, @selected_bg_color)
3984+
3985+ engine "murrine" {
3986+ #options
3987+ animation = TRUE
3988+ colorize_scrollbar = FALSE
3989+ contrast = 0.87
3990+ glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
3991+ glow_shade = 1.0
3992+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
3993+ gradient_shades = {1.15,1.08,1.07,1.02}
3994+ gradients = TRUE
3995+ highlight_shade = 1.0
3996+ lightborder_shade = 1.12
3997+ lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
3998+ listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
3999+ listviewstyle = 1 # 0 = nothing, 1 = dotted
4000+ menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
4001+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
4002+ menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
4003+ menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
4004+ progressbarstyle = 0 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
4005+ reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
4006+ rgba = FALSE
4007+ roundness = 2
4008+ scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
4009+ sliderstyle = 1 # 0 = nothing added, 1 = handles
4010+ stepperstyle = 0 # 0 = standard, 1 = integrated stepper handles
4011+ toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
4012+ }
4013+}
4014+
4015+style "wide" {
4016+ xthickness = 2
4017+ ythickness = 2
4018+}
4019+
4020+style "wider" {
4021+ xthickness = 3
4022+ ythickness = 3
4023+}
4024+
4025+style "spinbutton" {
4026+}
4027+
4028+style "scale" {
4029+ ythickness = 3
4030+
4031+ bg[NORMAL] = shade (1.04, @bg_color)
4032+ bg[PRELIGHT] = shade (1.05, @bg_color)
4033+ bg[SELECTED] = shade (1.07, @selected_bg_color)
4034+}
4035+
4036+style "vscale" {
4037+}
4038+
4039+style "hscale" {
4040+}
4041+
4042+style "scrollbar" {
4043+ xthickness = 2
4044+ ythickness = 2
4045+
4046+ bg[NORMAL] = shade (1.04, @bg_color)
4047+ bg[PRELIGHT] = shade (1.05, @bg_color)
4048+}
4049+
4050+style "hscrollbar" {
4051+}
4052+
4053+style "vscrollbar" {
4054+}
4055+
4056+style "notebook_bg" {
4057+ bg[NORMAL] = shade (1.08, @bg_color)
4058+ bg[ACTIVE] = shade (0.97, @bg_color)
4059+}
4060+
4061+style "button" {
4062+ xthickness = 3
4063+ ythickness = 3
4064+
4065+ bg[NORMAL] = shade (1.04, @bg_color)
4066+ bg[PRELIGHT] = shade (1.05, @bg_color)
4067+ bg[ACTIVE] = shade (0.94, @bg_color)
4068+ bg[INSENSITIVE] = shade (1.0, @bg_color)
4069+}
4070+
4071+# The color is changed by the notebook_bg style, this style
4072+# changes the x/ythickness
4073+style "notebook" {
4074+ xthickness = 3
4075+ ythickness = 3
4076+}
4077+
4078+style "statusbar" {
4079+}
4080+
4081+style "comboboxentry" {
4082+}
4083+
4084+style "menubar" {
4085+}
4086+
4087+style "menu" {
4088+ xthickness = 0
4089+ ythickness = 0
4090+
4091+ bg[NORMAL] = shade (1.28, @bg_color)
4092+}
4093+
4094+style "menu_item" {
4095+ xthickness = 2
4096+ ythickness = 3
4097+
4098+ bg[PRELIGHT] = shade (1.0, @selected_bg_color)
4099+ bg[SELECTED] = shade (1.0, @selected_bg_color)
4100+ fg[PRELIGHT] = @selected_fg_color
4101+
4102+ engine "murrine" {
4103+ lightborder_shade = 1.25
4104+ lightborderstyle = 1
4105+ roundness = 0
4106+ }
4107+}
4108+
4109+# This style is there to modify the separator menu items. The goals are:
4110+# 1. Get a specific height.
4111+# 2. The line should go to the edges (ie. no border at the left/right)
4112+style "separator_menu_item" {
4113+ xthickness = 1
4114+ ythickness = 0
4115+
4116+ GtkSeparatorMenuItem::horizontal-padding = 0
4117+ GtkWidget::wide-separators = 1
4118+ GtkWidget::separator-width = 1
4119+ GtkWidget::separator-height = 7
4120+}
4121+
4122+style "frame_title" {
4123+ fg[NORMAL] = lighter (@fg_color)
4124+}
4125+
4126+style "treeview" {
4127+ engine "murrine" {
4128+ roundness = 0
4129+ }
4130+}
4131+
4132+# The almost useless progress bar style
4133+style "progressbar" {
4134+ xthickness = 0
4135+ ythickness = 0
4136+
4137+ bg[PRELIGHT] = shade (1.03, @selected_bg_color)
4138+ fg[PRELIGHT] = @selected_fg_color
4139+
4140+ engine "murrine" {
4141+ lightborder_shade = 1.25
4142+ lightborderstyle = 1
4143+ }
4144+}
4145+
4146+style "progressbar_menu_item" = "progressbar" {
4147+ engine "murrine" {
4148+ roundness = 0
4149+ }
4150+}
4151+
4152+# This style is based on the default style, so that the colors from the button
4153+# style are overriden again.
4154+style "treeview_header" = "default" {
4155+ xthickness = 2
4156+ ythickness = 1
4157+
4158+ bg[NORMAL] = shade (1.04, @bg_color)
4159+ bg[PRELIGHT] = shade (1.05, @bg_color)
4160+}
4161+
4162+style "tooltips" {
4163+ xthickness = 4
4164+ ythickness = 4
4165+
4166+ bg[NORMAL] = @tooltip_bg_color
4167+ fg[NORMAL] = @tooltip_fg_color
4168+}
4169+
4170+style "nautilus_location" {
4171+ bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
4172+}
4173+
4174+style "calendar" {
4175+ engine "murrine" {
4176+ roundness = 0
4177+ }
4178+}
4179+
4180+style "radiocheck" {
4181+ text[NORMAL] = @selected_fg_color
4182+ text[PRELIGHT] = @selected_fg_color
4183+}
4184+
4185+style "firefox" {
4186+ engine "murrine" {
4187+ toolbarstyle = 0
4188+ }
4189+}
4190+
4191+# Wrokaroudn style for places where the text color is used instead of the fg color.
4192+style "text_is_fg_color_workaround" {
4193+ text[NORMAL] = @fg_color
4194+ text[PRELIGHT] = @fg_color
4195+ text[SELECTED] = @selected_fg_color
4196+ text[ACTIVE] = @fg_color
4197+ text[INSENSITIVE] = darker (@bg_color)
4198+}
4199+
4200+# Workaround style for menus where the text color is used instead of the fg color.
4201+style "menuitem_text_is_fg_color_workaround" {
4202+ text[NORMAL] = @fg_color
4203+ text[PRELIGHT] = @selected_fg_color
4204+ text[SELECTED] = @selected_fg_color
4205+ text[ACTIVE] = @fg_color
4206+ text[INSENSITIVE] = darker (@bg_color)
4207+}
4208+
4209+# Workaround style for places where the fg color is used instead of the text color.
4210+style "fg_is_text_color_workaround" {
4211+ fg[NORMAL] = @text_color
4212+ fg[PRELIGHT] = @text_color
4213+ fg[SELECTED] = @selected_fg_color
4214+ fg[ACTIVE] = @selected_fg_color
4215+ fg[INSENSITIVE] = darker (@bg_color)
4216+}
4217+
4218+# Style to set the toolbar to use a flat style. This is because the "New" button in
4219+# Evolution is not drawn transparent. So if there is a gradient in the background it will
4220+# look really wrong.
4221+# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
4222+style "evo_new_button_workaround" {
4223+}
4224+
4225+
4226+###############################################################################
4227+# The following part of the gtkrc applies the different styles to the widgets.
4228+###############################################################################
4229+
4230+# The default style is applied to every widget
4231+class "GtkWidget" style "default"
4232+
4233+class "GtkSeparator" style "wide"
4234+class "GtkFrame" style "wide"
4235+class "GtkCalendar" style "wide"
4236+class "GtkEntry" style "wider"
4237+
4238+class "GtkSpinButton" style "spinbutton"
4239+class "GtkScale" style "scale"
4240+class "GtkVScale" style "vscale"
4241+class "GtkHScale" style "hscale"
4242+class "GtkScrollbar" style "scrollbar"
4243+class "GtkHScrollbar" style "hscrollbar"
4244+class "GtkVScrollbar" style "vscrollbar"
4245+class "GtkCalendar" style "calendar"
4246+class "GtkRadio*" style "radiocheck"
4247+class "GtkCheck*" style "radiocheck"
4248+
4249+# General matching follows. The order is choosen so that the right styles override
4250+# each other. EG. progressbar needs to be more important than the menu match.
4251+widget_class "*<GtkNotebook>" style "notebook_bg"
4252+# This is not perfect, it could be done better.
4253+# (That is modify *every* widget in the notebook, and change those back that
4254+# we really don't want changed)
4255+widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
4256+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
4257+widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
4258+
4259+widget_class "*<GtkButton>" style "button"
4260+widget_class "*<GtkNotebook>" style "notebook"
4261+widget_class "*<GtkStatusbar>*" style "statusbar"
4262+
4263+widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
4264+widget_class "*<GtkCombo>*" style "comboboxentry"
4265+
4266+widget_class "*<GtkMenuBar>*" style "menubar"
4267+widget_class "*<GtkMenu>*" style "menu"
4268+widget_class "*<GtkMenuItem>*" style "menu_item"
4269+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
4270+
4271+widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
4272+widget_class "*.<GtkTreeView>*" style "treeview"
4273+
4274+widget_class "*<GtkProgress>" style "progressbar"
4275+widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
4276+
4277+# Treeview headers (and similar stock GTK+ widgets)
4278+widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
4279+widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
4280+widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
4281+widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
4282+
4283+widget_class "*Firefox*" style "firefox"
4284+
4285+# The window of the tooltip is called "gtk-tooltip"
4286+##################################################################
4287+# FIXME:
4288+# This will not work if one embeds eg. a button into the tooltip.
4289+# As far as I can tell right now we will need to rework the theme
4290+# quite a bit to get this working correctly.
4291+# (It will involve setting different priorities, etc.)
4292+##################################################################
4293+widget "gtk-tooltip*" style "tooltips"
4294+
4295+##########################################################################
4296+# Following are special cases and workarounds for issues in applications.
4297+##########################################################################
4298+
4299+# Workaround for the evolution ETable (bug #527532)
4300+widget_class "*.ETable.ECanvas" style "treeview_header"
4301+# Workaround for the evolution ETree
4302+widget_class "*.ETree.ECanvas" style "treeview_header"
4303+
4304+# Special case the nautilus-extra-view-widget
4305+# ToDo: A more generic approach for all applications that have a widget like this.
4306+widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
4307+
4308+# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
4309+# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
4310+widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
4311+# This is the part of the workaround that fixes the menus
4312+widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
4313+
4314+# Work around the usage of GtkLabel inside GtkListItems to display text.
4315+# This breaks because the label is shown on a background that is based on the base color.
4316+widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
4317+# GtkCList also uses the fg color to draw text on top of the base colors.
4318+widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
4319+# Nautilus when renaming files, and maybe other places.
4320+widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
4321+
4322+# See the documentation of the style.
4323+widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
4324
4325=== added file 'Turrican/index.theme.in'
4326--- Turrican/index.theme.in 1970-01-01 00:00:00 +0000
4327+++ Turrican/index.theme.in 2009-08-25 18:05:33 +0000
4328@@ -0,0 +1,13 @@
4329+[Desktop Entry]
4330+Version=1.0
4331+Encoding=UTF-8
4332+Name=Turrican
4333+Type=X-GNOME-Metatheme
4334+Comment=Ubuntu theme
4335+Name[en_US]=Turrican
4336+
4337+[X-GNOME-Metatheme]
4338+GtkTheme=Turrican
4339+MetacityTheme=Turrican
4340+IconTheme=Human
4341+CursorTheme=default
4342
4343=== added directory 'Turrican/metacity-1'
4344=== added file 'Turrican/metacity-1/icon_close.png'
4345Binary files Turrican/metacity-1/icon_close.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_close.png 2009-08-25 18:05:33 +0000 differ
4346=== added file 'Turrican/metacity-1/icon_close_u.png'
4347Binary files Turrican/metacity-1/icon_close_u.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_close_u.png 2009-08-25 18:05:33 +0000 differ
4348=== added file 'Turrican/metacity-1/icon_maximize.png'
4349Binary files Turrican/metacity-1/icon_maximize.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_maximize.png 2009-08-25 18:05:33 +0000 differ
4350=== added file 'Turrican/metacity-1/icon_maximize_u.png'
4351Binary files Turrican/metacity-1/icon_maximize_u.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_maximize_u.png 2009-08-25 18:05:33 +0000 differ
4352=== added file 'Turrican/metacity-1/icon_minimize.png'
4353Binary files Turrican/metacity-1/icon_minimize.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_minimize.png 2009-08-25 18:05:33 +0000 differ
4354=== added file 'Turrican/metacity-1/icon_minimize_u.png'
4355Binary files Turrican/metacity-1/icon_minimize_u.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_minimize_u.png 2009-08-25 18:05:33 +0000 differ
4356=== added file 'Turrican/metacity-1/icon_restore.png'
4357Binary files Turrican/metacity-1/icon_restore.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_restore.png 2009-08-25 18:05:33 +0000 differ
4358=== added file 'Turrican/metacity-1/icon_restore_u.png'
4359Binary files Turrican/metacity-1/icon_restore_u.png 1970-01-01 00:00:00 +0000 and Turrican/metacity-1/icon_restore_u.png 2009-08-25 18:05:33 +0000 differ
4360=== added file 'Turrican/metacity-1/metacity-theme-1.xml'
4361--- Turrican/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000
4362+++ Turrican/metacity-1/metacity-theme-1.xml 2009-08-25 18:05:33 +0000
4363@@ -0,0 +1,464 @@
4364+<?xml version="1.0"?>
4365+<!-- $Id: metacity-theme-1.xml,v 1.1 2005/08/01 18:39:07 thos Exp $ -->
4366+<metacity_theme>
4367+<info>
4368+ <name>Unified</name>
4369+ <author>Dobee</author>
4370+ <copyright>Dobee</copyright>
4371+ <date>Aug, 2009</date>
4372+ <description>A blended unified theme</description>
4373+</info>
4374+
4375+<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
4376+ <distance name="left_width" value="1"/>
4377+ <distance name="right_width" value="1"/>
4378+ <distance name="bottom_height" value="1"/>
4379+ <distance name="left_titlebar_edge" value="4"/>
4380+ <distance name="right_titlebar_edge" value="4"/>
4381+ <aspect_ratio name="button" value="1.0"/>
4382+ <distance name="title_vertical_pad" value="4"/>
4383+ <border name="title_border" left="2" right="2" top="1" bottom="2"/>
4384+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
4385+</frame_geometry>
4386+
4387+<frame_geometry name="shaded" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="true"/>
4388+
4389+<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
4390+ <!-- strip frame spacing off the normal geometry when maximised -->
4391+ <distance name="left_width" value="0"/>
4392+ <distance name="right_width" value="0"/>
4393+ <distance name="bottom_height" value="1"/>
4394+ <distance name="left_titlebar_edge" value="0"/>
4395+ <distance name="right_titlebar_edge" value="0"/>
4396+</frame_geometry>
4397+
4398+<frame_geometry name="utility" title_scale="small" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
4399+ <distance name="left_width" value="1"/>
4400+ <distance name="right_width" value="1"/>
4401+ <distance name="bottom_height" value="1"/>
4402+ <distance name="left_titlebar_edge" value="0"/>
4403+ <distance name="right_titlebar_edge" value="2"/>
4404+ <distance name="title_vertical_pad" value="4"/>
4405+ <border name="title_border" left="0" right="2" top="1" bottom="2"/>
4406+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
4407+ <aspect_ratio name="button" value="0.8"/>
4408+</frame_geometry>
4409+
4410+<frame_geometry name="border" has_title="false">
4411+ <distance name="left_width" value="1"/>
4412+ <distance name="right_width" value="1"/>
4413+ <distance name="bottom_height" value="1"/>
4414+ <distance name="left_titlebar_edge" value="0"/>
4415+ <distance name="right_titlebar_edge" value="0"/>
4416+ <distance name="button_width" value="0"/>
4417+ <distance name="button_height" value="0"/>
4418+ <distance name="title_vertical_pad" value="4"/>
4419+ <border name="title_border" left="0" right="0" top="0" bottom="0"/>
4420+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
4421+</frame_geometry>
4422+
4423+<!-- button minimum size -->
4424+<constant name="Bmin" value="7"/>
4425+<!-- button inside padding -->
4426+<constant name="Bpad" value="8"/>
4427+
4428+<draw_ops name="corners_outline_selected_top">
4429+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4430+</draw_ops>
4431+
4432+<draw_ops name="corners_outline_top">
4433+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4434+</draw_ops>
4435+
4436+<draw_ops name="corners_outline_selected_bottom">
4437+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4438+</draw_ops>
4439+<draw_ops name="corners_outline_bottom">
4440+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4441+</draw_ops>
4442+
4443+<draw_ops name="corners_hilight">
4444+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4445+</draw_ops>
4446+
4447+<draw_ops name="corners_hilight_shaded">
4448+ <line color="shade/gtk:bg[NORMAL]/0.35" x1="0" y1="0" x2="0" y2="0"/>
4449+</draw_ops>
4450+
4451+<draw_ops name="outer_frame">
4452+ <!-- background fill to fix theme manager rendering bugs -->
4453+ <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width-1" height="height-1"/>
4454+ <rectangle color="shade/gtk:bg[NORMAL]/0.45" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
4455+</draw_ops>
4456+
4457+<draw_ops name="title_background">
4458+ <tint color="#ffffff" alpha="0.45" x="1" y="1" width="width-2" height="1"/>
4459+ <tint color="#ffffff" alpha="0.15" x="1" y="1" width="width-2" height="9"/>
4460+ <gradient type="vertical" x="1" y="1" width="width-2" height="9" alpha="0.30">
4461+ <color value="#FFFFFF" />
4462+ <color value="shade/gtk:bg[NORMAL]/1.0"/>
4463+ </gradient>
4464+</draw_ops>
4465+
4466+<!-- ** title background with side borders ** -->
4467+<draw_ops name="title_background_full">
4468+ <include name="title_background"/>
4469+</draw_ops>
4470+
4471+<draw_ops name="title_background_unfocused">
4472+ <include name="title_background"/>
4473+</draw_ops>
4474+
4475+<draw_ops name="title_background_unfocused_full">
4476+ <include name="title_background"/>
4477+</draw_ops>
4478+
4479+<draw_ops name="bevel_maximized">
4480+ <include name="title_background"/>
4481+ <line color="gtk:dark[NORMAL]" x1="0" y1="height-1" x2="width" y2="height-1"/>
4482+</draw_ops>
4483+
4484+<draw_ops name="bevel_maximized_shaded">
4485+ <include name="title_background"/>
4486+ <line color="shade/gtk:bg[SELECTED]/0.25" x1="0" y1="height-1" x2="width" y2="height-1"/>
4487+</draw_ops>
4488+
4489+<draw_ops name="bevel_maximized_unfocused">
4490+ <include name="title_background_unfocused"/>
4491+ <line color="gtk:dark[NORMAL]" x1="0" y1="height-1" x2="width" y2="height-1"/>
4492+</draw_ops>
4493+
4494+<draw_ops name="bevel_maximized_unfocused_shaded">
4495+ <include name="title_background_unfocused"/>
4496+ <line color="shade/gtk:bg[NORMAL]/0.25" x1="0" y1="height-1" x2="width" y2="height-1"/>
4497+</draw_ops>
4498+
4499+<draw_ops name="bevel_unfocused">
4500+ <include name="outer_frame"/>
4501+ <include name="title_background_unfocused_full"/>
4502+</draw_ops>
4503+
4504+<draw_ops name="round_bevel_unfocused">
4505+ <include name="bevel_unfocused"/>
4506+ <include name="corners_outline_top"/>
4507+ <include name="corners_outline_bottom"/>
4508+ <include name="corners_hilight"/>
4509+</draw_ops>
4510+
4511+<draw_ops name="round_bevel_unfocused_shaded">
4512+ <include name="bevel_unfocused"/>
4513+ <include name="corners_outline_top"/>
4514+ <include name="corners_outline_bottom"/>
4515+ <include name="corners_hilight_shaded"/>
4516+ <line color="shade/gtk:bg[NORMAL]/0.25" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
4517+</draw_ops>
4518+
4519+<draw_ops name="bevel">
4520+ <include name="outer_frame"/>
4521+ <include name="title_background_full"/>
4522+</draw_ops>
4523+
4524+<draw_ops name="round_bevel">
4525+ <include name="bevel"/>
4526+ <include name="corners_outline_selected_top"/>
4527+ <include name="corners_outline_bottom"/>
4528+ <include name="corners_hilight"/>
4529+</draw_ops>
4530+
4531+<draw_ops name="bevel_shaded">
4532+ <include name="bevel"/>
4533+ <line color="shade/gtk:bg[SELECTED]/0.25" x1="0" y1="height-1" x2="width" y2="height-1"/>
4534+</draw_ops>
4535+
4536+<draw_ops name="round_bevel_shaded">
4537+ <include name="bevel"/>
4538+ <include name="corners_outline_selected_top"/>
4539+ <include name="corners_outline_selected_bottom"/>
4540+ <include name="corners_hilight_shaded"/>
4541+ <line color="shade/gtk:bg[SELECTED]/0.25" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
4542+</draw_ops>
4543+
4544+<draw_ops name="border">
4545+ <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
4546+ <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
4547+ <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
4548+ <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/>
4549+
4550+ <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false"
4551+ x="0" y="0"
4552+ width="width - 1"
4553+ height="height - 1"/>
4554+</draw_ops>
4555+
4556+<!-- ::: TITLES ::: -->
4557+<draw_ops name="title_text">
4558+ <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/1.2"
4559+ x="(3 `max` (width-title_width)) / 2"
4560+ y="((height - title_height) / 2) `max` 0"/>
4561+</draw_ops>
4562+
4563+<draw_ops name="title_text_unfocused">
4564+ <include name="title_text"/>
4565+</draw_ops>
4566+
4567+<draw_ops name="title">
4568+ <include name="title_text"/>
4569+</draw_ops>
4570+
4571+<draw_ops name="title_unfocused">
4572+ <include name="title_text"/>
4573+</draw_ops>
4574+
4575+<!-- ::: BUTTONS ::: -->
4576+
4577+<draw_ops name="menu_button_icon">
4578+ <icon x="(width-mini_icon_width)/2-2"
4579+ y="(height-mini_icon_height)/2+1"
4580+ width="mini_icon_width" height="mini_icon_height"/>
4581+</draw_ops>
4582+
4583+<draw_ops name="menu_button_normal">
4584+ <include name="menu_button_icon"/>
4585+</draw_ops>
4586+<draw_ops name="menu_button_pressed">
4587+ <include name="menu_button_icon"/>
4588+</draw_ops>
4589+<draw_ops name="menu_button_unfocused">
4590+ <include name="menu_button_icon"/>
4591+</draw_ops>
4592+
4593+<!-- ::: ICONS ::: -->
4594+<draw_ops name="close_button_icon">
4595+ <image filename="icon_close.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4596+</draw_ops>
4597+
4598+<draw_ops name="close_button_icon_unfocused">
4599+ <image filename="icon_close_u.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4600+</draw_ops>
4601+
4602+<draw_ops name="close_button_normal">
4603+ <include name="close_button_icon"/>
4604+</draw_ops>
4605+<draw_ops name="close_button_prelight">
4606+ <include name="close_button_icon"/>
4607+</draw_ops>
4608+<draw_ops name="close_button_pressed">
4609+ <include name="close_button_icon"/>
4610+</draw_ops>
4611+<draw_ops name="close_button_unfocused">
4612+ <include name="close_button_icon_unfocused"/>
4613+</draw_ops>
4614+<draw_ops name="close_button_unfocused_prelight">
4615+ <include name="close_button_icon_unfocused"/>
4616+</draw_ops>
4617+<draw_ops name="close_button_unfocused_pressed">
4618+ <include name="close_button_icon_unfocused"/>
4619+</draw_ops>
4620+
4621+<draw_ops name="maximize_button_icon">
4622+ <image filename="icon_maximize.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4623+</draw_ops>
4624+
4625+<draw_ops name="maximize_button_icon_unfocused">
4626+ <image filename="icon_maximize_u.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4627+</draw_ops>
4628+
4629+<draw_ops name="maximize_button_normal">
4630+ <include name="maximize_button_icon"/>
4631+</draw_ops>
4632+<draw_ops name="maximize_button_prelight">
4633+ <include name="maximize_button_icon"/>
4634+</draw_ops>
4635+<draw_ops name="maximize_button_pressed">
4636+ <include name="maximize_button_icon"/>
4637+</draw_ops>
4638+<draw_ops name="maximize_button_unfocused">
4639+ <include name="maximize_button_icon_unfocused"/>
4640+</draw_ops>
4641+<draw_ops name="maximize_button_unfocused_prelight">
4642+ <include name="maximize_button_icon_unfocused"/>
4643+</draw_ops>
4644+<draw_ops name="maximize_button_unfocused_pressed">
4645+ <include name="maximize_button_icon_unfocused"/>
4646+</draw_ops>
4647+
4648+<draw_ops name="restore_button_icon">
4649+ <image filename="icon_restore.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4650+</draw_ops>
4651+
4652+<draw_ops name="restore_button_icon_unfocused">
4653+ <image filename="icon_restore_u.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4654+</draw_ops>
4655+
4656+<draw_ops name="restore_button_normal">
4657+ <include name="restore_button_icon"/>
4658+</draw_ops>
4659+<draw_ops name="restore_button_prelight">
4660+ <include name="restore_button_icon"/>
4661+</draw_ops>
4662+<draw_ops name="restore_button_pressed">
4663+ <include name="restore_button_icon"/>
4664+</draw_ops>
4665+<draw_ops name="restore_button_unfocused">
4666+ <include name="restore_button_icon_unfocused"/>
4667+</draw_ops>
4668+<draw_ops name="restore_button_unfocused_prelight">
4669+ <include name="restore_button_icon_unfocused"/>
4670+</draw_ops>
4671+<draw_ops name="restore_button_unfocused_pressed">
4672+ <include name="restore_button_icon_unfocused"/>
4673+</draw_ops>
4674+
4675+<draw_ops name="minimize_button_icon">
4676+ <image filename="icon_minimize.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4677+</draw_ops>
4678+
4679+<draw_ops name="minimize_button_icon_unfocused">
4680+ <image filename="icon_minimize_u.png" x="(width-12)/2" y="(height-12)/2" width="15" height="15"/>
4681+</draw_ops>
4682+
4683+<draw_ops name="minimize_button_normal">
4684+ <include name="minimize_button_icon"/>
4685+</draw_ops>
4686+<draw_ops name="minimize_button_prelight">
4687+ <include name="minimize_button_icon"/>
4688+</draw_ops>
4689+<draw_ops name="minimize_button_pressed">
4690+ <include name="minimize_button_icon"/>
4691+</draw_ops>
4692+<draw_ops name="minimize_button_unfocused">
4693+ <include name="minimize_button_icon_unfocused"/>
4694+</draw_ops>
4695+<draw_ops name="minimize_button_unfocused_prelight">
4696+ <include name="minimize_button_icon_unfocused"/>
4697+</draw_ops>
4698+<draw_ops name="minimize_button_unfocused_pressed">
4699+ <include name="minimize_button_icon_unfocused"/>
4700+</draw_ops>
4701+
4702+<draw_ops name="blank">
4703+<!-- nothing -->
4704+</draw_ops>
4705+
4706+<frame_style name="normal" geometry="normal">
4707+ <piece position="entire_background" draw_ops="round_bevel_unfocused"/>
4708+ <piece position="title" draw_ops="title_unfocused"/>
4709+ <button function="close" state="normal" draw_ops="close_button_unfocused"/>
4710+ <button function="close" state="pressed" draw_ops="close_button_unfocused_pressed"/>
4711+ <button function="close" state="prelight" draw_ops="close_button_unfocused_prelight"/>
4712+ <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/>
4713+ <button function="maximize" state="pressed" draw_ops="maximize_button_unfocused_pressed"/>
4714+ <button function="maximize" state="prelight" draw_ops="maximize_button_unfocused_prelight"/>
4715+ <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
4716+ <button function="minimize" state="pressed" draw_ops="minimize_button_unfocused_pressed"/>
4717+ <button function="minimize" state="prelight" draw_ops="minimize_button_unfocused_prelight"/>
4718+ <button function="menu" state="normal" draw_ops="menu_button_normal"/>
4719+ <button function="menu" state="pressed" draw_ops="menu_button_pressed"/>
4720+</frame_style>
4721+
4722+<frame_style name="normal_shaded" geometry="shaded" parent="normal">
4723+ <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/>
4724+</frame_style>
4725+
4726+<frame_style name="focused" geometry="normal" parent="normal">
4727+ <piece position="entire_background" draw_ops="round_bevel"/>
4728+ <piece position="title" draw_ops="title"/>
4729+ <button function="close" state="normal" draw_ops="close_button_normal"/>
4730+ <button function="close" state="pressed" draw_ops="close_button_pressed"/>
4731+ <button function="close" state="prelight" draw_ops="close_button_prelight"/>
4732+ <button function="maximize" state="normal" draw_ops="maximize_button_normal"/>
4733+ <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
4734+ <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
4735+ <button function="minimize" state="normal" draw_ops="minimize_button_normal"/>
4736+ <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
4737+ <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
4738+</frame_style>
4739+
4740+<frame_style name="focused_shaded" geometry="shaded" parent="focused">
4741+ <piece position="entire_background" draw_ops="round_bevel_shaded"/>
4742+</frame_style>
4743+
4744+<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal">
4745+ <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/>
4746+ <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/>
4747+ <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/>
4748+ <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/>
4749+</frame_style>
4750+
4751+<frame_style name="normal_maximized_shaded" geometry="normal_maximized" parent="normal_maximized">
4752+ <piece position="entire_background" draw_ops="bevel_maximized_unfocused_shaded"/>
4753+</frame_style>
4754+
4755+<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused">
4756+ <piece position="entire_background" draw_ops="bevel_maximized"/>
4757+ <button function="maximize" state="normal" draw_ops="restore_button_normal"/>
4758+ <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
4759+ <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/>
4760+</frame_style>
4761+
4762+<frame_style name="focused_maximized_shaded" geometry="normal_maximized" parent="focused_maximized">
4763+ <piece position="entire_background" draw_ops="bevel_maximized_shaded"/>
4764+</frame_style>
4765+
4766+<frame_style name="border" geometry="border" parent="normal">
4767+ <piece position="entire_background" draw_ops="border"/>
4768+ <piece position="title" draw_ops="blank"/>
4769+</frame_style>
4770+
4771+<frame_style name="utility_normal" geometry="utility" parent="normal">
4772+ <piece position="entire_background" draw_ops="bevel_unfocused"/>
4773+</frame_style>
4774+<frame_style name="utility_focused" geometry="utility" parent="focused">
4775+ <piece position="entire_background" draw_ops="bevel"/>
4776+</frame_style>
4777+<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded">
4778+ <piece position="entire_background" draw_ops="bevel_shaded"/>
4779+</frame_style>
4780+
4781+<frame_style_set name="normal">
4782+ <frame focus="yes" state="normal" resize="both" style="focused"/>
4783+ <frame focus="no" state="normal" resize="both" style="normal"/>
4784+ <frame focus="yes" state="maximized" style="focused_maximized"/>
4785+ <frame focus="no" state="maximized" style="normal_maximized"/>
4786+ <frame focus="yes" state="shaded" style="focused_shaded"/>
4787+ <frame focus="no" state="shaded" style="normal_shaded"/>
4788+ <frame focus="yes" state="maximized_and_shaded" style="focused_maximized_shaded"/>
4789+ <frame focus="no" state="maximized_and_shaded" style="normal_maximized_shaded"/>
4790+</frame_style_set>
4791+
4792+<frame_style_set name="utility" parent="normal">
4793+<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
4794+<frame focus="no" state="normal" resize="both" style="utility_normal"/>
4795+<!-- this is a bunch of crack since utility windows shouldn't be maximized -->
4796+<frame focus="yes" state="maximized" style="focused"/>
4797+<frame focus="no" state="maximized" style="normal"/>
4798+<frame focus="yes" state="shaded" style="utility_focused_shaded"/>
4799+<frame focus="no" state="shaded" style="utility_normal"/>
4800+<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/>
4801+<frame focus="no" state="maximized_and_shaded" style="normal"/>
4802+</frame_style_set>
4803+
4804+<frame_style_set name="border">
4805+<frame focus="yes" state="normal" resize="both" style="border"/>
4806+<frame focus="no" state="normal" resize="both" style="border"/>
4807+<frame focus="yes" state="maximized" style="border"/>
4808+<frame focus="no" state="maximized" style="border"/>
4809+<frame focus="yes" state="shaded" style="border"/>
4810+<frame focus="no" state="shaded" style="border"/>
4811+<frame focus="yes" state="maximized_and_shaded" style="border"/>
4812+<frame focus="no" state="maximized_and_shaded" style="border"/>
4813+</frame_style_set>
4814+
4815+<window type="normal" style_set="normal"/>
4816+<window type="dialog" style_set="normal"/>
4817+<window type="modal_dialog" style_set="normal"/>
4818+<window type="menu" style_set="normal"/>
4819+<window type="utility" style_set="utility"/>
4820+<window type="border" style_set="border"/>
4821+
4822+<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/>
4823+<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/>
4824+<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/>
4825+<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/>
4826+
4827+</metacity_theme>
4828
4829=== added directory 'build/share/themes/Hanso'
4830=== added file 'build/share/themes/Hanso/index.theme'
4831--- build/share/themes/Hanso/index.theme 1970-01-01 00:00:00 +0000
4832+++ build/share/themes/Hanso/index.theme 2009-08-26 20:30:26 +0000
4833@@ -0,0 +1,13 @@
4834+[Desktop Entry]
4835+Name=Hanso
4836+Type=X-GNOME-Metatheme
4837+Comment=A new refreshing hybrid theme with deep rich brown color and a modern appeal while retaining usability.
4838+
4839+[X-GNOME-Metatheme]
4840+GtkTheme=Hanso
4841+MetacityTheme=Hanso
4842+IconTheme=Breathe
4843+GtkColorScheme=fg_color:#413829,bg_color:#FAF4E3,base_color:#fff,text_color:#261200,selected_bg_color:#99745A,selected_fg_color:#fff,tooltip_bg_color:#ebeab8,tooltip_fg_color:#261200
4844+CursorTheme=default
4845+CursorSize=18
4846+NotificationTheme=ubuntu
4847
4848=== added directory 'build/share/themes/Turrican'
4849=== added file 'build/share/themes/Turrican/index.theme'
4850--- build/share/themes/Turrican/index.theme 1970-01-01 00:00:00 +0000
4851+++ build/share/themes/Turrican/index.theme 2009-08-26 21:01:15 +0000
4852@@ -0,0 +1,13 @@
4853+[Desktop Entry]
4854+Version=1.0
4855+Encoding=UTF-8
4856+Name=Turrican
4857+Type=X-GNOME-Metatheme
4858+Comment=Ubuntu theme
4859+Name[en_US]=Turrican
4860+
4861+[X-GNOME-Metatheme]
4862+GtkTheme=Turrican
4863+MetacityTheme=Turrican
4864+IconTheme=Human
4865+CursorTheme=default
4866
4867=== modified file 'debian/changelog'
4868--- debian/changelog 2009-04-15 06:55:31 +0000
4869+++ debian/changelog 2009-08-27 01:36:41 +0000
4870@@ -1,3 +1,32 @@
4871+community-themes (0.15) karmic; urgency=low
4872+
4873+ * First artwork dump.
4874+ - Add Turrican theme.
4875+ - Add Hanso v0.3 theme.
4876+ - Update Impression to Build 90627-1
4877+ * Drop un-need files:
4878+ - ChangeLog, this is a native package. debian/changelog is enough.
4879+ - INSTALL seems to be a reminant of an old package. We don't use
4880+ ./configure && make && make install.
4881+ - NEWS and README are empty files.
4882+ * debian/copyright:
4883+ - Rewrite in machine-readable format.
4884+ - Update for new themes.
4885+ * debian/control:
4886+ - Add Vcs-Browser field.
4887+ - Bump Standards-Version to 3.8.3.
4888+ - Remove un-needed Conflicts, Replaces, and Provides fields.
4889+ - Fix description fields so the short description isn't the same
4890+ as the package's name and that the long description doesn't use
4891+ techno-bable like "gtk theme definitions."
4892+ - Add Homepage field.
4893+ - Add XS-Python-Version field.
4894+ - Update for new themes.
4895+ - Add dependency on Breathe for Hanso.
4896+ - Move python-distutils-extra to Build-Depends-Indep.
4897+
4898+ -- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Wed, 26 Aug 2009 21:35:24 -0400
4899+
4900 community-themes (0.14) jaunty; urgency=low
4901
4902 [ Andrew Starr-Bochicchio ]
4903
4904=== modified file 'debian/control'
4905--- debian/control 2009-03-21 18:31:56 +0000
4906+++ debian/control 2009-08-26 21:17:47 +0000
4907@@ -2,20 +2,28 @@
4908 Section: x11
4909 Priority: optional
4910 Maintainer: Ubuntu Artwork Team <ubuntu-art@lists.ubuntu.com>
4911-Build-Depends: debhelper (>= 5), cdbs, python-dev (>= 2.4), python-distutils-extra, python-central (>= 0.5)
4912-Standards-Version: 3.8.0
4913+Build-Depends: debhelper (>= 5),
4914+ cdbs,
4915+ python-dev (>= 2.4),
4916+ python-central (>= 0.5)
4917+Build-Depends-Indep: python-distutils-extra
4918+Standards-Version: 3.8.3
4919+XS-Python-Version: >= 2.4
4920+Homepage: https://wiki.ubuntu.com/Artwork/Documentation/CommunityThemes
4921 Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-art-pkg/community-themes/ubuntu/
4922+Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-art-pkg/community-themes/ubuntu/files/
4923
4924 Package: community-themes
4925 Architecture: all
4926-Section: x11
4927-Conflicts:
4928-Replaces:
4929-Provides: community-themes
4930-Depends: ${misc:Depends}, gtk2-engines-murrine
4931-Description: Community themes
4932- Themes made by the artwork community. At the moment the package contains
4933- - the gtk theme definitions
4934- - the metacity window decorations
4935+Depends: ${misc:Depends},
4936+ gtk2-engines-murrine,
4937+ breathe-icon-theme
4938+Description: desktop artwork by the Ubuntu community
4939+ This packages showcases desktop themes and window decorations
4940+ created by the Ubuntu artwork community.
4941 .
4942- It now includes 2 different community created themes; Kin and Impression
4943+ It currently includes four different themes:
4944+ - Kin
4945+ - Impression
4946+ - Hanso
4947+ - Turrican
4948
4949=== modified file 'debian/copyright'
4950--- debian/copyright 2009-03-21 18:27:20 +0000
4951+++ debian/copyright 2009-08-26 20:56:05 +0000
4952@@ -1,98 +1,91 @@
4953-This package was debianized by Kenneth Wimer <kwwii@ubuntu.com> on
4954-Thurs, 11 Sept 2008 14:04:12 -0100.
4955-
4956-Copyright:
4957- Kin Theme: (C) 2008 Ken Vermette and tonic
4958- Impression Theme: (C) 2009 j baer
4959-
4960-Authors:
4961- Kin Theme: Ken Vermette <vermette@gmail.com> and tonic <ghatanothoa@gmail.com>
4962- Impression Theme: j baer <baerjj@gmail.com>
4963-
4964-License:
4965-
4966-All themes included in this package are licensed under the Creative Commons Legal Code
4967-Attribution-ShareAlike 2.5
4968-
4969-CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
4970-LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
4971-ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
4972-INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
4973-REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
4974-DAMAGES RESULTING FROM ITS USE.
4975-
4976-License
4977-
4978-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
4979-CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
4980-PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE
4981-WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW
4982-IS PROHIBITED.
4983-
4984-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
4985-AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU
4986-THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
4987-TERMS AND CONDITIONS.
4988-
4989-1. Definitions
4990-
4991- 1. "Collective Work" means a work, such as a periodical issue,
4992- anthology or encyclopedia, in which the Work in its entirety in
4993- unmodified form, along with a number of other contributions,
4994- constituting separate and independent works in themselves, are
4995- assembled into a collective whole. A work that constitutes a
4996- Collective Work will not be considered a Derivative Work
4997- (as defined below) for the purposes of this License.
4998- 2. "Derivative Work" means a work based upon the Work or upon the
4999- Work and other pre-existing works, such as a translation, musical
5000- arrangement, dramatization, fictionalization, motion picture
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches