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
Kenneth Wimer Pending
Ubuntu Artwork Packagers Pending
Review via email: mp+5080@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Adding Impression and removing Dust and New Wave. No longer conflicts with gnome-themes-ubuntu

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed directory 'Dust'
=== removed directory 'Dust/gtk-2.0'
=== removed file 'Dust/gtk-2.0/blank.png'
0Binary files Dust/gtk-2.0/blank.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/blank.png 1970-01-01 00:00:00 +0000 differ0Binary files Dust/gtk-2.0/blank.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/blank.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/gtkrc'
--- Dust/gtk-2.0/gtkrc 2009-01-26 13:03:18 +0000
+++ Dust/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
@@ -1,745 +0,0 @@
1# Dust theme
2# by Rico Sta. Cruz and Ricardo (Kido) Mariano III
3
4# Set GtkSettings color scheme property.
5# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
6#gtk_color_scheme = "fg_color:#323232\nbg_color:#e4e0d8\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#996B5C\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
7gtk_color_scheme = "fg_color:#323232\nbg_color:#D9D4CC\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#996B5C\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
8
9include "scrollbars/scrollbar.rc"
10
11style "murrine-default"
12{
13 ########
14 # Style Properties
15 ########
16 GtkScrolledWindow ::scrollbar-spacing = 0
17 GtkScrolledWindow ::scrollbar-within-bevel = 0
18
19 GtkButton ::child-displacement-x = 1
20 GtkButton ::child-displacement-y = 1
21 GtkButton ::default-border = { 0, 0, 0, 0 }
22 GtkButton ::focus-padding = 0
23 GtkCheckButton ::indicator-size = 14
24
25 GtkPaned ::handle-size = 6
26
27 GtkRange ::trough-border = 0
28 GtkRange ::slider-width = 15
29 GtkRange ::stepper-size = 15
30
31 GtkScale ::slider-length = 20
32 GtkScale ::trough-side-details = 0 # 0 = thin slider, >0 = thick slider
33 GtkScrollbar ::min-slider-length = 30
34
35 GtkMenuBar ::internal-padding = 0
36 GtkExpander ::expander-size = 16
37 GtkToolbar ::internal-padding = 1
38 GtkTreeView ::expander-size = 14
39 GtkTreeView ::vertical-separator = 0
40
41 GtkMenu ::horizontal-padding = 0
42 GtkMenu ::vertical-padding = 0
43 WnckTasklist ::fade-overlay-rect = 0
44
45 xthickness = 1
46 ythickness = 1
47
48 fg[NORMAL] = @fg_color
49 fg[PRELIGHT] = @fg_color
50 fg[SELECTED] = @selected_fg_color
51 fg[ACTIVE] = @fg_color
52 fg[INSENSITIVE] = darker (@bg_color)
53
54 bg[NORMAL] = @bg_color
55 bg[PRELIGHT] = shade (1.02, @bg_color)
56 bg[SELECTED] = @selected_bg_color
57 bg[INSENSITIVE] = @bg_color
58 bg[ACTIVE] = shade (0.9, @bg_color)
59
60 base[NORMAL] = @base_color
61 base[PRELIGHT] = shade (0.95, @bg_color)
62 base[ACTIVE] = mix (0.7, @selected_bg_color, @bg_color)
63 base[SELECTED] = @selected_bg_color
64 base[INSENSITIVE] = @bg_color
65
66 text[NORMAL] = @text_color
67 text[PRELIGHT] = @text_color
68 text[ACTIVE] = @selected_fg_color
69 text[SELECTED] = @selected_fg_color
70 text[INSENSITIVE] = darker (@bg_color)
71
72 engine "murrine"
73 {
74 animation = TRUE # FALSE = disabled, TRUE = enabled
75 colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
76 contrast = 1.0 # 0.8 for less contrast, more than 1.0 for more contrast on borders
77 glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
78 gradient_shades = {1.1,1.0,1.0,0.87} # default: {1.1,1.0,1.0,1.1}
79 gradients = TRUE # FALSE = disabled, TRUE = enabled
80 highlight_ratio = 1.0 # set highlight amount for buttons or widgets
81 lightborder_ratio = 1.0 # sets lightborder amount for buttons or widgets
82 lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
83 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
84 listviewstyle = 0 # 0 = nothing, 1 = dotted
85 menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
86 menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
87 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
88 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
89 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
90 rgba = FALSE # FALSE = disabled, TRUE = enabled
91 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
92 scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
93 sliderstyle = 0 # 0 = nothing added, 1 = handles
94 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
95 style = MURRINE # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA
96 toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
97 }
98}
99
100style "murrine-wide"
101{
102 xthickness = 2
103 ythickness = 2
104}
105
106style "murrine-wider"
107{
108 xthickness = 3
109 ythickness = 3
110}
111
112style "murrine-dark"
113{
114 bg[NORMAL] = "#343330"
115 bg[SELECTED] = shade(0.9,@selected_bg_color)
116 bg[PRELIGHT] = shade (0.5, @selected_bg_color)
117 bg[ACTIVE] = mix (0.5, @selected_bg_color, "#343330")
118 bg[INSENSITIVE] = "#302F2C"
119
120
121 fg[NORMAL] = mix (0.7, '#ffffef', @fg_color)
122 fg[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)
123 fg[SELECTED] = mix (0.8, '#ffffef', @fg_color)
124 fg[ACTIVE] = mix (0.8, '#ffffef', @fg_color)
125 fg[INSENSITIVE] = mix (0.4, '#ffffef', @fg_color)
126}
127
128style "murrine-button" = "murrine-default"
129{
130 xthickness = 3
131 ythickness = 3
132
133 bg[NORMAL] = shade (1.2, @bg_color)
134 bg[PRELIGHT] = shade (0.9, @bg_color) #mix(0.82,shade (1.3, @bg_color),@selected_bg_color)
135 bg[ACTIVE] = shade (0.85, @bg_color)
136
137 # SZ07: button engine changed to clearlooks.
138 # Change back to murrine to get the old dotted focus ring.
139 engine "clearlooks" {
140 contrast = 1.0
141 radius = 2.0
142 style = GUMMY
143 reliefstyle = 1
144 }
145}
146
147style "murrine-toolbar" = "murrine-default"
148{
149 xthickness = 3
150 ythickness = 3
151
152 bg[NORMAL] = "#AFA99F" #shade(0.88,@bg_color)
153 bg[PRELIGHT] = "#AFA99F" #shade(0.88,@bg_color)
154 bg[ACTIVE] = "#AFA99F" #shade(0.88,@bg_color)
155 bg[SELECTED] = "#AFA99F" #shade(0.88,@bg_color)
156 bg[INSENSITIVE] = "#AFA99F" #shade(0.88,@bg_color)
157
158 fg[NORMAL] = @text_color
159 fg[PRELIGHT] = @text_color
160 fg[SELECTED] = @text_color
161 fg[ACTIVE] = @text_color
162 fg[INSENSITIVE] = @text_color
163
164 fg[NORMAL] = @text_color
165 text[NORMAL] = @text_color
166 #engine "murrine" {
167 # gradient_shades = {1.1,1.0,1.0,0.85}
168 #}
169
170 engine "pixmap"
171 {
172 image {
173 function = BOX
174 file = "toolbar_light.png"
175 border = {1,1,1,1}
176 }
177 image {
178 function = HANDLE
179 overlay_file = "handlebox.png"
180 overlay_stretch = FALSE
181 orientation = HORIZONTAL
182 }
183 image {
184 function = HANDLE
185 overlay_file = "handlebox.png"
186 overlay_stretch = FALSE
187 orientation = VERTICAL
188 }
189 }
190}
191
192style "murrine-toolbar-item" = "murrine-toolbar"
193{
194
195 bg[NORMAL] = "#AFA99F" #shade(0.88,@bg_color)
196 bg[PRELIGHT] = "#EFE9DF" #shade(1.1,@bg_color)
197 bg[ACTIVE] = "#CFC9BF" #shade(0.6,@bg_color)
198
199 fg[INSENSITIVE] = shade(0.6,@bg_color)
200
201 fg[ACTIVE] = @fg_color
202 text[ACTIVE] = @fg_color
203
204 engine "clearlooks" {
205 contrast = 1.0
206 radius = 2.0
207 style = GUMMY
208 reliefstyle = 1
209 }
210}
211style "murrine-toolbar-sep" = "murrine-toolbar-item"
212{
213 bg[NORMAL] = shade(0.5, @bg_color)
214}
215
216style "murrine-dark-toolbar" = "murrine-dark"
217{
218 xthickness = 6
219 bg[NORMAL] = "#343330"
220 bg[PRELIGHT] = mix (0.3, @selected_bg_color, "#343330")
221 bg[SELECTED] = mix (0.3, @selected_bg_color, "#343330")#shade(0.2,@bg_color))
222 bg[ACTIVE] = mix (0.5, @selected_bg_color, "#343330")
223
224 engine "murrine"{
225 gradient_shades = {1.3,1.1,1.1,0.9}
226 style = MURRINE
227 }
228}
229style "murrine-dark-toolbar-sep" = "murrine-dark-toolbar"
230 { xthickness = 2 }
231
232
233style "pixmap-dark-toolbar" = "murrine-dark-toolbar"
234{
235 # To-do: make the toolbar recolorable, possibly without using pixmaps
236 # We only like this because of the top line, anyway.
237 engine "pixmap"{
238 image {
239 function = BOX
240 file = "toolbar_o.png"
241 border = {1,1,1,1}
242 }
243 image
244 {
245 function = HANDLE
246 overlay_file = "handlebox.png"
247 overlay_stretch = FALSE
248 orientation = HORIZONTAL
249 }
250 image
251 {
252 function = HANDLE
253 overlay_file = "handlebox.png"
254 overlay_stretch = FALSE
255 orientation = VERTICAL
256 }
257 }
258}
259
260style "murrine-notebook-bg" = "murrine-wide"
261{
262 bg[NORMAL] = shade (1.05, @bg_color)
263 bg[SELECTED] = shade (1.05, @bg_color)
264}
265
266style "murrine-notebook" = "murrine-notebook-bg"
267{
268}
269
270style "murrine-tasklist"
271{
272 xthickness = 3
273 ythickness = 3
274}
275
276style "murrine-panel" = "murrine-dark" {
277 bg[NORMAL] = "#2C2B29"
278 engine "murrine" {
279 }
280}
281
282style "murrine-menu" = "murrine-dark"
283{
284 xthickness = 0
285 ythickness = 2
286
287 #Keep it this dark since OOo likes it
288 bg[NORMAL] = "#302F2C"
289 text[NORMAL] = @bg_color
290 text[PRELIGHT] = @selected_fg_color
291}
292
293style "murrine-menu-item" = "murrine-dark"
294{
295 xthickness = 0
296 ythickness = 3
297
298 engine "murrine" {
299 roundness = 0
300 contrast = 0.1
301 gradient_shades = {1.0,0.9,0.9,0.7}
302 }
303}
304
305style "murrine-separator-menu-item"
306{
307 GtkSeparatorMenuItem::horizontal-padding = 0
308 GtkWidget::wide-separators = 1
309 GtkWidget::separator-width = 1
310 GtkWidget::separator-height = 2
311 xthickness = 4
312 ythickness = 0
313 bg[NORMAL] = "#444340"
314}
315
316style "murrine-treeview"
317{
318}
319
320# Based on the default style so that the colors from the button
321# style are overriden again.
322style "murrine-treeview-header" = "murrine-default"
323{
324 xthickness = 2
325 ythickness = 1
326
327 bg[NORMAL] = shade(0.9, @bg_color)
328 bg[PRELIGHT] = shade(1.0, @bg_color)
329 bg[ACTIVE] = shade(0.8, @bg_color)
330
331 GtkWidget::focus-line-width = 0
332
333 engine "murrine" {
334 gradient_shades = {1.3,1.0,1.0,1.1}
335 style = MURRINE
336 contrast = 0.5
337 glazestyle = 1
338 listviewheaderstyle = 1
339 }
340}
341
342# SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
343style "murrine-radiocheck" = "murrine-default"
344{
345 text[NORMAL] = shade (1.15, @bg_color) # Color for checks/radio items.
346 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items.
347 engine "murrine"{
348 }
349}
350
351style "murrine-tooltips"
352{
353 xthickness = 4
354 ythickness = 4
355
356 bg[NORMAL] = @tooltip_bg_color
357 fg[NORMAL] = @tooltip_fg_color
358}
359
360style "murrine-progressbar"
361{
362 xthickness = 1
363 ythickness = 1
364
365 fg[PRELIGHT] = @selected_fg_color
366
367 engine "murrine"
368 {
369 style = NODOKA
370 #I want my shiny progressbar!
371 #gradient_shades = {1.3,1.1,0.9,1.0}
372 }
373}
374
375style "pixmap-statusbar" = "murrine-default"
376{
377 ythickness = 3
378 xthickness = 3
379
380 engine "pixmap"
381 {
382 image
383 {
384 function = RESIZE_GRIP
385 recolorable = TRUE
386 detail = "statusbar"
387 overlay_file = "statusgrip.png"
388 overlay_border = {0,0,0,0}
389 overlay_stretch = TRUE
390 }
391 image
392 {
393 function = SHADOW
394 shadow = IN
395 file = "blank.png"
396 }
397 image
398 {
399 function = SHADOW
400 shadow = OUT
401 file = "blank.png"
402 }
403 image
404 {
405 function = SHADOW
406 shadow = ETCHED_IN
407 file = "blank.png"
408 }
409 image
410 {
411 function = SHADOW
412 shadow = ETCHED_OUT
413 file = "blank.png"
414 }
415 }
416}
417
418style "murrine-comboboxentry"
419{
420}
421
422style "murrine-spinbutton"
423{
424}
425
426style "murrine-scale"
427{
428 bg[PRELIGHT] = shade(0.9,@bg_color)
429 engine "murrine"{
430 gradient_shades = {1.3,1.1,0.9,1.0}
431 }
432}
433
434style "murrine-hscale" = "murrine-scale"
435{
436}
437
438style "murrine-vscale" = "murrine-scale"
439{
440}
441
442
443style "murrine-scrollbar"
444{
445 bg[ACTIVE] = "#fff"
446 bg[NORMAL] = @bg_color
447 bg[PRELIGHT] = shade(0.9,@bg_color)
448 engine "murrine"{
449 gradient_shades = {1.1,1.0,1.0,0.9}
450 contrast = 1.4
451 }
452}
453
454style "murrine-hscrollbar" = "murrine-scrollbar"
455{
456}
457
458style "murrine-vscrollbar" = "murrine-scrollbar"
459{
460}
461
462style "murrine-menubar" = "murrine-dark"
463{
464 # Static dark color so continuity doesn't break with toolbars
465 # when color changes
466 bg[NORMAL] = "#343330"
467 engine "murrine"{
468 gradient_shades = {1.0,0.9,0.9,0.75}
469 }
470}
471
472style "murrine-frame"
473{
474 #Uncomment for dark statusbars. Breaks some apps.
475 #bg[ACTIVE] = shade(0.2,@bg_color)
476 #fg[NORMAL] = mix (1.5, @fg_color, '#ffffff')
477 #fg[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
478}
479
480style "murrine-frame-title" = "murrine-frame"
481{
482 fg[NORMAL] = lighter (@fg_color)
483}
484
485style "murrine-nautilus-location"
486{
487 bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color)
488}
489
490#########################################
491# Matches
492#########################################
493
494# murrine default style is applied to every widget
495class "GtkWidget" style "murrine-default"
496
497# Increase the x/ythickness in some widgets
498class "GtkRange" style "murrine-default"
499class "GtkFrame" style "murrine-frame"
500class "GtkSeparator" style "murrine-wide"
501class "GtkEntry" style "murrine-wider"
502class "GtkStatusbar" style "pixmap-statusbar"
503class "GtkMenuBar" style:highest "murrine-menubar"
504
505# Toolbar default: dark
506#class "*HandleBox" style "pixmap-dark-toolbar"
507#class "GtkToolbar" style "pixmap-dark-toolbar"
508#widget_class "*HandleBox" style "pixmap-dark-toolbar"
509#widget_class "*<GtkToolbar>.*" style "murrine-dark-toolbar"
510
511# Toolbar default: light
512class "*HandleBox" style "murrine-toolbar"
513class "GtkToolbar" style "murrine-toolbar"
514widget_class "*HandleBox" style "murrine-toolbar"
515widget_class "*<GtkToolbar>.*" style "murrine-toolbar-item"
516
517#
518# Toolbar exceptions:
519# Browser-type and viewer-type applications get a dark toolbar.
520# Everything below the toolbar for these apps are the content. This will make
521# a separation on function (toolbar) and content (client area).
522#
523
524# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
525style "murrine-text-is-fg-color-workaround"
526{
527 text[NORMAL] = @fg_color
528 text[PRELIGHT] = @fg_color
529 text[SELECTED] = @selected_fg_color
530 text[ACTIVE] = @fg_color
531 text[INSENSITIVE] = darker (@bg_color)
532}
533widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
534
535style "murrine-text-is-fg-color-workaround-dark"
536{
537 #Make it work with this theme!
538 text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
539 text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
540}
541
542# Nautilus toolbar: dark
543widget_class "*Nautilus*Toolbar*" style "pixmap-dark-toolbar"
544widget_class "*Nautilus*Tool*GtkButton" style "murrine-dark-toolbar"
545widget_class "*Nautilus*Tool*.*.*" style "murrine-dark-toolbar"
546widget_class "*Nautilus*Tool*GtkToggleButton" style "murrine-dark-toolbar"
547widget_class "*Nautilus*Tool*Separator*" style "murrine-dark-toolbar-sep"
548widget_class "*Nautilus*Tool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
549
550# Evince/EOG: dark
551widget_class "*EggEditable*Toolbar*" style "pixmap-dark-toolbar"
552widget_class "*EggEditable*Toolbar*.*.*.*" style "murrine-dark-toolbar"
553widget_class "*EggEditable*Tool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
554
555widget "*fullscreen-toolbar" style "pixmap-dark-toolbar"
556widget "*fullscreen-toolbar.*" style "murrine-dark-toolbar"
557widget "*fullscreen-toolbar*.GtkComboBox.GtkCellView" style "murrine-text-is-fg-color-workaround-dark"
558
559# Epiphany: dark
560widget_class "*EphyToolbar*" style "pixmap-dark-toolbar"
561widget_class "*EphyToolbar*.*.*.*" style "murrine-dark-toolbar"
562widget_class "*EphyTool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
563
564# F-Spot(?): dark
565widget_class "*Spot*Toolbar*" style "pixmap-dark-toolbar"
566widget_class "*Spot*Toolbar*.*.*.*" style "murrine-dark-toolbar"
567widget_class "*Spot*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
568
569# Gedit: Dark
570widget_class "*edit*Toolbar*" style "pixmap-dark-toolbar"
571widget_class "*edit*Toolbar*.*" style "murrine-dark-toolbar"
572widget_class "*edit*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
573
574# Brasero: Dark
575widget_class "*rasero*Toolbar*" style "pixmap-dark-toolbar"
576widget_class "*rasero*Toolbar*.*" style "murrine-dark-toolbar"
577widget_class "*rasero*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
578
579#gThumb: dark
580widget_class "*Gth*Toolbar*" style "pixmap-dark-toolbar"
581widget_class "*Gth*Toolbar*.*" style "murrine-dark-toolbar"
582widget_class "*Gth*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
583widget_class "*GthFull*" style "pixmap-dark-toolbar" #Doesn't work
584
585class "GtkSpinButton" style "murrine-spinbutton"
586class "GtkScale" style "murrine-scale"
587class "GtkVScale" style "murrine-vscale"
588class "GtkHScale" style "murrine-hscale"
589#class "GtkScrollbar" style "murrine-scrollbar"
590#class "GtkVScrollbar" style "murrine-vscrollbar"
591#class "GtkHScrollbar" style "murrine-hscrollbar"
592class "GtkButton" style "murrine-button"
593class "GtkRadioButton*" style "murrine-radiocheck" # SZ07: Added for the checkmarks/radio
594class "GtkCheckButton" style "murrine-radiocheck" # SZ07: Added for the checkmarks/radio
595
596# General matching following, the order is choosen so that the right styles override each other
597# eg. progressbar needs to be more important then the menu match.
598
599widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
600widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
601widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
602widget_class "*<GtkNotebook>" style "murrine-notebook"
603
604widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
605widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
606
607widget_class "*<GtkMenu>*" style "murrine-menu"
608widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
609widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
610
611widget_class "*<GtkFrame>" style "murrine-frame"
612widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
613widget_class "*.<GtkTreeView>*" style "murrine-treeview"
614
615widget_class "*<GtkStatusbar>*" style "murrine-wider"
616widget_class "*<GtkProgressBar>" style "murrine-progressbar"
617
618# Treeview header
619widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
620widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
621widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
622widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
623
624# Panel stuff
625widget "*PanelWidget*" style "murrine-panel"
626widget "*PanelApplet*" style "murrine-panel"
627widget "*fast-user-switch*" style "murrine-panel" # Workaround for Fast User Switch applet
628class "PanelApp*" style "murrine-panel"
629class "PanelToplevel*" style "murrine-panel"
630widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-panel" # The panel menubar
631widget "*TomboyTray*" style "murrine-panel" # Workaround for Tomboy
632widget "*TomboyApplet*" style "murrine-panel"
633
634#XFCE panel
635widget_class "*notif*" style "murrine-panel"
636widget_class "*Notif*" style "murrine-panel"
637widget_class "*Tray*" style "murrine-panel"
638widget_class "*tray*" style "murrine-panel"
639widget "*Xfce*Panel*" style "murrine-panel"
640class "*Xfce*Panel*" style "murrine-panel"
641
642# The window of the tooltip is called "gtk-tooltip"
643widget "gtk-tooltip*" style "murrine-tooltips"
644
645###################################################
646# Special cases and work arounds
647###################################################
648
649# Workarounds for Evolution
650widget_class "*.ETable.ECanvas" style "murrine-treeview-header"
651widget_class "*.ETree.ECanvas" style "murrine-treeview-header"
652
653# Firefox isn't nice to dark themes, so unset the dark stuff.
654widget "MozillaGtkWidget*Toolbar*" style "murrine-toolbar-item"
655#widget "MozillaGtkWidget*Frame*" style "murrine-default"
656
657# Thunderbird too. But since Thunderbird uses the same theming engine as FF2,
658# things are worse for us.
659
660# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme.
661# Undo it:
662widget "*OptionPanel*" style "murrine-button"
663widget "*optionPanel*" style "murrine-button"
664
665# Special case the nautilus-extra-view-widget
666# ToDo: A more generic approach for all applications that have a widget like this.
667widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
668
669style "murrine-menuitem-text-is-fg-color-workaround"
670{
671 #text[NORMAL] = @fg_color
672 #text[PRELIGHT] = @selected_fg_color
673 #text[SELECTED] = @selected_fg_color
674 #text[ACTIVE] = @fg_color
675 #text[INSENSITIVE] = darker (@bg_color)
676 #Make it work with this theme!
677 text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
678 text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
679}
680widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround"
681
682# Work around the usage of GtkLabel inside GtkListItems to display text.
683# This breaks because the label is shown on a background that is based on the
684# base color set.
685style "murrine-fg-is-text-color-workaround"
686{
687 fg[NORMAL] = @text_color
688 fg[PRELIGHT] = @text_color
689 fg[ACTIVE] = @selected_fg_color
690 fg[SELECTED] = @selected_fg_color
691 fg[INSENSITIVE] = darker (@bg_color)
692}
693widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
694# The same problem also exists for GtkCList and GtkCTree
695# Only match GtkCList and not the parent widgets, because that would also change the headers.
696widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
697
698style "murrine-evo-new-button-workaround"
699{
700 engine "murrine"
701 {
702 toolbarstyle = 0
703 }
704}
705
706widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
707
708#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
709style "murrine-rhythmbox-header" = "murrine-default"
710{
711 xthickness = 3
712 ythickness = 3
713 engine "murrine" {
714 }
715}
716widget "*RBSourceHeader*" style:highest "murrine-rhythmbox-header"
717widget "*HeaderToolbar*" style:highest "murrine-rhythmbox-header"
718widget "*FooterToolbar*" style:highest "murrine-rhythmbox-header"
719
720widget "*swt*toolbar*" style "murrine-default"
721
722# RSC: Fix for CPU frequency applet
723style "applet-text" = "murrine-panel"
724{
725 fg[NORMAL] = @bg_color
726}
727
728widget_class "*CPUFreqApplet*" style:highest "applet-text"
729
730style "murrine-dialog" = "murrine-dark"
731{
732 bg[NORMAL] = mix(0.4, @selected_bg_color, shade(0.7, @bg_color))
733 fg[NORMAL] = shade(0.5, @fg_color)
734 text[NORMAL] = shade(0.5, @text_color)
735}
736style "murrine-dialog-button" = "murrine-dark"
737{
738 bg[NORMAL] = shade(0.15, @bg_color)
739 bg[PRELIGHT] = shade(0.18, @bg_color)
740}
741
742# Dialog boxes...?
743# widget_class "*Dialog*" style "murrine-dialog"
744# widget_class "*Dialog*.*" style "murrine-dialog"
745# widget_class "*Dialog*.*Button*" style "murrine-dialog-button"
7460
=== removed file 'Dust/gtk-2.0/handlebox.png'
747Binary files Dust/gtk-2.0/handlebox.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/handlebox.png 1970-01-01 00:00:00 +0000 differ1Binary files Dust/gtk-2.0/handlebox.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/handlebox.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'Dust/gtk-2.0/scrollbars'
=== removed file 'Dust/gtk-2.0/scrollbars/scrollbar.rc'
--- Dust/gtk-2.0/scrollbars/scrollbar.rc 2009-01-13 17:15:44 +0000
+++ Dust/gtk-2.0/scrollbars/scrollbar.rc 1970-01-01 00:00:00 +0000
@@ -1,332 +0,0 @@
1################################################################################
2# SCROLLBAR
3################################################################################
4
5style "scrollbar"
6{
7 xthickness = 0
8 ythickness = 0
9 # The values I set here have to do with the relative size of three graphic elements
10 # I have used: the slider, the arrow box, and the trough. They all have the same width
11 # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it
12 # places the sliders inside the trough with a default 1 pixel border on either side of the slider,
13 # so that the trough has its width stretched by an additional two pixels(?). Setting the
14 # trough border makes the arrow box sit on top of the trough squarely, by making sure that
15 # the trough stays the same width as the arrowbox(?). I could be totally wrong here.
16 GtkRange::trough_border = 0
17 GtkRange::slider_width = 17
18
19 # This sets the size of the steppers (arrow buttons on the end of the scrollbar).
20 # The image I am using is 15x15 pixels, and if I dont set this a one pixel line
21 # gets cut off of the top of the "up" stepper.
22 GtkRange::stepper_size = 17
23
24 # Set a minimum length for the slider. Since I set the border on the slider
25 # image to 15 pixels on either end of the slider I want the min length to be
26 # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller
27 # than 30 pixels.
28 GtkScrollbar::min_slider_length = 30
29
30 engine "pixmap"
31 {
32 # Horizontal slider background
33 image
34 {
35 function = BOX
36 recolorable = TRUE
37 detail = "trough"
38 file = "scrollbars/trough-scrollbar-horiz.png"
39 border = { 30, 30, 0, 0 }
40 stretch = TRUE
41 orientation = HORIZONTAL
42 }
43
44 # Vertical slider background
45 image
46 {
47 function = BOX
48 recolorable = TRUE
49 detail = "trough"
50 file = "scrollbars/trough-scrollbar-vert.png"
51 border = { 0, 0, 30, 30 }
52 stretch = TRUE
53 orientation = VERTICAL
54 }
55
56 # Normal horizontal slider
57 image
58 {
59 function = SLIDER
60 recolorable = TRUE
61 state = NORMAL
62 file = "scrollbars/slider-horiz.png"
63 border = { 15, 15, 6, 6 }
64 stretch = TRUE
65 orientation = HORIZONTAL
66 }
67
68 # Horizontal slider (active)
69 image
70 {
71 function = SLIDER
72 recolorable = TRUE
73 state = ACTIVE
74 file = "scrollbars/slider-horiz-prelight.png"
75 border = { 15, 15, 6, 6 }
76 stretch = TRUE
77 orientation = HORIZONTAL
78 }
79
80 # Horizontal slider (mouse over)
81 image
82 {
83 function = SLIDER
84 recolorable = TRUE
85 state = PRELIGHT
86 file = "scrollbars/slider-horiz-prelight.png"
87 border = { 15, 15, 6, 6 }
88 stretch = TRUE
89 orientation = HORIZONTAL
90 }
91
92 # Horizontal slider (Insesitive)
93 image
94 {
95 function = SLIDER
96 recolorable = TRUE
97 state = INSENSITIVE
98 file = "scrollbars/slider-horiz.png"
99 border = { 15, 15, 6, 6 }
100 stretch = TRUE
101 orientation = HORIZONTAL
102 }
103
104 # Normal vertical slider
105 image
106 {
107 function = SLIDER
108 recolorable = TRUE
109 state = NORMAL
110 file = "scrollbars/slider-vert.png"
111 border = { 6, 6, 15, 15 }
112 stretch = TRUE
113 orientation = VERTICAL
114 }
115
116 # Vertical slider (Active)
117 image
118 {
119 function = SLIDER
120 recolorable = TRUE
121 state = ACTIVE
122 file = "scrollbars/slider-vert.png"
123 border = { 6, 6, 15, 15 }
124 stretch = TRUE
125 orientation = VERTICAL
126 }
127
128 # Vertical slider (mouse over)
129 image
130 {
131 function = SLIDER
132 recolorable = TRUE
133 state = PRELIGHT
134 file = "scrollbars/slider-vert-prelight.png"
135 border = { 6, 6, 15, 15 }
136 stretch = TRUE
137 orientation = VERTICAL
138 }
139
140 # Vertical slider (Insesitive)
141 image
142 {
143 function = SLIDER
144 recolorable = TRUE
145 state = INSENSITIVE
146 file = "scrollbars/slider-vert-prelight.png"
147 border = { 6, 6, 15, 15 }
148 stretch = TRUE
149 orientation = VERTICAL
150 }
151
152################################################################################
153# SCROLLBAR STEPPERS
154################################################################################
155
156 # Up
157 image
158 {
159 function = STEPPER
160 recolorable = FALSE
161 state = NORMAL
162 file = "scrollbars/stepper-up.png"
163 #border = { 2, 2, 2, 2 }
164 stretch = TRUE
165 arrow_direction = UP
166 }
167 image
168 {
169 function = STEPPER
170 recolorable = FALSE
171 state = PRELIGHT
172 file = "scrollbars/stepper-up.png"
173 #border = { 12, 2, 2, 9 }
174 stretch = TRUE
175 arrow_direction = UP
176 }
177 image
178 {
179 function = STEPPER
180 recolorable = FALSE
181 state = ACTIVE
182 file = "scrollbars/stepper-up.png"
183 #border = { 12, 2, 2, 9 }
184 stretch = TRUE
185 arrow_direction = UP
186 }
187 image
188 {
189 function = STEPPER
190 recolorable = FALSE
191 state = INSENSITIVE
192 file = "scrollbars/stepper-up.png"
193 #border = { 12, 2, 2, 9 }
194 stretch = TRUE
195 arrow_direction = UP
196 }
197
198 ######### DOWN ############
199
200
201 image
202 {
203 function = STEPPER
204 recolorable = FALSE
205 state = NORMAL
206 file = "scrollbars/stepper-down.png"
207 #border = { 12, 2, 10, 2 }
208 stretch = TRUE
209 arrow_direction = DOWN
210 }
211 image
212 {
213 function = STEPPER
214 recolorable = FALSE
215 state = PRELIGHT
216 file = "scrollbars/stepper-down.png"
217 #border = { 12, 2, 10, 2 }
218 stretch = TRUE
219 arrow_direction = DOWN
220 }
221 image
222 {
223 function = STEPPER
224 recolorable = FALSE
225 state = ACTIVE
226 file = "scrollbars/stepper-down.png"
227 #border = { 12, 2, 10, 2 }
228 stretch = TRUE
229 arrow_direction = DOWN
230 }
231 image
232 {
233 function = STEPPER
234 recolorable = FALSE
235 state = INSENSITIVE
236 file = "scrollbars/stepper-down.png"
237 #border = { 12, 2, 10, 2 }
238 stretch = TRUE
239 arrow_direction = DOWN
240 }
241
242############ RIGHT ################
243
244 image
245 {
246 function = STEPPER
247 recolorable = FALSE
248 state = NORMAL
249 file = "scrollbars/stepper-right.png"
250 #border = { 2, 9, 2, 13 }
251 stretch = TRUE
252 arrow_direction = RIGHT
253 }
254 image
255 {
256 function = STEPPER
257 recolorable = FALSE
258 state = PRELIGHT
259 file = "scrollbars/stepper-right.png"
260 #border = { 2, 9, 2, 13 }
261 stretch = TRUE
262 arrow_direction = RIGHT
263 }
264 image
265 {
266 function = STEPPER
267 recolorable = FALSE
268 state = ACTIVE
269 file = "scrollbars/stepper-right.png"
270 #border = { 2, 9, 2, 13 }
271 stretch = TRUE
272 arrow_direction = RIGHT
273 }
274 image
275 {
276 function = STEPPER
277 recolorable = FALSE
278 state = INSENSITIVE
279 file = "scrollbars/stepper-right.png"
280 #border = { 2, 9, 2, 13 }
281 stretch = TRUE
282 arrow_direction = RIGHT
283 }
284
285############### LEFT ###################
286
287
288 image
289 {
290 function = STEPPER
291 recolorable = FALSE
292 state = NORMAL
293 file = "scrollbars/stepper-left.png"
294 #border = { 2, 9, 2, 13 }
295 stretch = TRUE
296 arrow_direction = LEFT
297 }
298 image
299 {
300 function = STEPPER
301 recolorable = FALSE
302 state = PRELIGHT
303 file = "scrollbars/stepper-left.png"
304 #border = { 2, 9, 2, 13 }
305 stretch = TRUE
306 arrow_direction = LEFT
307 }
308 image
309 {
310 function = STEPPER
311 recolorable = FALSE
312 state = ACTIVE
313 file = "scrollbars/stepper-left.png"
314 #border = { 2, 9, 2, 13 }
315 stretch = TRUE
316 arrow_direction = LEFT
317 }
318 image
319 {
320 function = STEPPER
321 recolorable = FALSE
322 state = INSENSITIVE
323 file = "scrollbars/stepper-left.png"
324 #border = { 2, 9, 2, 13 }
325 stretch = TRUE
326 arrow_direction = LEFT
327 }
328 }
329}
330class "GtkScrollbar" style "scrollbar"
331class "GtkHScrollbar" style "scrollbar"
332class "GtkVScrollbar" style "scrollbar"
3330
=== removed file 'Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png'
334Binary files Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ1Binary files Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/slider-horiz.png'
335Binary files Dust/gtk-2.0/scrollbars/slider-horiz.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-horiz.png 1970-01-01 00:00:00 +0000 differ2Binary files Dust/gtk-2.0/scrollbars/slider-horiz.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/slider-vert-prelight.png'
336Binary files Dust/gtk-2.0/scrollbars/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ3Binary files Dust/gtk-2.0/scrollbars/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/slider-vert.png'
337Binary files Dust/gtk-2.0/scrollbars/slider-vert.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-vert.png 1970-01-01 00:00:00 +0000 differ4Binary files Dust/gtk-2.0/scrollbars/slider-vert.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/slider-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/stepper-down.png'
338Binary files Dust/gtk-2.0/scrollbars/stepper-down.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-down.png 1970-01-01 00:00:00 +0000 differ5Binary files Dust/gtk-2.0/scrollbars/stepper-down.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-down.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/stepper-left.png'
339Binary files Dust/gtk-2.0/scrollbars/stepper-left.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-left.png 1970-01-01 00:00:00 +0000 differ6Binary files Dust/gtk-2.0/scrollbars/stepper-left.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/stepper-right.png'
340Binary files Dust/gtk-2.0/scrollbars/stepper-right.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-right.png 1970-01-01 00:00:00 +0000 differ7Binary files Dust/gtk-2.0/scrollbars/stepper-right.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/stepper-up.png'
341Binary files Dust/gtk-2.0/scrollbars/stepper-up.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-up.png 1970-01-01 00:00:00 +0000 differ8Binary files Dust/gtk-2.0/scrollbars/stepper-up.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/stepper-up.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png'
342Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ9Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png'
343Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ10Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/statusgrip.png'
344Binary files Dust/gtk-2.0/statusgrip.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/statusgrip.png 1970-01-01 00:00:00 +0000 differ11Binary files Dust/gtk-2.0/statusgrip.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/statusgrip.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/toolbar_light.png'
345Binary files Dust/gtk-2.0/toolbar_light.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 differ12Binary files Dust/gtk-2.0/toolbar_light.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/toolbar_o.png'
346Binary files Dust/gtk-2.0/toolbar_o.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/toolbar_o.png 1970-01-01 00:00:00 +0000 differ13Binary files Dust/gtk-2.0/toolbar_o.png 2009-01-13 17:15:44 +0000 and Dust/gtk-2.0/toolbar_o.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/index.theme.in'
--- Dust/index.theme.in 2009-01-13 17:15:44 +0000
+++ Dust/index.theme.in 1970-01-01 00:00:00 +0000
@@ -1,11 +0,0 @@
1[Desktop Entry]
2Type=X-GNOME-Metatheme
3Name=Dust
4Comment=Ubuntu Dust theme
5Encoding=UTF-8
6
7[X-GNOME-Metatheme]
8GtkTheme=Dust
9MetacityTheme=Dust
10IconTheme=Human
11CursorTheme=DMZ-White
120
=== removed directory 'Dust/metacity-1'
=== removed file 'Dust/metacity-1/button_close_normal.png'
13Binary files Dust/metacity-1/button_close_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_normal.png 1970-01-01 00:00:00 +0000 differ1Binary files Dust/metacity-1/button_close_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_close_prelight.png'
14Binary files Dust/metacity-1/button_close_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 differ2Binary files Dust/metacity-1/button_close_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_close_pressed.png'
15Binary files Dust/metacity-1/button_close_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_pressed.png 1970-01-01 00:00:00 +0000 differ3Binary files Dust/metacity-1/button_close_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_close_pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_max_normal.png'
16Binary files Dust/metacity-1/button_max_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_normal.png 1970-01-01 00:00:00 +0000 differ4Binary files Dust/metacity-1/button_max_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_max_prelight.png'
17Binary files Dust/metacity-1/button_max_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_prelight.png 1970-01-01 00:00:00 +0000 differ5Binary files Dust/metacity-1/button_max_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_max_pressed.png'
18Binary files Dust/metacity-1/button_max_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_pressed.png 1970-01-01 00:00:00 +0000 differ6Binary files Dust/metacity-1/button_max_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_max_pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_menu_normal.png'
19Binary files Dust/metacity-1/button_menu_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_normal.png 1970-01-01 00:00:00 +0000 differ7Binary files Dust/metacity-1/button_menu_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_menu_prelight.png'
20Binary files Dust/metacity-1/button_menu_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_prelight.png 1970-01-01 00:00:00 +0000 differ8Binary files Dust/metacity-1/button_menu_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_menu_pressed.png'
21Binary files Dust/metacity-1/button_menu_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_pressed.png 1970-01-01 00:00:00 +0000 differ9Binary files Dust/metacity-1/button_menu_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_menu_pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_min_normal.png'
22Binary files Dust/metacity-1/button_min_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_normal.png 1970-01-01 00:00:00 +0000 differ10Binary files Dust/metacity-1/button_min_normal.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_min_prelight.png'
23Binary files Dust/metacity-1/button_min_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_prelight.png 1970-01-01 00:00:00 +0000 differ11Binary files Dust/metacity-1/button_min_prelight.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/button_min_pressed.png'
24Binary files Dust/metacity-1/button_min_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_pressed.png 1970-01-01 00:00:00 +0000 differ12Binary files Dust/metacity-1/button_min_pressed.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/button_min_pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/menu.png'
25Binary files Dust/metacity-1/menu.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/menu.png 1970-01-01 00:00:00 +0000 differ13Binary files Dust/metacity-1/menu.png 2009-01-13 17:15:44 +0000 and Dust/metacity-1/menu.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/metacity-1/metacity-theme-1.xml'
--- Dust/metacity-1/metacity-theme-1.xml 2009-01-13 17:15:44 +0000
+++ Dust/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000
@@ -1,419 +0,0 @@
1<?xml version="1.0"?>
2
3<metacity_theme>
4<info>
5 <name>Dust</name>
6 <author>Kido Mariano, Rico Sta. Cruz</author>
7 <copyright>GPL</copyright>
8 <date>Jul 28, 2008</date>
9 <description>Metacity theme</description>
10 <!-- Based on the Elegant Brit theme (though now really far away from it :P) -->
11</info>
12
13
14<!--
15 General window layout (geometric stuff)
16-->
17<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true">
18 <distance name="left_width" value="1"/>
19 <distance name="right_width" value="1"/>
20 <distance name="bottom_height" value="4"/>
21 <distance name="left_titlebar_edge" value="2"/>
22 <distance name="right_titlebar_edge" value="1"/>
23 <distance name="button_width" value="28"/>
24 <distance name="button_height" value="20"/>
25 <distance name="title_vertical_pad" value="1"/>
26 <border name="title_border" left="2" right="2" top="3" bottom="0"/>
27 <border name="button_border" left="0" right="0" top="2" bottom="1"/>
28</frame_geometry>
29
30<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
31 <distance name="left_width" value="0"/>
32 <distance name="right_width" value="0"/>
33 <distance name="bottom_height" value="0"/>
34 <distance name="left_titlebar_edge" value="1"/>
35 <distance name="right_titlebar_edge" value="2"/>
36 <distance name="button_width" value="28"/>
37 <distance name="button_height" value="20"/>
38 <distance name="title_vertical_pad" value="0"/>
39 <border name="title_border" left="0" right="0" top="3" bottom="0"/>
40 <border name="button_border" left="0" right="0" top="2" bottom="1"/>
41</frame_geometry>
42
43
44
45<!--
46 Window Title
47-->
48
49<draw_ops name="draw_title_text_normal">
50 <title x="1" y="(height - title_height) / 2 + 1" color="#2F2E2B"/>
51 <title x="0" y="(height - title_height) / 2" color="#FFFFFF"/>
52</draw_ops>
53
54<draw_ops name="draw_title_text_inactive">
55 <title x="0" y="(height - title_height) / 2" color="#727262"/>
56</draw_ops>
57
58<!--
59 Construct titlebar from rectangles instead so we can pick up the GTK theme
60-->
61
62<draw_ops name="draw_title">
63 <!-- Background gradient -->
64 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
65 <!--<color value="#80594D"/>-->
66 <color value="shade/gtk:bg[SELECTED]/0.6"/>
67 <!--Static colors to mach static menubar and all-->
68 <color value="#3F3E39" />
69 <color value="#3A3936" />
70 <color value="#373633" />
71 <!--color value="shade/gtk:bg[NORMAL]/0.29" />
72 <color value="shade/gtk:bg[NORMAL]/0.27" />
73 <color value="shade/gtk:bg[NORMAL]/0.25" /-->
74 <color value="#343330" />
75 <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
76 </gradient>
77
78 <!-- Topmost dark line -->
79 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
80
81 <!-- Darkening of the left arch -->
82 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="4" y1="1" y2="1"/>
83 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="2" y1="2" y2="2"/>
84 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="3" y2="3"/>
85 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="4" y2="4"/>
86 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="0" y1="5" y2="20"/>
87
88 <!-- Top highlight -->
89 <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
90 <tint color="#ffffff" alpha="0.35" x="5" y="1" width="width - 10" height="1"/>
91
92 <!-- Upper-left highlight -->
93 <!-- Draw each pixel one by one. Again, using <tint> for alpha support. -->
94 <tint color="#ffffff" alpha="0.30" x="3" y="2" width="2" height="1"/>
95 <tint color="#ffffff" alpha="0.27" x="2" y="3" width="1" height="1"/>
96 <tint color="#ffffff" alpha="0.24" x="2" y="4" width="1" height="1"/>
97 <tint color="#ffffff" alpha="0.21" x="1" y="5" width="1" height="1"/>
98 <tint color="#ffffff" alpha="0.18" x="1" y="6" width="1" height="1"/>
99 <tint color="#ffffff" alpha="0.15" x="1" y="7" width="1" height="1"/>
100 <tint color="#ffffff" alpha="0.12" x="1" y="8" width="1" height="1"/>
101 <tint color="#ffffff" alpha="0.09" x="1" y="9" width="1" height="1"/>
102 <tint color="#ffffff" alpha="0.06" x="1" y="10" width="1" height="1"/>
103 <tint color="#ffffff" alpha="0.03" x="1" y="11" width="1" height="1"/>
104
105 <!-- Upper-right highlight -->
106 <!-- Same as above. -->
107 <tint color="#ffffff" alpha="0.30" x="width-5" y="2" width="2" height="1"/>
108 <tint color="#ffffff" alpha="0.27" x="width-3" y="3" width="1" height="1"/>
109 <tint color="#ffffff" alpha="0.24" x="width-3" y="4" width="1" height="1"/>
110 <tint color="#ffffff" alpha="0.21" x="width-2" y="5" width="1" height="1"/>
111 <tint color="#ffffff" alpha="0.18" x="width-2" y="6" width="1" height="1"/>
112 <tint color="#ffffff" alpha="0.15" x="width-2" y="7" width="1" height="1"/>
113 <tint color="#ffffff" alpha="0.12" x="width-2" y="8" width="1" height="1"/>
114 <tint color="#ffffff" alpha="0.09" x="width-2" y="9" width="1" height="1"/>
115 <tint color="#ffffff" alpha="0.06" x="width-2" y="10" width="1" height="1"/>
116 <tint color="#ffffff" alpha="0.03" x="width-2" y="11" width="1" height="1"/>
117
118</draw_ops>
119
120<draw_ops name="draw_title_inactive">
121 <!-- Background gradient -->
122 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
123 <color value="#3A3936" />
124 <color value="#343330" />
125 </gradient>
126
127 <!-- Topmost dark line -->
128 <line color="shade/gtk:bg[NORMAL]/0.25" x1="1" x2="width-2" y1="0" y2="0"/>
129 <!-- Top highlight -->
130 <tint color="#ffffff" alpha="0.2" x="5" y="1" width="width - 10" height="1"/>
131
132 <!-- Lower-left highlight -->
133 <line color="shade/gtk:bg[NORMAL]/0.33" x1="3" x2 ="4" y1="2" y2="2" />
134 <line color="shade/gtk:bg[NORMAL]/0.32" x1="2" x2 ="2" y1="3" y2="4" />
135
136 <!-- Lower-left higlight fade -->
137 <gradient type="vertical" x="1" y="5" width="1" height="title_height - 4">
138 <color value="shade/gtk:bg[NORMAL]/0.30"/>
139 <color value="shade/gtk:bg[NORMAL]/0.25"/>
140 </gradient>
141
142 <!-- Upper right highlight -->
143 <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-5" x2 ="width-4" y1="2" y2="2" />
144 <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-3" x2 ="width-3" y1="3" y2="4" />
145
146 <!-- Lower-left higlight fade -->
147 <gradient type="vertical" x="width-2" y="5" width="1" height="title_height - 4">
148 <color value="shade/gtk:bg[NORMAL]/0.30"/>
149 <color value="shade/gtk:bg[NORMAL]/0.25"/>
150 </gradient>
151</draw_ops>
152
153<draw_ops name="draw_title_maximized">
154 <!-- Background gradient -->
155 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
156 <!--<color value="#80594D"/>-->
157 <color value="shade/gtk:bg[SELECTED]/0.6"/>
158 <!--Static colors to mach static menubar and all-->
159 <color value="#3F3E39" />
160 <color value="#3A3936" />
161 <color value="#373633" />
162 <!--color value="shade/gtk:bg[NORMAL]/0.29" />
163 <color value="shade/gtk:bg[NORMAL]/0.27" />
164 <color value="shade/gtk:bg[NORMAL]/0.25" /-->
165 <color value="#343330" />
166 <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
167 </gradient>
168
169 <!-- Topmost dark line -->
170 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
171
172 <!-- Top highlight -->
173 <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
174 <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/>
175
176</draw_ops>
177
178<draw_ops name="draw_title_maximized_inactive">
179 <!-- Background gradient -->
180 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
181 <!--<color value="#80594D"/>-->
182 <color value="#3A3936" />
183 <color value="#343330" />
184 </gradient>
185
186 <!-- Topmost dark line -->
187 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
188
189 <!-- Top highlight -->
190 <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
191 <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/>
192
193</draw_ops>
194
195<!--
196 The frame around windows
197-->
198
199<draw_ops name="draw_frame">
200 <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
201 <!-- RSC: Subtle gradient on left/right edges to match the menubar -->
202 <gradient type="vertical" x="0" y="0" width="width" height="100">
203 <color value="shade/gtk:bg[NORMAL]/0.25"/>
204 <color value="shade/gtk:bg[NORMAL]/0.15"/>
205 <color value="shade/gtk:bg[NORMAL]/0.25"/>
206 </gradient>
207</draw_ops>
208
209<!--Borderless only: make bottom border less apparent. We can do this now since our statusbars are light.-->
210<draw_ops name="bottom_edge">
211 <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
212 <gradient type="vertical" x="1" y="height-6" width="width-2" height="5">
213 <color value="shade/gtk:bg[NORMAL]/0.85"/>
214 <color value="shade/gtk:bg[NORMAL]/0.5"/>
215 </gradient>
216</draw_ops>
217
218
219<!--
220 Buttons
221-->
222<!-- close button-->
223<draw_ops name="button_close_normal">
224 <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/>
225</draw_ops>
226<draw_ops name="button_close_prelight">
227 <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
228</draw_ops>
229<draw_ops name="button_close_inactive_prelight">
230 <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
231</draw_ops>
232<draw_ops name="button_close_pressed">
233 <image filename="button_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
234</draw_ops>
235<draw_ops name="button_close_inactive">
236 <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
237</draw_ops>
238
239<!-- maximize button-->
240<draw_ops name="button_max_normal">
241 <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/>
242</draw_ops>
243<draw_ops name="button_max_prelight">
244 <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
245</draw_ops>
246<draw_ops name="button_max_inactive_prelight">
247 <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
248</draw_ops>
249<draw_ops name="button_max_pressed">
250 <image filename="button_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
251</draw_ops>
252<draw_ops name="button_max_inactive">
253 <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
254</draw_ops>
255
256<!-- minimize button-->
257<draw_ops name="button_min_normal">
258 <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/>
259</draw_ops>
260<draw_ops name="button_min_prelight">
261 <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
262</draw_ops>
263<draw_ops name="button_min_inactive_prelight">
264 <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
265</draw_ops>
266<draw_ops name="button_min_pressed">
267 <image filename="button_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
268</draw_ops>
269<draw_ops name="button_min_inactive">
270 <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
271</draw_ops>
272
273<!-- menu button -->
274<!--
275<draw_ops name="button_menu_normal">
276<image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height"/>
277</draw_ops>
278<draw_ops name="button_menu_prelight">
279<image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height"/>
280</draw_ops>
281<draw_ops name="button_menu_inactive_prelight">
282<image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
283</draw_ops>
284<draw_ops name="button_menu_pressed">
285<image filename="button_menu_pressed.png" x="0" y="2" width="object_width" height="object_height"/>
286</draw_ops>
287<draw_ops name="button_menu_inactive">
288<image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
289</draw_ops>-->
290
291<!-- menu icon -->
292<draw_ops name="button_menu_normal">
293<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
294</draw_ops>
295<draw_ops name="button_menu_prelight">
296<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
297</draw_ops>
298<draw_ops name="button_menu_inactive_prelight">
299<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
300</draw_ops>
301<draw_ops name="button_menu_pressed">
302<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
303</draw_ops>
304<draw_ops name="button_menu_inactive">
305<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
306</draw_ops>
307
308
309
310<!--
311 Frame styles
312-->
313
314<!-- normal -->
315<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal">
316 <piece position="title" draw_ops="draw_title_text_normal"/>
317 <piece position="titlebar" draw_ops="draw_title"/>
318 <piece position="left_edge" draw_ops="draw_frame"/>
319 <piece position="right_edge" draw_ops="draw_frame"/>
320 <piece position="bottom_edge" draw_ops="bottom_edge"/>
321 <button function="close" state="normal" draw_ops="button_close_normal"/>
322 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
323 <button function="close" state="pressed" draw_ops="button_close_pressed"/>
324 <button function="minimize" state="normal" draw_ops="button_min_normal"/>
325 <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
326 <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
327 <button function="maximize" state="normal" draw_ops="button_max_normal"/>
328 <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
329 <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
330 <button function="menu" state="normal" draw_ops="button_menu_normal"/>
331 <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
332 <button function="menu" state="pressed" draw_ops="button_menu_pressed"/>
333</frame_style>
334
335<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal">
336 <piece position="title" draw_ops="draw_title_text_inactive"/>
337 <piece position="titlebar" draw_ops="draw_title_inactive"/>
338 <piece position="left_edge" draw_ops="draw_frame"/>
339 <piece position="right_edge" draw_ops="draw_frame"/>
340 <piece position="bottom_edge" draw_ops="bottom_edge"/>
341 <button function="close" state="normal" draw_ops="button_close_inactive"/>
342 <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/>
343 <button function="close" state="pressed" draw_ops="button_close_inactive"/>
344 <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
345 <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/>
346 <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
347 <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
348 <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight"/>
349 <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
350 <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
351 <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/>
352 <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
353</frame_style>
354
355<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal">
356 <piece position="title" draw_ops="draw_title_text_normal"/>
357 <piece position="titlebar" draw_ops="draw_title_maximized"/>
358 <piece position="left_edge" draw_ops="draw_frame"/>
359 <piece position="right_edge" draw_ops="draw_frame"/>
360 <piece position="bottom_edge" draw_ops="bottom_edge"/>
361 <button function="close" state="normal" draw_ops="button_close_normal"/>
362 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
363 <button function="close" state="pressed" draw_ops="button_close_pressed"/>
364 <button function="minimize" state="normal" draw_ops="button_min_normal"/>
365 <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
366 <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
367 <button function="maximize" state="normal" draw_ops="button_max_normal"/>
368 <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
369 <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
370 <button function="menu" state="normal" draw_ops="button_menu_normal"/>
371 <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
372 <button function="menu" state="pressed" draw_ops="button_menu_normal"/>
373</frame_style>
374
375<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal">
376 <piece position="title" draw_ops="draw_title_text_inactive"/>
377 <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
378 <piece position="left_edge" draw_ops="draw_frame"/>
379 <piece position="right_edge" draw_ops="draw_frame"/>
380 <piece position="bottom_edge" draw_ops="bottom_edge"/>
381 <button function="close" state="normal" draw_ops="button_close_inactive"/>
382 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
383 <button function="close" state="pressed" draw_ops="button_close_inactive"/>
384 <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
385 <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
386 <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
387 <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
388 <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
389 <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
390 <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
391 <button function="menu" state="prelight" draw_ops="button_menu_inactive"/>
392 <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
393</frame_style>
394
395<frame_style_set name="frame_style_set_normal">
396 <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused"/>
397 <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused"/>
398 <frame focus="yes" state="maximized" style="frame_style_maximized_focused"/>
399 <frame focus="no" state="maximized" style="frame_style_maximized_unfocused"/>
400 <frame focus="yes" state="shaded" style="frame_style_normal_focused"/>
401 <frame focus="no" state="shaded" style="frame_style_normal_unfocused"/>
402 <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused"/>
403 <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused"/>
404</frame_style_set>
405
406<window type="normal" style_set="frame_style_set_normal"/>
407<window type="dialog" style_set="frame_style_set_normal"/>
408<window type="modal_dialog" style_set="frame_style_set_normal"/>
409<window type="menu" style_set="frame_style_set_normal"/>
410<window type="utility" style_set="frame_style_set_normal"/>
411<window type="border" style_set="frame_style_set_normal"/>
412
413<menu_icon function="close" state="normal" draw_ops="button_close_normal"/>
414<menu_icon function="maximize" state="normal" draw_ops="button_max_normal"/>
415<menu_icon function="unmaximize" state="normal" draw_ops="button_max_normal"/>
416<menu_icon function="minimize" state="normal" draw_ops="button_min_normal"/>
417
418
419</metacity_theme>
4200
=== removed file 'Dust/panel-background-32px.png'
421Binary files Dust/panel-background-32px.png 2009-01-26 13:03:18 +0000 and Dust/panel-background-32px.png 1970-01-01 00:00:00 +0000 differ1Binary files Dust/panel-background-32px.png 2009-01-26 13:03:18 +0000 and Dust/panel-background-32px.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/panel-background.png'
422Binary files Dust/panel-background.png 2009-01-13 17:15:44 +0000 and Dust/panel-background.png 1970-01-01 00:00:00 +0000 differ2Binary files Dust/panel-background.png 2009-01-13 17:15:44 +0000 and Dust/panel-background.png 1970-01-01 00:00:00 +0000 differ
=== added directory 'Impression'
=== added directory 'Impression/gtk-2.0'
=== added file 'Impression/gtk-2.0/gtkrc'
--- Impression/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
+++ Impression/gtk-2.0/gtkrc 2009-03-21 18:27:20 +0000
@@ -0,0 +1,1226 @@
1# Human Impression
2#
3# Release: 90315:1100
4# Author: j baer <baerjj@gmail.com>
5# version: 9.04
6#
7# T H E M E N O T E S ##############################################
8# ######################################################################
9#
10# Theme Engines
11#
12# - murrine svn145
13#
14# http://live.gnome.org/GnomeArt/Tutorials/GtkThemes/SymbolicColors
15#
16# Color Properties --------------------------------------------------
17#
18# fg Foreground color. Used for text on buttons. Also used for the
19# button borders in some engines.
20#
21# bg Background color. This is the background color of windows and
22# buttons.
23#
24# text Text color for text input widgets and lists (/GtkTreeView).
25#
26# base Background color of text widgets and lists.
27#
28# Color States --------------------------------------------------
29#
30# NORMAL - Color for widget @ default
31#
32# ACTIVE - Color for active widget
33#
34# PRELIGHT - Color for button/menu item when mouse hovers above
35#
36# INSENSITIVE - Color for disabled widget
37#
38# G N O M E T H E M E ##############################################
39# ######################################################################
40# Attribute HEX COMMENT
41# ----------------- ------- --------------------------------------
42# bg_color #cdc7be Theme base color
43# fg_color #1f1816 Theme black
44# base_color #ffffff White
45# text_color #1f1816 Theme black
46# selected_bg_color #e38544 Orange
47# selected_fg_color #ffffff White
48# tooltip_bg_color #fffea7 Light yellow
49# tooltip_fg_color #1f1816 Theme black
50#
51# G N O M E T H E M E ##############################################
52# ######################################################################
53
54gtk_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"
55
56# menu delay
57gtk-menu-popup-delay = 1
58
59# supporting rc's ##############################################
60# ######################################################################
61include "scrollbars/scrollbar.rc"
62include "scale/scale.rc"
63
64style "murrine-GtkWidget"
65{
66 # WIDGET DEFAULTS ############################################
67 # ####################################################################
68 GtkScrolledWindow ::scrollbar-spacing = 3
69 GtkScrolledWindow ::scrollbar-within-bevel = 1
70
71 GtkButton ::child-displacement-x = 1
72 GtkButton ::child-displacement-y = 1
73 GtkButton ::default-border = { 0, 0, 0, 0 }
74 GtkButton ::focus-padding = 0
75 GtkCheckButton ::indicator-size = 14
76
77 GtkPaned ::handle-size = 6
78
79 GtkRange ::trough-border = 2
80 GtkRange ::slider-width = 13
81 GtkRange ::stepper-size = 13
82 GtkRange ::trough-under-steppers= 1
83
84 GtkScale ::slider-length = 20
85 GtkScale ::trough-side-details = 0 # 0 = thin slider, >0 = thick slider
86
87 GtkMenuBar ::internal-padding = 0
88 GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
89
90 GtkStatusbar ::shadow-type = GTK_SHADOW_NONE
91 # the resize-grip is not consistantly displayed, disable
92 GtkStatusbar ::has-resize-grip = FALSE
93
94 GtkExpander ::expander-size = 16
95 GtkToolbar ::internal-padding = 1
96 GtkTreeView ::expander-size = 14
97 GtkTreeView ::vertical-separator = 0
98
99 GtkMenu ::horizontal-padding = 0 # extra space left & right
100 GtkMenu ::vertical-padding = 0 # extra space @ top & bottom of menu
101 GtkMenu ::horizontal-offset = 0 # offset of submenu
102
103 WnckTasklist ::fade-overlay-rect = 0
104
105 xthickness = 1 # left & right
106 ythickness = 1 # top & bottom
107
108 # GTKWIDGET COLOR PALLET ############################################
109 # ####################################################################
110
111 fg[NORMAL] = @fg_color
112 fg[PRELIGHT] = @fg_color
113 fg[SELECTED] = @selected_fg_color
114 fg[ACTIVE] = mix(1.29, @selected_bg_color, @selected_fg_color)
115 fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color)
116
117 bg[NORMAL] = @bg_color
118 bg[PRELIGHT] = shade(1.10, @bg_color)
119 bg[SELECTED] = @selected_bg_color
120 bg[INSENSITIVE] = shade(0.80, @bg_color)
121 bg[ACTIVE] = shade (0.9, @bg_color)
122
123 base[NORMAL] = @base_color
124 base[PRELIGHT] = shade(1.30, @base_color)
125 base[ACTIVE] = @selected_bg_color
126 base[SELECTED] = @selected_bg_color
127 base[INSENSITIVE] = shade(1.20, @base_color)
128
129 text[NORMAL] = @text_color
130 text[PRELIGHT] = @text_color
131 text[ACTIVE] = @text_color #@selected_fg_color
132 text[SELECTED] = @selected_fg_color
133 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color)
134
135 # M U R R I N E O P T I O N S ####################################
136 # ####################################################################
137 engine "murrine"
138 {
139 animation = TRUE # Enable animations on progressbars, radio and checkbuttons
140 # Data type: Boolean; default = TRUE (enabled)
141
142 colorize_scrollbar = TRUE # Use colorized scrollbars with scrolls and lists
143 # Data type: Boolean; default = TRUE (enabled)
144
145 contrast = 1.0 # <!> Use carefully
146 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
147
148 glazestyle = 0
149 # Data type: Enumeration; default = 0, Range 0-4
150 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
151
152 glow_shade = 1.2 # Enable and set the Glow Shade
153 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
154
155 glowstyle = 4 # How to apply glow shade
156 # Data type: Enumeration; default = 0, Range 0-4
157 # 0 = Top glow, 1 = Bottom glow, 2 = Top and Bottom glow, 3 = Horizontal glow, 4 = Centered glow
158
159 gradients = TRUE # Enable/Disable gradients
160 # Data type: Boolean; default = TRUE (enabled)
161
162 gradient_shades = {1.1,1.0,1.0,0.87} # Gradient stops
163 # (4 stops) Data type: Real; Range 0-2, precision 0.2, default 1.0
164 # <!> Uses the current bg[COLOR]
165
166 highlight_shade = 1.0 # Prelight ratio (includes panels)
167 # Data type: Real; default = 1.1, Range 0-2, precision 0.01
168
169 lightborder_shade = 1.0 # Prelight border ratio
170 # Data type: Real; default = 1.1, Range 0-2, precision 0.01
171
172 lightborderstyle = 1 # Prelight border style
173 # Data type: Enumeration; default = 0, Range 0-1
174 # 0 = lightborder on top side, 1 = lightborder on all sides
175
176 listviewheaderstyle = 1 # Listview header style
177 # Data type: Enumeration; default = 0, Range 0-2
178 # 0 = flat, 1 = glassy, 2 = raised
179
180 listviewstyle = 0 # Listview separator style
181 # Data type: Enumeration; default = 0, Range 0-1
182 # 0 = nothing, 1 = dotted
183
184 menubarstyle = 2 # Menubar style
185 # Data type: Enumeration; default = 0, Range 0-3
186 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
187
188 menubaritemstyle = 0 # Menubar item style
189 # Data type: Enumeration; default = 0, Range 0-1
190 # 0 = menuitem look, 1 = button look
191
192 menustyle = 0 # Vertical bars in menus
193 # Data type: Enumeration; default = 1, Range 0-1
194 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
195
196 menuitemstyle = 1 # Menu item style
197 # Data type: Enumeration; default = 0, Range 0-2
198 # 0 = flat, 1 = glass, 2 = striped
199
200 profile = MURRINE
201 # Data type: Enumeration; default = MURRINE
202 # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA
203
204 progressbarstyle = 1 # Progressbar style
205 # Data type: Enumeration; default = 0, Range 0-2
206 # 0 = Don't draw any special effect, 1 = Draw stripes, 2 = Draw cells
207
208 reliefstyle = 2 # Relief style of widget
209 # Data type: Enumeration; default = 1, Range 0-2
210 # 0 = flat, 1 = inset, 2 = shadow
211
212 rgba = TRUE # Enable/Disable RGBA support
213 # Data type: Boolean; default = FALSE (disabled)
214
215 roundness = 2 # Roundness of widget (typically button)
216 # Data type: Real; default = 1, Range 0-8
217 # 0 = square, > 0 = round
218
219# scrollbar_color = "#a8a197" # Override the color of scrollbars
220 # Data type: Gtk Color; default = "#999999"
221
222 scrollbarstyle = 3 # Additional scrollbar features
223 # Data type: Enumeration; default = 0, Range 0-6
224 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
225
226 sliderstyle = 0 # Slider style
227 # Data type: Enumeration; default = 0, Range 0-1
228 # 0 = nothing added, 1 = handles
229
230 stepperstyle = 0 # Stepper style
231 # Data type: Enumeration; default = 0, Range 0-1
232 # 0 = standard, 1 = integrated stepper handles
233
234 toolbarstyle = 1 # Toolbar Style
235 # Data type: Enumeration; default = 0, Range 0-1
236 # 0 = flat, 1 = glassy, 2 = gradient
237 }
238}
239
240# G T K T E S T ##############################################
241# ######################################################################
242# Style used during development & testing
243#
244# @error displays bright blue and indicates an attribute which should
245# be fixed.
246#
247# @debug displays bright magenta and is used in the debugging process.
248#
249style "murrine-GtkTest"
250{
251 bg[NORMAL] = @error
252 bg[PRELIGHT] = @error
253 bg[ACTIVE] = @error
254 bg[SELECTED] = @error
255 bg[INSENSITIVE] = @error
256
257 # --------------------------------------------------------------------
258
259 fg[NORMAL] = @error
260 fg[PRELIGHT] = @error
261 fg[ACTIVE] = @error
262 fg[SELECTED] = @error
263 fg[INSENSITIVE] = @error
264
265 # --------------------------------------------------------------------
266
267 base[NORMAL] = @error
268 base[PRELIGHT] = @error
269 base[ACTIVE] = @error
270 base[SELECTED] = @error
271 base[INSENSITIVE] = @error
272
273 # --------------------------------------------------------------------
274
275 text[NORMAL] = @error
276 text[PRELIGHT] = @error
277 text[ACTIVE] = @error
278 text[SELECTED] = @error
279 text[INSENSITIVE] = @error
280}
281#
282# G T K T E S T ##############################################
283# ######################################################################
284
285# Size Styles ##############################################
286# ######################################################################
287#
288style "murrine-wide"
289{
290 xthickness = 2
291 ythickness = 2
292}
293
294style "murrine-wider"
295{
296 xthickness = 3
297 ythickness = 3
298}
299#
300# Size Styles ##############################################
301# ######################################################################
302
303# Button Styles ##############################################
304# ######################################################################
305#
306style "murrine-GtkButton"
307{
308 bg[NORMAL] = shade (1.2, @bg_color) # Default
309 bg[PRELIGHT] = shade (1.1, @bg_color) # Prelight
310 bg[ACTIVE] = shade (1.0, @bg_color) # Active
311 bg[INSENSITIVE] = shade (1.1, @bg_color) # Dimmed
312
313 xthickness = 3
314 ythickness = 3
315
316 engine "murrine"{
317 roundness = 2
318 gradient_shades = {1.1, 1.0, 1.0, 0.88}
319 profile = MURRINE
320 }
321}
322
323style "mozilla-GtkButton" = "murrine-GtkButton"
324{
325 fg[NORMAL] = @fg_color # Combobox [v]
326}
327
328#
329# Button Styles ##############################################
330# ######################################################################
331
332# Toolbar Styles ##############################################
333# ######################################################################
334#
335style "murrine-GtkToolbar" = "murrine-GtkWidget"
336{
337 bg[NORMAL] = @bg_color
338
339# xthickness = 5
340# ythickness = 3
341
342 engine "murrine"{
343 glow_shade = 1.0
344 glazestyle = 3
345# gradient_shades = {1.15,1.07,1.0605,0.91}
346 gradient_shades = {1.12,1.07,1.0605,0.93}
347 contrast = 1.0
348 profile = MURRINE
349 }
350}
351
352style "murrine-GtkToolbarButton" = "murrine-GtkButton"
353{
354 bg[PRELIGHT] = shade(0.9, @bg_color) # Prelight
355 bg[ACTIVE] = shade(1.0, @bg_color) #
356
357 xthickness = 6
358 ythickness = 6
359
360 engine "murrine"{
361 roundness = 3
362 gradient_shades = {0.96, 0.99, 0.99, 1.2}
363 contrast = 1.5
364 profile = MURRINE
365 }
366}
367
368style "murrine-GtkToolbar-sep" = "murrine-GtkToolbar"
369{
370 xthickness = 2
371}
372
373style "murrine-GtkHandleBox" = "murrine-GtkToolbar"
374{
375 bg[NORMAL] = shade (1.12, @bg_color)
376
377 engine "murrine"{
378 glow_shade = 1.0
379 glazestyle = 3
380 contrast = 1.25
381 profile = MURRINE
382 }
383}
384
385#
386# Toolbar Styles ##############################################
387# ######################################################################
388
389# Notebook Styles ##############################################
390# ######################################################################
391#
392style "murrine-GtkNotebook"
393{
394 bg[NORMAL] = shade(1.09, @bg_color) # Selected tab body
395 bg[PRELIGHT] = @text_color # <> CList
396 bg[ACTIVE] = shade(0.88, @bg_color) # Active / unselected tabs
397
398 fg[NORMAL] = shade(.45, @selected_bg_color) # <> CList {blue}
399
400 text[NORMAL] = @fg_color # Nautilus folders
401
402 xthickness = 4
403
404 engine "murrine"{
405 roundness = 2
406 gradient_shades = {1.8, 1.7, 1.6, 0.8}
407 contrast = 1.0
408 profile = MURRINE
409
410 }
411}
412#
413# Notebook Styles ##############################################
414# ######################################################################
415
416# Dialog Style ##############################################
417# ######################################################################
418#
419style "murrine-GtkDialog" = "murrine-GtkWidget"
420{
421 bg[PRELIGHT] = shade (1.15, @bg_color) # Prelight
422 bg[ACTIVE] = shade (1.05, @bg_color) # Active
423 bg[INSENSITIVE] = shade (1.00, @bg_color) # Dimmed
424
425 fg[PRELIGHT] = shade(.45, @selected_bg_color) # text prelight
426
427}
428#
429# Dialog Style ##############################################
430# ######################################################################
431
432# PanelWidget (desktop) ##############################################
433# ######################################################################
434#
435
436style "murrine-PanelWidget"
437{
438 bg[NORMAL] = shade(0.80, @bg_color) # Default panel background (Matches metacity)
439 bg[PRELIGHT] = shade(0.70, @bg_color) # panel prelight
440 bg[ACTIVE] = shade(1.10, @bg_color) # bottom panel active background
441 bg[SELECTED] = shade(0.70, @selected_bg_color) # Active window desktop lower panel background [ ] [ ]
442
443 fg[NORMAL] = @fg_color # Default text
444 fg[PRELIGHT] = @selected_fg_color # Prelight
445 fg[ACTIVE] = mix(1.29, @selected_bg_color, @selected_fg_color) # Bottom panel active text
446 fg[SELECTED] = @fg_color # Bottom panel selected window
447}
448#
449# PanelWidget (desktop) ##############################################
450# ######################################################################
451
452# Menu Styles ##############################################
453# ######################################################################
454#
455style "murrine-GtkMenu" = "murrine-GtkWidget"
456{
457 bg[NORMAL] = shade(1.05, @bg_color) # drop down menu backbround
458
459 xthickness = 0 # pads left/right menu drop down
460 ythickness = 0 # pads top/bottom menu drop down
461
462 engine "murrine" {
463 contrast = 1.0
464 style = MURRINE
465 }
466}
467
468style "murrine-GtkMenuItem" = "murrine-GtkWidget"
469{
470 bg[NORMAL] = shade(0.8, @bg_color) # menu separators in gFTP/Bluefish
471 bg[SELECTED] = shade(0.5, @bg_color) # selected item background
472
473 fg[NORMAL] = @fg_color # menu text!
474 fg[PRELIGHT] = @selected_fg_color # menu text prelight!
475
476 GtkMenuItem::toggle-spacing=10 # space between icon & text
477 GtkMenuItem::horizontal-padding=6 # space between left border & icon
478 GtkMenuItem::arrow-scaling=.5 # size of submenu arrow
479
480 xthickness = 0
481 ythickness = 5
482
483 engine "murrine"{
484 roundness = 0
485 gradient_shades = {1.2,1.0,1.0,0.95}
486 style = MURRINE
487 }
488}
489
490style "murrine-GtkMenubar"
491{
492 bg[NORMAL] = @bg_color # panel background
493
494 fg[NORMAL] = @text_color # default panel text !
495 fg[PRELIGHT] = @selected_fg_color # text after dropdown menu
496
497 engine "murrine"{
498 gradient_shades = {2.0,1.0,1.0,0.97}
499 contrast = 2.0
500 }
501}
502
503style "murrine-GtkSeparatorMenuItem"
504{
505 bg[NORMAL] = shade(1.1, @bg_color) # line color
506
507 GtkSeparatorMenuItem::horizontal-padding = 3
508 GtkWidget::wide-separators = 1
509 GtkWidget::separator-width = 1
510 GtkWidget::separator-height = 1
511
512 xthickness = 1
513 ythickness = 0
514}
515
516style "murrine-PanelGtkMenubar"
517{
518 bg[NORMAL] = shade(0.80, @bg_color) # panel background color (matches metacity)
519 bg[SELECTED] = shade(0.90, @bg_color) # selected panel menu item background color
520
521 fg[NORMAL] = @text_color # default panel text !
522 fg[PRELIGHT] = shade(0.55, mix(0.70, @fg_color, @selected_fg_color)) # text after dropdown menu
523
524 engine "murrine"{
525 gradient_shades = {1.0,1.0,1.0,0.97}
526 roundness = 0
527 contrast = 0.0
528 }
529}
530
531#
532# Menu Styles ##############################################
533# ######################################################################
534
535# TreeView Styles ##############################################
536# ######################################################################
537#
538style "murrine-GtkTreeView"
539{
540 GtkTreeView ::odd_row_color = shade(1.2,@bg_color)
541 GtkTreeView ::even_row_color = @selected_fg_color
542}
543
544style "murrine-GtkTreeView-header" = "murrine-GtkWidget"
545{
546 bg[NORMAL] = shade(0.9, @bg_color)
547 bg[PRELIGHT] = shade(1.0, @bg_color)
548 bg[ACTIVE] = shade(0.8, @bg_color)
549
550 GtkWidget::focus-line-width = 0
551
552 xthickness = 2
553 ythickness = 1
554
555 engine "murrine" {
556 gradient_shades = {1.25,1.1,1.1,1.2}
557 style = MURRINE
558 contrast = 0.5
559 glazestyle = 1
560 listviewheaderstyle = 1
561 }
562}
563#
564# TreeView Styles ##############################################
565# ######################################################################
566
567# Check/Radio Styles ##############################################
568# ######################################################################
569#
570style "murrine-GtkCheckButton" = "murrine-GtkWidget"
571{
572 bg[PRELIGHT] = shade (1.1, @bg_color) # prelight background
573 bg[ACTIVE] = shade (1.2, @bg_color) # used by inkscape
574 bg[SELECTED] = @selected_fg_color # [ ] selected background
575 bg[INSENSITIVE] = shade (1.4, @bg_color) # used by inkscape
576
577 fg[NORMAL] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
578 fg[PRELIGHT] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
579 fg[ACTIVE] = mix(0.70, @fg_color, @selected_fg_color) # dotted outline
580
581 base[NORMAL] = @selected_fg_color # [ ] of unselected widget
582
583 text[NORMAL] = @fg_color # Default check/radio symbol
584 text[PRELIGHT] = shade (0.9, @selected_bg_color) # Prelight check/radio symbol
585 text[ACTIVE] = @selected_bg_color # Active check/radio symbol
586}
587
588style "murrine-GtkRadioButtonLabel"
589{
590 fg[NORMAL] = shade(3.0, @text_color) # unchecked
591 fg[ACTIVE] = @text_color # checked
592 fg[PRELIGHT] = @text_color # text
593}
594
595style "murrine-GtkCheckMenuItem" = "murrine-GtkWidget"
596{
597 bg[NORMAL] = @selected_fg_color # default [ ]
598 bg[SELECTED] = shade(0.4, @bg_color) # selected [ ]
599
600 fg[NORMAL] = @text_color # Default text
601 fg[PRELIGHT] = @selected_fg_color # Prelight text
602
603 base[NORMAL] = @base_color # symbol
604
605 text[NORMAL] = @base_color # Default check/radio symbol
606 text[PRELIGHT] = @base_color # Prelight check/radio symbol
607
608 ythickness = 6
609
610 engine "murrine"{
611 gradient_shades = {1.3,1.0,1.0,1.1}
612 contrast = 1.5
613 style = MURRINE
614 }
615}
616#
617# Check/Radio Styles ##############################################
618# ######################################################################
619
620style "murrine-GtkTooltips"
621{
622 bg[NORMAL] = @tooltip_bg_color
623 fg[NORMAL] = @tooltip_fg_color
624
625 xthickness = 4
626 ythickness = 4
627
628 engine "murrine"
629 {
630 contrast = .8
631 profile = MURRINE
632 }
633}
634
635# GtkProgressBar ##############################################
636# ######################################################################
637# The svn132 version of murrine does not theme progressbar trough.
638#
639style "murrine-GtkProgressBar"
640{
641 bg[SELECTED] = @selected_bg_color # Bar
642
643 fg[NORMAL] = @fg_color # Text on trough
644 fg[PRELIGHT] = @selected_fg_color # Text on bar
645
646 xthickness = 0
647 ythickness = 0
648
649 engine "murrine"
650 {
651 # contrast determines how much of the candy bar is visible
652 contrast = 1.0
653 profile = MURRINE
654 }
655
656}
657
658# rhythmbox-GtkProgressBar style
659# ######################################################################
660style "rhythmbox-GtkProgressBar"
661{
662 bg[SELECTED] = @selected_bg_color # Bar
663
664 fg[NORMAL] = @fg_color # Text on trough
665 fg[PRELIGHT] = @selected_fg_color # Text on bar
666
667 xthickness = 0
668 ythickness = 6
669
670 engine "murrine"
671 {
672 animation = FALSE
673 progressbarstyle = 0
674 }
675}
676
677# mozilla-GtkProgressBar style
678# ######################################################################
679style "mozilla-GtkProgressBar"
680{
681 bg[SELECTED] = @selected_bg_color # Bar
682
683 fg[NORMAL] = @fg_color # Text on trough
684 fg[PRELIGHT] = @selected_fg_color # Text on bar
685
686 xthickness = 0
687 ythickness = 0
688
689 engine "murrine"
690 {
691 animation = FALSE
692 progressbarstyle = 0
693 }
694}
695#
696# GtkProgressBar ##############################################
697# ######################################################################
698
699# GtkStatusbar ##############################################
700# ######################################################################
701#
702style "murrine-GtkStatusbar"
703{
704 bg[NORMAL] = @bg_color # background
705
706 fg[NORMAL] = @text_color # text
707
708 ythickness = 6
709 xthickness = 4
710
711 engine "murrine"{
712 #glow_shade = 1.0
713 #glazestyle = 3
714 #gradient_shades = {1.15,1.07,1.0605,0.91}
715 contrast = 0.80
716 profile = MURRINE
717 }
718}
719
720#
721# GtkStatusbar (desktop) ##############################################
722# ######################################################################
723
724style "murrine-GtkComboBoxEntry"
725{
726}
727
728style "murrine-GtkSpinButton"
729{
730 bg[NORMAL] = shade (1.1, @bg_color)
731 bg[INSENSITIVE] = shade (1.0, @bg_color)
732
733 fg[NORMAL] = @fg_color # [^/v] controls
734 fg[PRELIGHT] = @selected_bg_color # [^/v] controls
735 fg[ACTIVE] = @selected_bg_color # [^/v] controls
736 fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # [^/v] controls
737
738 base[NORMAL] = @selected_fg_color # default combobox input
739 base[ACTIVE] = @selected_bg_color # active input
740 base[SELECTED] = @selected_bg_color # background selected
741
742 text[NORMAL] = @text_color # default input text
743 text[ACTIVE] = @selected_fg_color # active text
744 text[SELECTED] = @text_color # selected input text
745 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # dimmed input text
746}
747
748# GtkScale ##############################################
749# ######################################################################
750#
751style "murrine-GtkScale"
752{
753 bg[NORMAL] = shade (1.00, @bg_color)
754 bg[PRELIGHT] = shade (1.20, @bg_color)
755
756 fg[NORMAL] = shade (0.80, @bg_color)
757
758 GtkScale::slider-length = 9
759 GtkScale::slider-width = 15
760 # required for svn136
761 GtkScale::trough-side-details = 1
762
763 engine "murrine"{
764 roundness = 2
765 contrast = 1.0
766 gradient_shades = {0.90, 1.06, 1.01, 0.88}
767 profile = MURRINE
768 }
769}
770
771style "murrine-GtkHScale" = "murrine-GtkScale"
772{
773}
774
775style "murrine-GtkVScale" = "murrine-GtkScale"
776{
777}
778#
779# GtkScale ##############################################
780# ######################################################################
781
782# GtkScrollbar ##############################################
783# ######################################################################
784#
785style "murrine-GtkScrollbar"
786{
787 bg[NORMAL] = shade (1.15, @bg_color) # normal stepper
788 bg[PRELIGHT] = shade (1.35, @bg_color) # prelight stepper
789 bg[ACTIVE] = shade (1.20, @bg_color) # active stepper
790 bg[SELECTED] = shade (0.75, @bg_color) # selected stepper
791 bg[INSENSITIVE] = shade (0.98, @bg_color) # dimmed stepper
792
793 #GtkScrollbar::fixed-slider-length = 1
794 GtkScrollbar::has-backward-stepper = 0
795 #GtkScrollbar::has-forward-stepper = 1
796 GtkScrollbar::has-secondary-backward-stepper = 1
797 #GtkScrollbar::has-secondary-forward-stepper = 1
798 GtkScrollbar::min-slider-length = 30
799 GtkScrollbar::trough-under-steppers = 1
800
801 engine "murrine"{
802 roundness = 2
803 contrast = 1.20
804 gradient_shades = {1.0, 1.05, 1.0, 0.88}
805 profile = MURRINE
806 }
807}
808
809style "murrine-GtkHScrollbar" = "murrine-GtkScrollbar"
810{
811}
812
813style "murrine-GtkVScrollbar" = "murrine-GtkScrollbar"
814{
815}
816#
817# GtkScrollbar ##############################################
818# ######################################################################
819
820style "murrine-GtkFrame"
821{
822}
823
824style "murrine-GtkFrameTitle" = "murrine-GtkFrame"
825{
826 fg[NORMAL] = @text_color # Frame text
827}
828
829style "murrine-nautilus-location"
830{
831 bg[NORMAL] = mix(0.60, shade (1.05, @bg_color), @selected_bg_color)
832}
833
834style "murrine-GtkHSeparator"
835{
836 bg[NORMAL] = shade(1.1, @bg_color) # line color
837
838 xthickness = 1
839 ythickness = 0
840}
841
842style "murrine-GtkVSeparator"
843{
844 bg[NORMAL] = shade(1.1, @bg_color) # line color
845
846 xthickness = 0
847 ythickness = 1
848}
849
850# nautilus-GtkWidget
851# ######################################################################
852style "nautilus-GtkWidget"
853{
854 fg[NORMAL] = @text_color # Default
855}
856
857# GtkEvolution style
858# ######################################################################
859style "evolution-GtkETree"
860{
861 bg[ACTIVE] = mix(0.40, @selected_bg_color, @bg_color) # active list item
862 bg[SELECTED] = @selected_bg_color # selected list item
863
864 fg[NORMAL] = @selected_fg_color # Default text
865 fg[ACTIVE] = @text_color # Active text
866 fg[SELECTED] = @selected_fg_color
867 fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # Insensitive text
868}
869
870
871style "evolution-GtkECalendar"
872{
873 bg[NORMAL] = mix(0.25, @selected_bg_color, @bg_color) # calendar title & frame
874 bg[SELECTED] = shade(1.14, @bg_color) # border of today
875
876 fg[NORMAL] = @text_color # days of week & month
877
878 base[NORMAL] = @selected_fg_color # background
879 base[ACTIVE] = shade(1.18, @bg_color) # background of today
880 base[SELECTED] = @base_color # days of week title
881
882 text[ACTIVE] = shade(0.50, @selected_bg_color) # days of week title
883}
884
885# Widget Hierarchy ##############################################
886# ######################################################################
887#
888# Some knowledge of GTK hierarchy is helpful ;)
889#
890# http://library.gnome.org/devel/gtk/unstable/ch01.html
891#
892# Widget Style
893# ----------------------------------- ------------------------------
894# GtkWidget murrine-GtkWidget
895# +--GtkContainer
896# +--GtkBin
897# +--GtkWindow
898# +--GtkFrame murrine-GtkFrame
899# +--GtkButton murrine-GtkButton
900# +--GtkToggleButton
901# +--GtkCheckButton murrine-GtkCheckButton
902# +--GtkRadioButton murrine-GtkCheckButton
903# +--GtkHandleBox murrine-GtkHandleBox
904# +--GtkItem
905# +--GtkMenuItem murrine-GtkMenuItem
906# +--GtkSeparatorMenuItem murrine-GtkSeparatorMenuItem
907# +--GtkComboBox murrine-GtkComboBoxEntry
908# +--GtkComboBoxEntry murrine-GtkComboBoxEntry
909# +--GtkEventBox
910#
911# +--GtkBox
912# +--GtkHBox
913# +--GtkCombo murrine-GtkComboBoxEntry
914# +--GtkStatusbar murrine-GtkStatusbar
915# +--GtkVBox
916#
917# +--GtkCList
918# +--GtkCTree
919#
920# +--GtkList
921#
922# +--GtkLayout murrine-GtkNotebook
923#
924# +--GtkDrawingArea murrine-GtkNotebook
925#
926# +--GtkMenuShell
927# +--GtkMenuBar murrine-GtkMenubar
928# +--GtkMenu murrine-GtkMenu
929#
930# +--GtkNotebook murrine-GtkNotebook
931#
932# +--GtkToolbar murrine-GtkToolbar
933#
934# +--GtkTreeView murrine-GtkTreeView
935#
936# +--GtkEntry murrine-wider
937# +--GtkSpinButton murrine-GtkSpinButton
938#
939# +--GtkMisc
940# +--GtkLabel
941#
942# +--GtkRange
943# +--GtkScale murrine-GtkScale
944# +--GtkHScale
945# +--GtkVScale
946# +--GtkScrollbar murrine-GtkScrollbar
947# +--GtkHScrollbar
948# +--GtkVScrollbar
949#
950# +--GtkProgress
951# +--GtkProgressBar murrine-GtkProgressBar
952#
953# +--GtkSeparator
954# +--GtkHSeparator murrine-GtkHSeparator
955# +--GtkVSeparator murrine-GtkVSeparator
956#
957# Widget Hierarchy ##############################################
958# ######################################################################
959# W A R N I N G ##############################################
960#
961# As illustrated by the above widget hierarchy, GTK objects inherit style
962# from their parent objects with the root being GTKWIDGET. Getting the theme
963# to work properly is dependent upon instantiating "class" and "widget_class"
964# objects in the correct order.
965#
966# ######################################################################
967
968# GtkWidget
969#
970# http://library.gnome.org/devel/gtk/unstable/GtkWidget.html
971#
972class "GtkWidget" style "murrine-GtkWidget"
973
974# GtkDialog
975#
976# http://library.gnome.org/devel/gtk/unstable/GtkDialog.html
977#
978widget_class "<GtkDialog>.*" style "murrine-GtkDialog"
979widget_class "<GtkDialog>.*<GtkProgressBar>*" style "murrine-GtkProgressBar"
980widget_class "<GtkDialog>.*<GtkScrollbar>*" style "murrine-GtkScrollbar"
981
982# Increase the x/ythickness in some widgets
983class "GtkRange" style "murrine-GtkWidget"
984class "GtkFrame" style "murrine-GtkFrame"
985
986# GtkHSeparator/GtkVSeparator
987#
988# http://library.gnome.org/devel/gtk/stable/GtkHSeparator.html
989# http://library.gnome.org/devel/gtk/stable/GtkVSeparator.html
990#
991# class "GtkSeparator" style "murrine-wide"
992class "GtkHSeparator" style "murrine-GtkHSeparator"
993class "GtkVSeparator" style "murrine-GtkVSeparator"
994
995class "GtkEntry" style "murrine-wider"
996
997# GtkStatusbar
998# The text of the status bar is formated by GtkFrame
999#
1000# http://library.gnome.org/devel/gtk/stable/GtkStatusbar.html
1001#
1002widget_class "*<GtkStatusbar>*" style "murrine-GtkStatusbar"
1003
1004# GtkMenuBar
1005#
1006# http://library.gnome.org/devel/gtk/stable/GtkMenuBar.html
1007#
1008class "GtkMenuBar" style:highest "murrine-GtkMenubar"
1009
1010# GtkToolbar
1011#
1012# http://library.gnome.org/devel/gtk/stable/GtkToolbar.html
1013#
1014class "GtkToolbar" style "murrine-GtkToolbar"
1015widget_class "*<GtkToolbar>.*Button.*" style "murrine-GtkToolbarButton"
1016
1017# GtkHandleBox
1018#
1019# http://library.gnome.org/devel/gtk/stable/GtkHandleBox.html
1020#
1021class "GtkHandleBox" style "murrine-GtkHandleBox"
1022
1023# GtkSpinButton
1024#
1025# http://library.gnome.org/devel/gtk/unstable/GtkSpinButton.html
1026#
1027class "GtkSpinButton" style "murrine-GtkSpinButton"
1028
1029# GtkScale
1030#
1031# http://library.gnome.org/devel/gtk/stable/GtkScale.html
1032#
1033class "GtkScale" style "murrine-GtkScale"
1034
1035# GtkScrollbar
1036#
1037# http://library.gnome.org/devel/gtk/stable/GtkScrollbar.html
1038#
1039# murrine solution
1040class "GtkScrollbar" style "murrine-GtkScrollbar"
1041
1042# GtkButton
1043#
1044# http://library.gnome.org/devel/gtk/unstable/GtkButton.html
1045#
1046class "GtkButton" style "murrine-GtkButton"
1047
1048# GtkCheckButton/GtkRadioButton
1049#
1050# http://library.gnome.org/devel/gtk/unstable/GtkRadioButton.html
1051# http://library.gnome.org/devel/gtk/stable/GtkCheckButton.html
1052#
1053class "GtkCheckButton" style "murrine-GtkCheckButton"
1054class "GtkRadioButton" style "murrine-GtkCheckButton"
1055widget_class "*.*<GtkRadioButton>*" style "murrine-GtkRadioButtonLabel"
1056widget_class "*.*<GtkCheckButton>*" style "murrine-GtkRadioButtonLabel"
1057
1058# apply theme elements to firefox
1059widget "Mozilla*Button*" style "mozilla-GtkButton"
1060
1061# GtkNotebook
1062#
1063# http://library.gnome.org/devel/gtk/unstable/GtkNotebook.html
1064#
1065class "GtkNotebook" style "murrine-GtkNotebook"
1066widget_class "*.*.GtkNotebook" style "murrine-GtkNotebook"
1067widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-GtkNotebook"
1068widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-GtkNotebook"
1069widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-GtkNotebook"
1070
1071# GtkComboBoxEntry
1072#
1073# http://library.gnome.org/devel/gtk/stable/GtkComboBoxEntry.html
1074#
1075widget_class "*<GtkComboBoxEntry>*" style "murrine-GtkComboBoxEntry"
1076
1077# GtkCombo
1078#
1079# http://library.gnome.org/devel/gtk/unstable/GtkCombo.html
1080#
1081widget_class "*<GtkCombo>*" style "murrine-GtkComboBoxEntry"
1082
1083# GtkMenu
1084#
1085# http://library.gnome.org/devel/gtk/stable/GtkMenu.html
1086#
1087widget_class "*<GtkMenu>*" style "murrine-GtkMenu"
1088
1089# GtkMenuItem / GtkSeparatorMenuItem
1090#
1091# http://library.gnome.org/devel/gtk/stable/GtkMenuItem.html
1092# http://library.gnome.org/devel/gtk/stable/GtkSeparatorMenuItem.html
1093#
1094widget_class "*<GtkMenuItem>*" style "murrine-GtkMenuItem"
1095widget_class "*<GtkSeparatorMenuItem>*" style "murrine-GtkSeparatorMenuItem"
1096
1097# GtkCheckMenuItem
1098#
1099# http://library.gnome.org/devel/gtk/unstable/GtkCheckMenuItem.html
1100#
1101widget_class "*<GtkCheckMenuItem>" style "murrine-GtkCheckMenuItem"
1102
1103# GtkFrame
1104#
1105# http://library.gnome.org/devel/gtk/stable/GtkFrame.html
1106#
1107widget_class "*<GtkFrame>" style "murrine-GtkFrame"
1108widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-GtkFrameTitle"
1109
1110# GtkTreeView
1111#
1112# http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html
1113#
1114widget_class "*.<GtkTreeView>*" style "murrine-GtkTreeView"
1115widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-GtkTreeView-header"
1116widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-GtkTreeView-header"
1117widget_class "*.<GtkList>.<GtkButton>" style "murrine-GtkTreeView-header"
1118widget_class "*.<GtkCList>.<GtkButton>" style "murrine-GtkTreeView-header"
1119
1120# GtkProgressBar
1121#
1122# http://library.gnome.org/devel/gtk/stable/GtkProgressBar.html
1123#
1124class "GtkProgressBar" style "murrine-GtkProgressBar"
1125
1126# This is a work around ;) By default the rhytmbox progress bar fills
1127# the status area. IMO the bar displays better without a trough.
1128widget_class "*<RBStatusbar>.<GtkProgressBar>" style:highest "rhythmbox-GtkProgressBar"
1129widget "MozillaGtkWidget*GtkProgressBar*" style "mozilla-GtkProgressBar"
1130
1131#Panel
1132widget "*PanelWidget*" style "murrine-PanelWidget"
1133widget "*PanelApplet*" style "murrine-PanelWidget"
1134widget "*fast-user-switch*" style "murrine-PanelWidget" # Workaround for Fast User Switch applet
1135class "PanelApp*" style "murrine-PanelWidget"
1136class "PanelToplevel*" style "murrine-PanelWidget"
1137
1138# The panel menubar
1139widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-PanelGtkMenubar"
1140
1141# The window of the tooltip is called "gtk-tooltip"
1142widget "gtk-tooltip*" style "murrine-GtkTooltips"
1143
1144# ######################################################################
1145# Special cases and work arounds
1146# ######################################################################
1147
1148# Nautilus
1149# Nautilus uses a white canvas to display folder & files. Make sure
1150# the text is dark.
1151widget_class "*.EelEditableLabel" style "nautilus-GtkWidget"
1152
1153# Special case the nautilus-extra-view-widget
1154# ToDo: A more generic approach for all applications that have a widget like this.
1155widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
1156
1157# Workarounds for Evolution
1158widget_class "*.ETable.ECanvas" style "murrine-GtkTreeView-header"
1159widget_class "*.ETree.ECanvas" style "murrine-GtkTreeView-header"
1160widget_class "*.ETree.*" style "evolution-GtkETree"
1161widget_class "*.ECalendar" style "evolution-GtkECalendar"
1162
1163# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
1164style "murrine-text-is-fg-color-workaround"
1165{
1166 text[NORMAL] = @fg_color
1167 text[PRELIGHT] = @fg_color
1168 text[SELECTED] = @selected_fg_color
1169 text[ACTIVE] = @fg_color
1170 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
1171}
1172widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
1173
1174style "murrine-menuitem-text-is-fg-color-workaround"
1175{
1176 text[NORMAL] = @fg_color
1177 text[PRELIGHT] = @selected_fg_color
1178 text[SELECTED] = @selected_fg_color
1179 text[ACTIVE] = @fg_color
1180 text[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
1181}
1182widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround"
1183
1184# Work around the usage of GtkLabel inside GtkListItems to display text.
1185# This breaks because the label is shown on a background that is based on the
1186# base color set.
1187style "murrine-fg-is-text-color-workaround"
1188{
1189 fg[NORMAL] = @text_color
1190 fg[PRELIGHT] = @text_color
1191 fg[ACTIVE] = @selected_fg_color
1192 fg[SELECTED] = @selected_fg_color
1193 fg[INSENSITIVE] = mix(0.70, @fg_color, @selected_fg_color) # darker (@bg_color)
1194}
1195widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
1196# The same problem also exists for GtkCList and GtkCTree
1197# Only match GtkCList and not the parent widgets, because that would also change the headers.
1198widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
1199
1200style "murrine-evo-new-button-workaround"
1201{
1202 engine "murrine"
1203 {
1204 toolbarstyle = 0
1205 }
1206}
1207
1208widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
1209
1210#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
1211style "murrine-rhythmbox-header" = "murrine-GtkWidget"
1212{
1213 xthickness = 3
1214 ythickness = 3
1215 engine "murrine" {
1216 }
1217}
1218widget "*RBSourceHeader*" style:highest "murrine-rhythmbox-header"
1219widget "*swt*toolbar*" style "murrine-GtkWidget"
1220
1221# RSC: Fix for CPU frequency applet
1222style "applet-text" = "murrine-panel"
1223{
1224 fg[NORMAL] = @bg_color
1225}
1226widget_class "*CPUFreqApplet*" style:highest "applet-text"
01227
=== added file 'Impression/index.theme.in'
--- Impression/index.theme.in 1970-01-01 00:00:00 +0000
+++ Impression/index.theme.in 2009-03-21 18:27:20 +0000
@@ -0,0 +1,13 @@
1[Desktop Entry]
2Version=1.0
3Encoding=UTF-8
4Name=Impression
5Type=X-GNOME-Metatheme
6Comment=Ubuntu theme
7Name[en_US]=Impression
8
9[X-GNOME-Metatheme]
10GtkTheme=Impression
11MetacityTheme=Impression
12IconTheme=Human
13CursorTheme=default
014
=== added directory 'Impression/metacity-1'
=== added file 'Impression/metacity-1/button_close_active.png'
1Binary files Impression/metacity-1/button_close_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_close_active.png 2009-03-21 18:27:20 +0000 differ15Binary files Impression/metacity-1/button_close_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_close_active.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_close_prelight.png'
2Binary files Impression/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_close_prelight.png 2009-03-21 18:27:20 +0000 differ16Binary files Impression/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_close_prelight.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_insensitive.png'
3Binary files Impression/metacity-1/button_insensitive.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_insensitive.png 2009-03-21 18:27:20 +0000 differ17Binary files Impression/metacity-1/button_insensitive.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_insensitive.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_maximize_active.png'
4Binary files Impression/metacity-1/button_maximize_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_maximize_active.png 2009-03-21 18:27:20 +0000 differ18Binary files Impression/metacity-1/button_maximize_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_maximize_active.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_maximize_prelight.png'
5Binary files Impression/metacity-1/button_maximize_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_maximize_prelight.png 2009-03-21 18:27:20 +0000 differ19Binary files Impression/metacity-1/button_maximize_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_maximize_prelight.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_minimize_active.png'
6Binary files Impression/metacity-1/button_minimize_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_minimize_active.png 2009-03-21 18:27:20 +0000 differ20Binary files Impression/metacity-1/button_minimize_active.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_minimize_active.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_minimize_prelight.png'
7Binary files Impression/metacity-1/button_minimize_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_minimize_prelight.png 2009-03-21 18:27:20 +0000 differ21Binary files Impression/metacity-1/button_minimize_prelight.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_minimize_prelight.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/button_normal.png'
8Binary files Impression/metacity-1/button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_normal.png 2009-03-21 18:27:20 +0000 differ22Binary files Impression/metacity-1/button_normal.png 1970-01-01 00:00:00 +0000 and Impression/metacity-1/button_normal.png 2009-03-21 18:27:20 +0000 differ
=== added file 'Impression/metacity-1/metacity-theme-1.xml'
--- Impression/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000
+++ Impression/metacity-1/metacity-theme-1.xml 2009-03-21 18:27:20 +0000
@@ -0,0 +1,306 @@
1<?xml version="1.0"?>
2<metacity_theme>
3<info>
4 <name>Impression</name>
5 <author>JohnBaer</author>
6 <copyright>GNU GLP v2</copyright>
7 <date>2009-09-04</date>
8 <description>Human Impression Theme - 90315:1100</description>
9</info>
10
11<!-- default window frame -->
12
13<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true" title_scale="medium">
14 <distance name="left_width" value="3"/>
15 <distance name="right_width" value="3"/>
16 <distance name="bottom_height" value="6"/>
17 <distance name="left_titlebar_edge" value="10"/>
18 <distance name="right_titlebar_edge" value="6"/>
19 <distance name="button_width" value="20"/>
20 <distance name="button_height" value="20"/>
21 <distance name="title_vertical_pad" value="6"/>
22 <border name="title_border" left="2" right="2" top="3" bottom="2"/>
23 <border name="button_border" left="0" right="0" top="6" bottom="1"/>
24</frame_geometry>
25
26<draw_ops name="frame-left-focused">
27 <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="2" height="height"/>
28</draw_ops>
29
30<draw_ops name="frame-right-focused">
31 <rectangle color="gtk:bg[NORMAL]" filled="true" x="width-2" y="0" width="2" height="height"/>
32</draw_ops>
33
34<draw_ops name="frame-bottom-focused">
35 <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
36</draw_ops>
37
38<draw_ops name="frame-left-unfocused">
39 <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="0" y="0" width="2" height="height"/>
40</draw_ops>
41
42<draw_ops name="frame-right-unfocused">
43 <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="width-2" y="0" width="2" height="height"/>
44</draw_ops>
45
46<draw_ops name="frame-bottom-unfocused">
47 <rectangle color="shade/gtk:bg[NORMAL]/0.98" filled="true" x="0" y="0" width="width" height="height"/>
48</draw_ops>
49
50<!-- maximized window frame -->
51
52<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
53 <distance name="left_width" value="3"/>
54 <distance name="right_width" value="3"/>
55 <distance name="bottom_height" value="0"/>
56 <distance name="left_titlebar_edge" value="10"/>
57 <distance name="right_titlebar_edge" value="4"/>
58 <distance name="button_width" value="20"/>
59 <distance name="button_height" value="20"/>
60 <distance name="title_vertical_pad" value="6"/>
61 <border name="title_border" left="2" right="2" top="3" bottom="2"/>
62 <border name="button_border" left="0" right="0" top="6" bottom="1"/>
63</frame_geometry>
64
65<draw_ops name="frame-bottom-maximized">
66 <!-- Nothing required, height = 0 -->
67</draw_ops>
68
69<!-- frame without a title (e.g. desktop) -->
70
71<frame_geometry name="border" parent="normal" has_title="false">
72 <border name="title_border" left="0" right="0" top="3" bottom="2"/>
73 <border name="button_border" left="3" right="0" top="0" bottom="0"/>
74</frame_geometry>
75
76<!-- focused frame title -->
77
78<draw_ops name="title">
79 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
80 <color value="shade/gtk:bg[NORMAL]/0.95"/>
81 <color value="shade/gtk:bg[NORMAL]/0.85"/>
82 </gradient>
83</draw_ops>
84
85<draw_ops name="title-text-focused">
86 <title color="gtk:text[NORMAL]" x="4" y="((height - title_height) / 2) `max` 0"/>
87</draw_ops>
88
89<!-- unfocused frame title -->
90
91<draw_ops name="title-unfocused">
92 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
93 <color value="shade/gtk:bg[NORMAL]/0.90"/>
94 <color value="shade/gtk:bg[NORMAL]/0.80"/>
95 </gradient>
96</draw_ops>
97
98<draw_ops name="title-text-unfocused">
99 <title color="shade/gtk:text[NORMAL]/2.50" x="4" y="((height - title_height) / 2) `max` 0"/>
100</draw_ops>
101
102<!-- focused maximized frame title -->
103
104<draw_ops name="title-maximized">
105 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
106 <color value="gtk:bg[NORMAL]"/>
107 <color value="gtk:bg[NORMAL]"/>
108 <color value="shade/gtk:bg[NORMAL]/0.85"/>
109 </gradient>
110</draw_ops>
111
112<!-- unfocused maximized frame title -->
113
114<draw_ops name="title-unfocused-maximized">
115 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
116 <color value="gtk:bg[NORMAL]"/>
117 <color value="shade/gtk:bg[NORMAL]/0.97"/>
118 <color value="shade/gtk:bg[NORMAL]/0.83"/>
119 </gradient>
120</draw_ops>
121
122<!-- focused shaded frame title -->
123
124<draw_ops name="title-shaded">
125 <gradient type="vertical" x="0" y="0" width="width" height="top_height">
126 <color value="gtk:bg[NORMAL]"/>
127 <color value="shade/gtk:bg[NORMAL]/0.85"/>
128 </gradient>
129</draw_ops>
130
131<!-- default buttons -->
132
133<draw_ops name="button-normal">
134 <image filename="button_normal.png" x="0" y="0" width="object_width" height="object_height"/>
135</draw_ops>
136<draw_ops name="button-insensitive">
137 <image filename="button_insensitive.png" x="0" y="0" width="object_width" height="object_height"/>
138</draw_ops>
139
140<!-- close buttons -->
141
142<draw_ops name="button-close-prelight">
143 <image filename="button_close_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
144</draw_ops>
145<draw_ops name="button-close-active">
146 <image filename="button_close_active.png" x="0" y="0" width="object_width" height="object_height"/>
147</draw_ops>
148
149<!-- maximize buttons -->
150
151<draw_ops name="button-maximize-prelight">
152 <image filename="button_maximize_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
153</draw_ops>
154<draw_ops name="button-maximize-active">
155 <image filename="button_maximize_active.png" x="0" y="0" width="object_width" height="object_height"/>
156</draw_ops>
157
158<!-- minimize buttons -->
159
160<draw_ops name="button-minimize-prelight">
161 <image filename="button_minimize_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
162</draw_ops>
163<draw_ops name="button-minimize-active">
164 <image filename="button_minimize_active.png" x="0" y="0" width="object_width" height="object_height"/>
165</draw_ops>
166
167<!-- menu icons -->
168
169<draw_ops name="button-menu-normal">
170 <icon x="0" y="0" width="mini_icon_width" height="mini_icon_height"/>
171</draw_ops>
172<draw_ops name="button-menu-prelight">
173 <icon x="0" y="0" width="mini_icon_width" height="mini_icon_height"/>
174</draw_ops>
175<draw_ops name="button-menu-inactive-prelight">
176 <icon x="0" y="0" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
177</draw_ops>
178<draw_ops name="button-menu-active">
179 <icon x="0" y="0" width="mini_icon_width" height="mini_icon_height"/>
180</draw_ops>
181<draw_ops name="button-menu-inactive">
182 <icon x="0" y="0" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
183</draw_ops>
184
185<!-- default window style -->
186
187<frame_style name="normal-focused" geometry="normal">
188 <piece position="titlebar" draw_ops="title"/>
189 <piece position="left_edge" draw_ops="frame-left-focused"/>
190 <piece position="right_edge" draw_ops="frame-right-focused"/>
191 <piece position="bottom_edge" draw_ops="frame-bottom-focused"/>
192 <piece position="title" draw_ops="title-text-focused"/>
193 <button function="close" state="normal" draw_ops="button-normal"/>
194 <button function="close" state="prelight" draw_ops="button-close-prelight"/>
195 <button function="close" state="pressed" draw_ops="button-close-active"/>
196 <button function="minimize" state="normal" draw_ops="button-normal"/>
197 <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
198 <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
199 <button function="maximize" state="normal" draw_ops="button-normal"/>
200 <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
201 <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
202 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
203 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
204 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
205</frame_style>
206
207<frame_style name="normal-unfocused" geometry="normal">
208 <piece position="titlebar" draw_ops="title-unfocused"/>
209 <piece position="left_edge" draw_ops="frame-left-unfocused"/>
210 <piece position="right_edge" draw_ops="frame-right-unfocused"/>
211 <piece position="bottom_edge" draw_ops="frame-bottom-unfocused"/>
212 <piece position="title" draw_ops="title-text-unfocused"/>
213 <button function="close" state="normal" draw_ops="button-insensitive"/>
214 <button function="close" state="prelight" draw_ops="button-close-prelight"/>
215 <button function="close" state="pressed" draw_ops="button-close-active"/>
216 <button function="minimize" state="normal" draw_ops="button-insensitive"/>
217 <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
218 <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
219 <button function="maximize" state="normal" draw_ops="button-insensitive"/>
220 <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
221 <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
222 <button function="menu" state="normal" draw_ops="button-menu-inactive"/>
223 <button function="menu" state="prelight" draw_ops="button-menu-inactive-prelight"/>
224 <button function="menu" state="pressed" draw_ops="button-menu-inactive"/>
225</frame_style>
226
227<!-- maximized window style -->
228
229<frame_style name="maximized-focused" geometry="normal_maximized">
230 <piece position="titlebar" draw_ops="title-maximized"/>
231 <piece position="left_edge" draw_ops="frame-left-focused"/>
232 <piece position="right_edge" draw_ops="frame-right-focused"/>
233 <piece position="bottom_edge" draw_ops="frame-bottom-maximized"/>
234 <piece position="title" draw_ops="title-text-focused"/>
235 <button function="close" state="normal" draw_ops="button-normal"/>
236 <button function="close" state="prelight" draw_ops="button-close-prelight"/>
237 <button function="close" state="pressed" draw_ops="button-close-active"/>
238 <button function="minimize" state="normal" draw_ops="button-normal"/>
239 <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
240 <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
241 <button function="maximize" state="normal" draw_ops="button-normal"/>
242 <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
243 <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
244 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
245 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
246 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
247</frame_style>
248
249<frame_style name="maximized-unfocused" geometry="normal_maximized">
250 <piece position="titlebar" draw_ops="title-unfocused-maximized"/>
251 <piece position="left_edge" draw_ops="frame-left-focused"/>
252 <piece position="right_edge" draw_ops="frame-right-focused"/>
253 <piece position="bottom_edge" draw_ops="frame-bottom-maximized"/>
254 <piece position="title" draw_ops="title-text-unfocused"/>
255 <button function="close" state="normal" draw_ops="button-normal"/>
256 <button function="close" state="prelight" draw_ops="button-close-prelight"/>
257 <button function="close" state="pressed" draw_ops="button-close-active"/>
258 <button function="minimize" state="normal" draw_ops="button-normal"/>
259 <button function="minimize" state="prelight" draw_ops="button-minimize-prelight"/>
260 <button function="minimize" state="pressed" draw_ops="button-minimize-active"/>
261 <button function="maximize" state="normal" draw_ops="button-normal"/>
262 <button function="maximize" state="prelight" draw_ops="button-maximize-prelight"/>
263 <button function="maximize" state="pressed" draw_ops="button-maximize-active"/>
264 <button function="menu" state="normal" draw_ops="button-menu-normal"/>
265 <button function="menu" state="prelight" draw_ops="button-menu-prelight"/>
266 <button function="menu" state="pressed" draw_ops="button-menu-active"/>
267</frame_style>
268
269<!-- shaded window style -->
270
271<frame_style name="normal-shaded-focused" geometry="normal" parent="normal-focused">
272 <piece position="titlebar" draw_ops="title-shaded"/>
273 <piece position="title" draw_ops="title-text-focused"/>
274</frame_style>
275
276<frame_style name="normal-shaded-unfocused" geometry="normal" parent="normal-unfocused">
277 <piece position="titlebar" draw_ops="title-shaded"/>
278 <piece position="title" draw_ops="title-text-unfocused"/>
279</frame_style>
280
281<!-- desktop definitions -->
282
283<frame_style_set name="normal">
284 <frame focus="yes" state="normal" resize="both" style="normal-focused"/>
285 <frame focus="no" state="normal" resize="both" style="normal-unfocused"/>
286 <frame focus="yes" state="maximized" style="maximized-focused"/>
287 <frame focus="no" state="maximized" style="maximized-unfocused"/>
288 <frame focus="yes" state="shaded" style="normal-shaded-focused"/>
289 <frame focus="no" state="shaded" style="normal-shaded-unfocused"/>
290 <frame focus="yes" state="maximized_and_shaded" style="normal-shaded-focused"/>
291 <frame focus="no" state="maximized_and_shaded" style="normal-shaded-unfocused"/>
292</frame_style_set>
293
294<window type="normal" style_set="normal"/>
295<window type="dialog" style_set="normal"/>
296<window type="modal_dialog" style_set="normal"/>
297<window type="menu" style_set="normal"/>
298<window type="utility" style_set="normal"/>
299<window type="border" style_set="normal"/>
300
301<menu_icon function="close" state="normal" draw_ops="button-close-prelight"/>
302<menu_icon function="maximize" state="normal" draw_ops="button-maximize-prelight"/>
303<menu_icon function="unmaximize" state="normal" draw_ops="button-maximize-prelight"/>
304<menu_icon function="minimize" state="normal" draw_ops="button-minimize-prelight"/>
305
306</metacity_theme>
0307
=== removed directory 'NewWave'
=== removed directory 'NewWave/gtk-2.0'
=== removed directory 'NewWave/gtk-2.0/Images'
=== removed directory 'NewWave/gtk-2.0/Images/Arrows'
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-down-insens.png'
1Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-insens.png 1970-01-01 00:00:00 +0000 differ308Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-down-prelight.png'
2Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-prelight.png 1970-01-01 00:00:00 +0000 differ309Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-down-pressed.png'
3Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-pressed.png 1970-01-01 00:00:00 +0000 differ310Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-down.png'
4Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down.png 1970-01-01 00:00:00 +0000 differ311Binary files NewWave/gtk-2.0/Images/Arrows/arrow-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-down.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-left-insens.png'
5Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-insens.png 1970-01-01 00:00:00 +0000 differ312Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-left-prelight.png'
6Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-prelight.png 1970-01-01 00:00:00 +0000 differ313Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-left-pressed.png'
7Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-pressed.png 1970-01-01 00:00:00 +0000 differ314Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-left.png'
8Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left.png 1970-01-01 00:00:00 +0000 differ315Binary files NewWave/gtk-2.0/Images/Arrows/arrow-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-dark.png'
9Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-dark.png 1970-01-01 00:00:00 +0000 differ316Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-dark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-insens.png'
10Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-insens.png 1970-01-01 00:00:00 +0000 differ317Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-norm.png'
11Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-norm.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-norm.png 1970-01-01 00:00:00 +0000 differ318Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-norm.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-norm.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight-dark.png'
12Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight-dark.png 1970-01-01 00:00:00 +0000 differ319Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight-dark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight.png'
13Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight.png 1970-01-01 00:00:00 +0000 differ320Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right-pressed.png'
14Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-pressed.png 1970-01-01 00:00:00 +0000 differ321Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-right.png'
15Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right.png 1970-01-01 00:00:00 +0000 differ322Binary files NewWave/gtk-2.0/Images/Arrows/arrow-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-up-insens.png'
16Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-insens.png 1970-01-01 00:00:00 +0000 differ323Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-up-prelight.png'
17Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-prelight.png 1970-01-01 00:00:00 +0000 differ324Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-up-pressed.png'
18Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-pressed.png 1970-01-01 00:00:00 +0000 differ325Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Arrows/arrow-up.png'
19Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up.png 1970-01-01 00:00:00 +0000 differ326Binary files NewWave/gtk-2.0/Images/Arrows/arrow-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Arrows/arrow-up.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Buttons'
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-default.png'
20Binary files NewWave/gtk-2.0/Images/Buttons/button-default.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-default.png 1970-01-01 00:00:00 +0000 differ327Binary files NewWave/gtk-2.0/Images/Buttons/button-default.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-default.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-focus.png'
21Binary files NewWave/gtk-2.0/Images/Buttons/button-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-focus.png 1970-01-01 00:00:00 +0000 differ328Binary files NewWave/gtk-2.0/Images/Buttons/button-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-insensitive-in.png'
22Binary files NewWave/gtk-2.0/Images/Buttons/button-insensitive-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-insensitive-in.png 1970-01-01 00:00:00 +0000 differ329Binary files NewWave/gtk-2.0/Images/Buttons/button-insensitive-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-insensitive-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-insensitive.png'
23Binary files NewWave/gtk-2.0/Images/Buttons/button-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-insensitive.png 1970-01-01 00:00:00 +0000 differ330Binary files NewWave/gtk-2.0/Images/Buttons/button-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-normal.png'
24Binary files NewWave/gtk-2.0/Images/Buttons/button-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-normal.png 1970-01-01 00:00:00 +0000 differ331Binary files NewWave/gtk-2.0/Images/Buttons/button-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-prelight.png'
25Binary files NewWave/gtk-2.0/Images/Buttons/button-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-prelight.png 1970-01-01 00:00:00 +0000 differ332Binary files NewWave/gtk-2.0/Images/Buttons/button-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-pressed-prelight.png'
26Binary files NewWave/gtk-2.0/Images/Buttons/button-pressed-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-pressed-prelight.png 1970-01-01 00:00:00 +0000 differ333Binary files NewWave/gtk-2.0/Images/Buttons/button-pressed-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-pressed-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Buttons/button-pressed.png'
27Binary files NewWave/gtk-2.0/Images/Buttons/button-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-pressed.png 1970-01-01 00:00:00 +0000 differ334Binary files NewWave/gtk-2.0/Images/Buttons/button-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Buttons/button-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Check-Radio'
=== removed directory 'NewWave/gtk-2.0/Images/Check-Radio-Menu'
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-active.png'
28Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-active.png 1970-01-01 00:00:00 +0000 differ335Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-insensitive.png'
29Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-insensitive.png 1970-01-01 00:00:00 +0000 differ336Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-prelight.png'
30Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-prelight.png 1970-01-01 00:00:00 +0000 differ337Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line.png'
31Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line.png 1970-01-01 00:00:00 +0000 differ338Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-line.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-insensitive.png'
32Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ339Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-prelight.png'
33Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-prelight.png 1970-01-01 00:00:00 +0000 differ340Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark.png'
34Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark.png 1970-01-01 00:00:00 +0000 differ341Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-mark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-insensitive.png'
35Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ342Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-prelight.png'
36Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-prelight.png 1970-01-01 00:00:00 +0000 differ343Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal.png'
37Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal.png 1970-01-01 00:00:00 +0000 differ344Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/check-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-active.png'
38Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-active.png 1970-01-01 00:00:00 +0000 differ345Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-insensitive.png'
39Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-insensitive.png 1970-01-01 00:00:00 +0000 differ346Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-prelight.png'
40Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-prelight.png 1970-01-01 00:00:00 +0000 differ347Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line.png'
41Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line.png 1970-01-01 00:00:00 +0000 differ348Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-line.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-insensitive.png'
42Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ349Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-prelight.png'
43Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-prelight.png 1970-01-01 00:00:00 +0000 differ350Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark.png'
44Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark.png 1970-01-01 00:00:00 +0000 differ351Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-mark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-insensitive.png'
45Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ352Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-prelight.png'
46Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-prelight.png 1970-01-01 00:00:00 +0000 differ353Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal.png'
47Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal.png 1970-01-01 00:00:00 +0000 differ354Binary files NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio-Menu/opt-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-line-active.png'
48Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-active.png 1970-01-01 00:00:00 +0000 differ355Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-line-insensitive.png'
49Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-insensitive.png 1970-01-01 00:00:00 +0000 differ356Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-line-prelight.png'
50Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-prelight.png 1970-01-01 00:00:00 +0000 differ357Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-line.png'
51Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line.png 1970-01-01 00:00:00 +0000 differ358Binary files NewWave/gtk-2.0/Images/Check-Radio/check-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-line.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-mark-active.png'
52Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-active.png 1970-01-01 00:00:00 +0000 differ359Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-mark-insensitive.png'
53Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ360Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-mark-prelight.png'
54Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-prelight.png 1970-01-01 00:00:00 +0000 differ361Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-mark.png'
55Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark.png 1970-01-01 00:00:00 +0000 differ362Binary files NewWave/gtk-2.0/Images/Check-Radio/check-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-mark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-normal-active.png'
56Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-active.png 1970-01-01 00:00:00 +0000 differ363Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-normal-insensitive.png'
57Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ364Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-normal-prelight.png'
58Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-prelight.png 1970-01-01 00:00:00 +0000 differ365Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/check-normal.png'
59Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal.png 1970-01-01 00:00:00 +0000 differ366Binary files NewWave/gtk-2.0/Images/Check-Radio/check-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/check-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/checkfocus.png'
60Binary files NewWave/gtk-2.0/Images/Check-Radio/checkfocus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/checkfocus.png 1970-01-01 00:00:00 +0000 differ367Binary files NewWave/gtk-2.0/Images/Check-Radio/checkfocus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/checkfocus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-line-active.png'
61Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-active.png 1970-01-01 00:00:00 +0000 differ368Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-line-insensitive.png'
62Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-insensitive.png 1970-01-01 00:00:00 +0000 differ369Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-line-prelight.png'
63Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-prelight.png 1970-01-01 00:00:00 +0000 differ370Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-line.png'
64Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line.png 1970-01-01 00:00:00 +0000 differ371Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-line.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-line.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-mark-active.png'
65Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-active.png 1970-01-01 00:00:00 +0000 differ372Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-mark-insensitive.png'
66Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ373Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-mark-prelight.png'
67Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-prelight.png 1970-01-01 00:00:00 +0000 differ374Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-mark.png'
68Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark.png 1970-01-01 00:00:00 +0000 differ375Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-mark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-mark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-normal-active.png'
69Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-active.png 1970-01-01 00:00:00 +0000 differ376Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-normal-insensitive.png'
70Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ377Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-normal-prelight.png'
71Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-prelight.png 1970-01-01 00:00:00 +0000 differ378Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Check-Radio/opt-normal.png'
72Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal.png 1970-01-01 00:00:00 +0000 differ379Binary files NewWave/gtk-2.0/Images/Check-Radio/opt-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Check-Radio/opt-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Combo'
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-entry.png'
73Binary files NewWave/gtk-2.0/Images/Combo/combo-entry.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-entry.png 1970-01-01 00:00:00 +0000 differ380Binary files NewWave/gtk-2.0/Images/Combo/combo-entry.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-entry.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-focus.png'
74Binary files NewWave/gtk-2.0/Images/Combo/combo-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-focus.png 1970-01-01 00:00:00 +0000 differ381Binary files NewWave/gtk-2.0/Images/Combo/combo-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-inactive.png'
75Binary files NewWave/gtk-2.0/Images/Combo/combo-inactive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-inactive.png 1970-01-01 00:00:00 +0000 differ382Binary files NewWave/gtk-2.0/Images/Combo/combo-inactive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-inactive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-normal.png'
76Binary files NewWave/gtk-2.0/Images/Combo/combo-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-normal.png 1970-01-01 00:00:00 +0000 differ383Binary files NewWave/gtk-2.0/Images/Combo/combo-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-prelight.png'
77Binary files NewWave/gtk-2.0/Images/Combo/combo-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-prelight.png 1970-01-01 00:00:00 +0000 differ384Binary files NewWave/gtk-2.0/Images/Combo/combo-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Combo/combo-pressed.png'
78Binary files NewWave/gtk-2.0/Images/Combo/combo-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-pressed.png 1970-01-01 00:00:00 +0000 differ385Binary files NewWave/gtk-2.0/Images/Combo/combo-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Combo/combo-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Expander'
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-active-c.png'
79Binary files NewWave/gtk-2.0/Images/Expander/expander-active-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-c.png 1970-01-01 00:00:00 +0000 differ386Binary files NewWave/gtk-2.0/Images/Expander/expander-active-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-c.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-active-e.png'
80Binary files NewWave/gtk-2.0/Images/Expander/expander-active-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-e.png 1970-01-01 00:00:00 +0000 differ387Binary files NewWave/gtk-2.0/Images/Expander/expander-active-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-e.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-active-sc.png'
81Binary files NewWave/gtk-2.0/Images/Expander/expander-active-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-sc.png 1970-01-01 00:00:00 +0000 differ388Binary files NewWave/gtk-2.0/Images/Expander/expander-active-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-sc.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-active-se.png'
82Binary files NewWave/gtk-2.0/Images/Expander/expander-active-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-se.png 1970-01-01 00:00:00 +0000 differ389Binary files NewWave/gtk-2.0/Images/Expander/expander-active-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-active-se.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-insens-c.png'
83Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-c.png 1970-01-01 00:00:00 +0000 differ390Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-c.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-insens-e.png'
84Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-e.png 1970-01-01 00:00:00 +0000 differ391Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-e.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-insens-sc.png'
85Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-sc.png 1970-01-01 00:00:00 +0000 differ392Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-sc.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-insens-se.png'
86Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-se.png 1970-01-01 00:00:00 +0000 differ393Binary files NewWave/gtk-2.0/Images/Expander/expander-insens-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-insens-se.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-normal-c.png'
87Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-c.png 1970-01-01 00:00:00 +0000 differ394Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-c.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-normal-e.png'
88Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-e.png 1970-01-01 00:00:00 +0000 differ395Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-e.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-normal-sc.png'
89Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-sc.png 1970-01-01 00:00:00 +0000 differ396Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-sc.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-normal-se.png'
90Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-se.png 1970-01-01 00:00:00 +0000 differ397Binary files NewWave/gtk-2.0/Images/Expander/expander-normal-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-normal-se.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-prelight-c.png'
91Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-c.png 1970-01-01 00:00:00 +0000 differ398Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-c.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-c.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-prelight-e.png'
92Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-e.png 1970-01-01 00:00:00 +0000 differ399Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-e.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-e.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-prelight-sc.png'
93Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-sc.png 1970-01-01 00:00:00 +0000 differ400Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-sc.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-sc.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Expander/expander-prelight-se.png'
94Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-se.png 1970-01-01 00:00:00 +0000 differ401Binary files NewWave/gtk-2.0/Images/Expander/expander-prelight-se.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Expander/expander-prelight-se.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Frame-Gap'
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-in.png'
95Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-in.png 1970-01-01 00:00:00 +0000 differ402Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out (копие).png'
96Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out (копие).png 1970-01-01 00:00:00 +0000 differ403Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out (копие).png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out.png'
97Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out.png 1970-01-01 00:00:00 +0000 differ404Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-etched-out.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-ein.png'
98Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-ein.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-ein.png 1970-01-01 00:00:00 +0000 differ405Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-ein.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-ein.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-in.png'
99Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-in.png 1970-01-01 00:00:00 +0000 differ406Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-out.png'
100Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-out.png 1970-01-01 00:00:00 +0000 differ407Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapend-out.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-ein.png'
101Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-ein.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-ein.png 1970-01-01 00:00:00 +0000 differ408Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-ein.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-ein.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-in.png'
102Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-in.png 1970-01-01 00:00:00 +0000 differ409Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-out.png'
103Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-out.png 1970-01-01 00:00:00 +0000 differ410Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-gapstart-out.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-in.png'
104Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-in.png 1970-01-01 00:00:00 +0000 differ411Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/frame-out.png'
105Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-out.png 1970-01-01 00:00:00 +0000 differ412Binary files NewWave/gtk-2.0/Images/Frame-Gap/frame-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/frame-out.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Frame-Gap/gap-etched-out.png'
106Binary files NewWave/gtk-2.0/Images/Frame-Gap/gap-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/gap-etched-out.png 1970-01-01 00:00:00 +0000 differ413Binary files NewWave/gtk-2.0/Images/Frame-Gap/gap-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Frame-Gap/gap-etched-out.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Lines'
=== removed file 'NewWave/gtk-2.0/Images/Lines/line-h.png'
107Binary files NewWave/gtk-2.0/Images/Lines/line-h.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Lines/line-h.png 1970-01-01 00:00:00 +0000 differ414Binary files NewWave/gtk-2.0/Images/Lines/line-h.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Lines/line-h.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Lines/line-v.png'
108Binary files NewWave/gtk-2.0/Images/Lines/line-v.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Lines/line-v.png 1970-01-01 00:00:00 +0000 differ415Binary files NewWave/gtk-2.0/Images/Lines/line-v.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Lines/line-v.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/ListHeaders'
=== removed file 'NewWave/gtk-2.0/Images/ListHeaders/list_header-focus.png'
109Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-focus.png 1970-01-01 00:00:00 +0000 differ416Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ListHeaders/list_header-insens.png'
110Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-insens.png 1970-01-01 00:00:00 +0000 differ417Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ListHeaders/list_header-prelight.png'
111Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-prelight.png 1970-01-01 00:00:00 +0000 differ418Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ListHeaders/list_header-pressed.png'
112Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-pressed.png 1970-01-01 00:00:00 +0000 differ419Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ListHeaders/list_header.png'
113Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header.png 1970-01-01 00:00:00 +0000 differ420Binary files NewWave/gtk-2.0/Images/ListHeaders/list_header.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ListHeaders/list_header.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/MenuMenubar'
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/MenuBar.png'
114Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuBar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuBar.png 1970-01-01 00:00:00 +0000 differ421Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuBar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuBar.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/MenuBarBg.png'
115Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuBarBg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuBarBg.png 1970-01-01 00:00:00 +0000 differ422Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuBarBg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuBarBg.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/MenuLine.png'
116Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuLine.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuLine.png 1970-01-01 00:00:00 +0000 differ423Binary files NewWave/gtk-2.0/Images/MenuMenubar/MenuLine.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/MenuLine.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/PanelBar.png'
117Binary files NewWave/gtk-2.0/Images/MenuMenubar/PanelBar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/PanelBar.png 1970-01-01 00:00:00 +0000 differ424Binary files NewWave/gtk-2.0/Images/MenuMenubar/PanelBar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/PanelBar.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/combomenu.png'
118Binary files NewWave/gtk-2.0/Images/MenuMenubar/combomenu.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/combomenu.png 1970-01-01 00:00:00 +0000 differ425Binary files NewWave/gtk-2.0/Images/MenuMenubar/combomenu.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/combomenu.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/menu.png'
119Binary files NewWave/gtk-2.0/Images/MenuMenubar/menu.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menu.png 1970-01-01 00:00:00 +0000 differ426Binary files NewWave/gtk-2.0/Images/MenuMenubar/menu.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menu.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/menubar-item.png'
120Binary files NewWave/gtk-2.0/Images/MenuMenubar/menubar-item.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menubar-item.png 1970-01-01 00:00:00 +0000 differ427Binary files NewWave/gtk-2.0/Images/MenuMenubar/menubar-item.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menubar-item.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/menuitem-dark.png'
121Binary files NewWave/gtk-2.0/Images/MenuMenubar/menuitem-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menuitem-dark.png 1970-01-01 00:00:00 +0000 differ428Binary files NewWave/gtk-2.0/Images/MenuMenubar/menuitem-dark.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menuitem-dark.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/menuitem.png'
122Binary files NewWave/gtk-2.0/Images/MenuMenubar/menuitem.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menuitem.png 1970-01-01 00:00:00 +0000 differ429Binary files NewWave/gtk-2.0/Images/MenuMenubar/menuitem.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/menuitem.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/null.png'
123Binary files NewWave/gtk-2.0/Images/MenuMenubar/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/null.png 1970-01-01 00:00:00 +0000 differ430Binary files NewWave/gtk-2.0/Images/MenuMenubar/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/null.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/MenuMenubar/panel-menubar-item.png'
124Binary files NewWave/gtk-2.0/Images/MenuMenubar/panel-menubar-item.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/panel-menubar-item.png 1970-01-01 00:00:00 +0000 differ431Binary files NewWave/gtk-2.0/Images/MenuMenubar/panel-menubar-item.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/MenuMenubar/panel-menubar-item.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Others'
=== removed file 'NewWave/gtk-2.0/Images/Others/focus.png'
125Binary files NewWave/gtk-2.0/Images/Others/focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/focus.png 1970-01-01 00:00:00 +0000 differ432Binary files NewWave/gtk-2.0/Images/Others/focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Others/null.png'
126Binary files NewWave/gtk-2.0/Images/Others/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/null.png 1970-01-01 00:00:00 +0000 differ433Binary files NewWave/gtk-2.0/Images/Others/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/null.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Others/ruler.png'
127Binary files NewWave/gtk-2.0/Images/Others/ruler.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/ruler.png 1970-01-01 00:00:00 +0000 differ434Binary files NewWave/gtk-2.0/Images/Others/ruler.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/ruler.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Others/statusgrip.png'
128Binary files NewWave/gtk-2.0/Images/Others/statusgrip.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/statusgrip.png 1970-01-01 00:00:00 +0000 differ435Binary files NewWave/gtk-2.0/Images/Others/statusgrip.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/statusgrip.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Others/tooltip.png'
129Binary files NewWave/gtk-2.0/Images/Others/tooltip.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/tooltip.png 1970-01-01 00:00:00 +0000 differ436Binary files NewWave/gtk-2.0/Images/Others/tooltip.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Others/tooltip.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Panel'
=== removed file 'NewWave/gtk-2.0/Images/Panel/PanelBarLong.png'
130Binary files NewWave/gtk-2.0/Images/Panel/PanelBarLong.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Panel/PanelBarLong.png 1970-01-01 00:00:00 +0000 differ437Binary files NewWave/gtk-2.0/Images/Panel/PanelBarLong.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Panel/PanelBarLong.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-h-insens.png'
131Binary files NewWave/gtk-2.0/Images/Panel/handle-h-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-insens.png 1970-01-01 00:00:00 +0000 differ438Binary files NewWave/gtk-2.0/Images/Panel/handle-h-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-h-prelight.png'
132Binary files NewWave/gtk-2.0/Images/Panel/handle-h-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-prelight.png 1970-01-01 00:00:00 +0000 differ439Binary files NewWave/gtk-2.0/Images/Panel/handle-h-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-h-pressed.png'
133Binary files NewWave/gtk-2.0/Images/Panel/handle-h-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-pressed.png 1970-01-01 00:00:00 +0000 differ440Binary files NewWave/gtk-2.0/Images/Panel/handle-h-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-h.png'
134Binary files NewWave/gtk-2.0/Images/Panel/handle-h.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h.png 1970-01-01 00:00:00 +0000 differ441Binary files NewWave/gtk-2.0/Images/Panel/handle-h.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-h.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-v-insens.png'
135Binary files NewWave/gtk-2.0/Images/Panel/handle-v-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-insens.png 1970-01-01 00:00:00 +0000 differ442Binary files NewWave/gtk-2.0/Images/Panel/handle-v-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-v-prelight.png'
136Binary files NewWave/gtk-2.0/Images/Panel/handle-v-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-prelight.png 1970-01-01 00:00:00 +0000 differ443Binary files NewWave/gtk-2.0/Images/Panel/handle-v-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-v-pressed.png'
137Binary files NewWave/gtk-2.0/Images/Panel/handle-v-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-pressed.png 1970-01-01 00:00:00 +0000 differ444Binary files NewWave/gtk-2.0/Images/Panel/handle-v-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/handle-v.png'
138Binary files NewWave/gtk-2.0/Images/Panel/handle-v.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v.png 1970-01-01 00:00:00 +0000 differ445Binary files NewWave/gtk-2.0/Images/Panel/handle-v.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/handle-v.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/p-active-prelight.png'
139Binary files NewWave/gtk-2.0/Images/Panel/p-active-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-active-prelight.png 1970-01-01 00:00:00 +0000 differ446Binary files NewWave/gtk-2.0/Images/Panel/p-active-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-active-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/p-active.png'
140Binary files NewWave/gtk-2.0/Images/Panel/p-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-active.png 1970-01-01 00:00:00 +0000 differ447Binary files NewWave/gtk-2.0/Images/Panel/p-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/p-insens.png'
141Binary files NewWave/gtk-2.0/Images/Panel/p-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-insens.png 1970-01-01 00:00:00 +0000 differ448Binary files NewWave/gtk-2.0/Images/Panel/p-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/p-normal.png'
142Binary files NewWave/gtk-2.0/Images/Panel/p-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-normal.png 1970-01-01 00:00:00 +0000 differ449Binary files NewWave/gtk-2.0/Images/Panel/p-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Panel/p-prelight.png'
143Binary files NewWave/gtk-2.0/Images/Panel/p-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-prelight.png 1970-01-01 00:00:00 +0000 differ450Binary files NewWave/gtk-2.0/Images/Panel/p-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Panel/p-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/ProgressBar'
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png'
144Binary files NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ451Binary files NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-vert.png'
145Binary files NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-vert.png 1970-01-01 00:00:00 +0000 differ452Binary files NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-progressbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/over-trough-horiz.png'
146Binary files NewWave/gtk-2.0/Images/ProgressBar/over-trough-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-trough-horiz.png 1970-01-01 00:00:00 +0000 differ453Binary files NewWave/gtk-2.0/Images/ProgressBar/over-trough-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-trough-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/over-trough-vert.png'
147Binary files NewWave/gtk-2.0/Images/ProgressBar/over-trough-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-trough-vert.png 1970-01-01 00:00:00 +0000 differ454Binary files NewWave/gtk-2.0/Images/ProgressBar/over-trough-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/over-trough-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz (копие).png'
148Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz (копие).png 1970-01-01 00:00:00 +0000 differ455Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz (копие).png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz.png'
149Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ456Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert (копие).png'
150Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert (копие).png 1970-01-01 00:00:00 +0000 differ457Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert (копие).png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert (копие).png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert.png'
151Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert.png 1970-01-01 00:00:00 +0000 differ458Binary files NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/progressbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/ProgressBar/trough-progressbar-horiz.png'
152Binary files NewWave/gtk-2.0/Images/ProgressBar/trough-progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/trough-progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ459Binary files NewWave/gtk-2.0/Images/ProgressBar/trough-progressbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/ProgressBar/trough-progressbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Range'
=== removed file 'NewWave/gtk-2.0/Images/Range/null.png'
153Binary files NewWave/gtk-2.0/Images/Range/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/null.png 1970-01-01 00:00:00 +0000 differ460Binary files NewWave/gtk-2.0/Images/Range/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/null.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-horiz-active.png'
154Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-active.png 1970-01-01 00:00:00 +0000 differ461Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-horiz-insens.png'
155Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ462Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-horiz-prelight.png'
156Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ463Binary files NewWave/gtk-2.0/Images/Range/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-horiz.png'
157Binary files NewWave/gtk-2.0/Images/Range/slider-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz.png 1970-01-01 00:00:00 +0000 differ464Binary files NewWave/gtk-2.0/Images/Range/slider-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-vert-active.png'
158Binary files NewWave/gtk-2.0/Images/Range/slider-vert-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-active.png 1970-01-01 00:00:00 +0000 differ465Binary files NewWave/gtk-2.0/Images/Range/slider-vert-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-vert-insens.png'
159Binary files NewWave/gtk-2.0/Images/Range/slider-vert-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ466Binary files NewWave/gtk-2.0/Images/Range/slider-vert-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-vert-prelight.png'
160Binary files NewWave/gtk-2.0/Images/Range/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ467Binary files NewWave/gtk-2.0/Images/Range/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/slider-vert.png'
161Binary files NewWave/gtk-2.0/Images/Range/slider-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert.png 1970-01-01 00:00:00 +0000 differ468Binary files NewWave/gtk-2.0/Images/Range/slider-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/slider-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/trough-horizontal.png'
162Binary files NewWave/gtk-2.0/Images/Range/trough-horizontal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/trough-horizontal.png 1970-01-01 00:00:00 +0000 differ469Binary files NewWave/gtk-2.0/Images/Range/trough-horizontal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/trough-horizontal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Range/trough-vertical.png'
163Binary files NewWave/gtk-2.0/Images/Range/trough-vertical.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/trough-vertical.png 1970-01-01 00:00:00 +0000 differ470Binary files NewWave/gtk-2.0/Images/Range/trough-vertical.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Range/trough-vertical.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Scrollbars'
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/shadow-in-insens.png'
164Binary files NewWave/gtk-2.0/Images/Scrollbars/shadow-in-insens.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Scrollbars/shadow-in-insens.png 1970-01-01 00:00:00 +0000 differ471Binary files NewWave/gtk-2.0/Images/Scrollbars/shadow-in-insens.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Scrollbars/shadow-in-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/shadow-in.png'
165Binary files NewWave/gtk-2.0/Images/Scrollbars/shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/shadow-in.png 1970-01-01 00:00:00 +0000 differ472Binary files NewWave/gtk-2.0/Images/Scrollbars/shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/shadow-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-active.png'
166Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-active.png 1970-01-01 00:00:00 +0000 differ473Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-insens.png'
167Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ474Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-prelight.png'
168Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ475Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-horiz.png'
169Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz.png 1970-01-01 00:00:00 +0000 differ476Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active-over.png'
170Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active-over.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active-over.png 1970-01-01 00:00:00 +0000 differ477Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active-over.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active-over.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active.png'
171Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active.png 1970-01-01 00:00:00 +0000 differ478Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert-insens.png'
172Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ479Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight-over.png'
173Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight-over.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight-over.png 1970-01-01 00:00:00 +0000 differ480Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight-over.png 2009-01-26 13:03:18 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight-over.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight.png'
174Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ481Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/slider-vert.png'
175Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert.png 1970-01-01 00:00:00 +0000 differ482Binary files NewWave/gtk-2.0/Images/Scrollbars/slider-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/slider-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-down-active.png'
176Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-active.png 1970-01-01 00:00:00 +0000 differ483Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-down-insens.png'
177Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-insens.png 1970-01-01 00:00:00 +0000 differ484Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-down-prelight.png'
178Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-prelight.png 1970-01-01 00:00:00 +0000 differ485Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-down.png'
179Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down.png 1970-01-01 00:00:00 +0000 differ486Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-down.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-left-active.png'
180Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-active.png 1970-01-01 00:00:00 +0000 differ487Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-left-insens.png'
181Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-insens.png 1970-01-01 00:00:00 +0000 differ488Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-left-prelight.png'
182Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-prelight.png 1970-01-01 00:00:00 +0000 differ489Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-left.png'
183Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left.png 1970-01-01 00:00:00 +0000 differ490Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-right-active.png'
184Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-active.png 1970-01-01 00:00:00 +0000 differ491Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-right-insens.png'
185Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-insens.png 1970-01-01 00:00:00 +0000 differ492Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-right-prelight.png'
186Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-prelight.png 1970-01-01 00:00:00 +0000 differ493Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-right.png'
187Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right.png 1970-01-01 00:00:00 +0000 differ494Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-up-active.png'
188Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-active.png 1970-01-01 00:00:00 +0000 differ495Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-up-insens.png'
189Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-insens.png 1970-01-01 00:00:00 +0000 differ496Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-insens.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-up-prelight.png'
190Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-prelight.png 1970-01-01 00:00:00 +0000 differ497Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/stepper-up.png'
191Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up.png 1970-01-01 00:00:00 +0000 differ498Binary files NewWave/gtk-2.0/Images/Scrollbars/stepper-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/stepper-up.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-horiz.png'
192Binary files NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ499Binary files NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-horiz.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-vert.png'
193Binary files NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ500Binary files NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-vert.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Shadows'
=== removed file 'NewWave/gtk-2.0/Images/Shadows/entry-focus.png'
194Binary files NewWave/gtk-2.0/Images/Shadows/entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/entry-focus.png 1970-01-01 00:00:00 +0000 differ501Binary files NewWave/gtk-2.0/Images/Shadows/entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/entry-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Shadows/entry-shadow-in.png'
195Binary files NewWave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/entry-shadow-in.png 1970-01-01 00:00:00 +0000 differ502Binary files NewWave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/entry-shadow-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Shadows/shadow-etched-out.png'
196Binary files NewWave/gtk-2.0/Images/Shadows/shadow-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-etched-out.png 1970-01-01 00:00:00 +0000 differ503Binary files NewWave/gtk-2.0/Images/Shadows/shadow-etched-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-etched-out.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Shadows/shadow-in.png'
197Binary files NewWave/gtk-2.0/Images/Shadows/shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-in.png 1970-01-01 00:00:00 +0000 differ504Binary files NewWave/gtk-2.0/Images/Shadows/shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Shadows/shadow-none.png'
198Binary files NewWave/gtk-2.0/Images/Shadows/shadow-none.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-none.png 1970-01-01 00:00:00 +0000 differ505Binary files NewWave/gtk-2.0/Images/Shadows/shadow-none.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-none.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Shadows/shadow-out.png'
199Binary files NewWave/gtk-2.0/Images/Shadows/shadow-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-out.png 1970-01-01 00:00:00 +0000 differ506Binary files NewWave/gtk-2.0/Images/Shadows/shadow-out.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Shadows/shadow-out.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Spin'
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-down-active.png'
200Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-active.png 1970-01-01 00:00:00 +0000 differ507Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-down-disable.png'
201Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-disable.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-disable.png 1970-01-01 00:00:00 +0000 differ508Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-disable.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-disable.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-down-prelight.png'
202Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-prelight.png 1970-01-01 00:00:00 +0000 differ509Binary files NewWave/gtk-2.0/Images/Spin/arrow-down-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-down.png'
203Binary files NewWave/gtk-2.0/Images/Spin/arrow-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down.png 1970-01-01 00:00:00 +0000 differ510Binary files NewWave/gtk-2.0/Images/Spin/arrow-down.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-down.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-up-active.png'
204Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-active.png 1970-01-01 00:00:00 +0000 differ511Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-up-disable.png'
205Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-disable.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-disable.png 1970-01-01 00:00:00 +0000 differ512Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-disable.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-disable.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-up-prelight.png'
206Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-prelight.png 1970-01-01 00:00:00 +0000 differ513Binary files NewWave/gtk-2.0/Images/Spin/arrow-up-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/arrow-up.png'
207Binary files NewWave/gtk-2.0/Images/Spin/arrow-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up.png 1970-01-01 00:00:00 +0000 differ514Binary files NewWave/gtk-2.0/Images/Spin/arrow-up.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/arrow-up.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/entry-focus.png'
208Binary files NewWave/gtk-2.0/Images/Spin/entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/entry-focus.png 1970-01-01 00:00:00 +0000 differ515Binary files NewWave/gtk-2.0/Images/Spin/entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/entry-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/entry-shadow-in.png'
209Binary files NewWave/gtk-2.0/Images/Spin/entry-shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/entry-shadow-in.png 1970-01-01 00:00:00 +0000 differ516Binary files NewWave/gtk-2.0/Images/Spin/entry-shadow-in.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/entry-shadow-in.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-down-bg-active.png'
210Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg-active.png 1970-01-01 00:00:00 +0000 differ517Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-down-bg-prelight.png'
211Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg-prelight.png 1970-01-01 00:00:00 +0000 differ518Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-down-bg.png'
212Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg.png 1970-01-01 00:00:00 +0000 differ519Binary files NewWave/gtk-2.0/Images/Spin/spin-down-bg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-down-bg.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-up-bg-active.png'
213Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg-active.png 1970-01-01 00:00:00 +0000 differ520Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-up-bg-prelight.png'
214Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg-prelight.png 1970-01-01 00:00:00 +0000 differ521Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/spin-up-bg.png'
215Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg.png 1970-01-01 00:00:00 +0000 differ522Binary files NewWave/gtk-2.0/Images/Spin/spin-up-bg.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/spin-up-bg.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/text-entry-focus.png'
216Binary files NewWave/gtk-2.0/Images/Spin/text-entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/text-entry-focus.png 1970-01-01 00:00:00 +0000 differ523Binary files NewWave/gtk-2.0/Images/Spin/text-entry-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/text-entry-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Spin/text-entry.png'
217Binary files NewWave/gtk-2.0/Images/Spin/text-entry.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/text-entry.png 1970-01-01 00:00:00 +0000 differ524Binary files NewWave/gtk-2.0/Images/Spin/text-entry.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Spin/text-entry.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Tabs'
=== removed file 'NewWave/gtk-2.0/Images/Tabs/bottom-gap-end.png'
218Binary files NewWave/gtk-2.0/Images/Tabs/bottom-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/bottom-gap-end.png 1970-01-01 00:00:00 +0000 differ525Binary files NewWave/gtk-2.0/Images/Tabs/bottom-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/bottom-gap-end.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/bottom-gap-start.png'
219Binary files NewWave/gtk-2.0/Images/Tabs/bottom-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/bottom-gap-start.png 1970-01-01 00:00:00 +0000 differ526Binary files NewWave/gtk-2.0/Images/Tabs/bottom-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/bottom-gap-start.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/left-gap-end.png'
220Binary files NewWave/gtk-2.0/Images/Tabs/left-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/left-gap-end.png 1970-01-01 00:00:00 +0000 differ527Binary files NewWave/gtk-2.0/Images/Tabs/left-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/left-gap-end.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/left-gap-start.png'
221Binary files NewWave/gtk-2.0/Images/Tabs/left-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/left-gap-start.png 1970-01-01 00:00:00 +0000 differ528Binary files NewWave/gtk-2.0/Images/Tabs/left-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/left-gap-start.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/notebook-bottom.png'
222Binary files NewWave/gtk-2.0/Images/Tabs/notebook-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-bottom.png 1970-01-01 00:00:00 +0000 differ529Binary files NewWave/gtk-2.0/Images/Tabs/notebook-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-bottom.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/notebook-left.png'
223Binary files NewWave/gtk-2.0/Images/Tabs/notebook-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-left.png 1970-01-01 00:00:00 +0000 differ530Binary files NewWave/gtk-2.0/Images/Tabs/notebook-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/notebook-right.png'
224Binary files NewWave/gtk-2.0/Images/Tabs/notebook-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-right.png 1970-01-01 00:00:00 +0000 differ531Binary files NewWave/gtk-2.0/Images/Tabs/notebook-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/notebook-top.png'
225Binary files NewWave/gtk-2.0/Images/Tabs/notebook-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-top.png 1970-01-01 00:00:00 +0000 differ532Binary files NewWave/gtk-2.0/Images/Tabs/notebook-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/notebook-top.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/null-bottom.png'
226Binary files NewWave/gtk-2.0/Images/Tabs/null-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-bottom.png 1970-01-01 00:00:00 +0000 differ533Binary files NewWave/gtk-2.0/Images/Tabs/null-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-bottom.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/null-left.png'
227Binary files NewWave/gtk-2.0/Images/Tabs/null-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-left.png 1970-01-01 00:00:00 +0000 differ534Binary files NewWave/gtk-2.0/Images/Tabs/null-left.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/null-right.png'
228Binary files NewWave/gtk-2.0/Images/Tabs/null-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-right.png 1970-01-01 00:00:00 +0000 differ535Binary files NewWave/gtk-2.0/Images/Tabs/null-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/null-top.png'
229Binary files NewWave/gtk-2.0/Images/Tabs/null-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-top.png 1970-01-01 00:00:00 +0000 differ536Binary files NewWave/gtk-2.0/Images/Tabs/null-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null-top.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/null.png'
230Binary files NewWave/gtk-2.0/Images/Tabs/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null.png 1970-01-01 00:00:00 +0000 differ537Binary files NewWave/gtk-2.0/Images/Tabs/null.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/null.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/right-gap-end.png'
231Binary files NewWave/gtk-2.0/Images/Tabs/right-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/right-gap-end.png 1970-01-01 00:00:00 +0000 differ538Binary files NewWave/gtk-2.0/Images/Tabs/right-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/right-gap-end.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/right-gap-start.png'
232Binary files NewWave/gtk-2.0/Images/Tabs/right-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/right-gap-start.png 1970-01-01 00:00:00 +0000 differ539Binary files NewWave/gtk-2.0/Images/Tabs/right-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/right-gap-start.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-bottom-active.png'
233Binary files NewWave/gtk-2.0/Images/Tabs/tab-bottom-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-bottom-active.png 1970-01-01 00:00:00 +0000 differ540Binary files NewWave/gtk-2.0/Images/Tabs/tab-bottom-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-bottom-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-bottom.png'
234Binary files NewWave/gtk-2.0/Images/Tabs/tab-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-bottom.png 1970-01-01 00:00:00 +0000 differ541Binary files NewWave/gtk-2.0/Images/Tabs/tab-bottom.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-bottom.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-left-active.png'
235Binary files NewWave/gtk-2.0/Images/Tabs/tab-left-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-left-active.png 1970-01-01 00:00:00 +0000 differ542Binary files NewWave/gtk-2.0/Images/Tabs/tab-left-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-left-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-left.png'
236Binary files NewWave/gtk-2.0/Images/Tabs/tab-left.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-left.png 1970-01-01 00:00:00 +0000 differ543Binary files NewWave/gtk-2.0/Images/Tabs/tab-left.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-right-active.png'
237Binary files NewWave/gtk-2.0/Images/Tabs/tab-right-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-right-active.png 1970-01-01 00:00:00 +0000 differ544Binary files NewWave/gtk-2.0/Images/Tabs/tab-right-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-right-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-right.png'
238Binary files NewWave/gtk-2.0/Images/Tabs/tab-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-right.png 1970-01-01 00:00:00 +0000 differ545Binary files NewWave/gtk-2.0/Images/Tabs/tab-right.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-top-active.png'
239Binary files NewWave/gtk-2.0/Images/Tabs/tab-top-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-top-active.png 1970-01-01 00:00:00 +0000 differ546Binary files NewWave/gtk-2.0/Images/Tabs/tab-top-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-top-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/tab-top.png'
240Binary files NewWave/gtk-2.0/Images/Tabs/tab-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-top.png 1970-01-01 00:00:00 +0000 differ547Binary files NewWave/gtk-2.0/Images/Tabs/tab-top.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/tab-top.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/top-gap-end.png'
241Binary files NewWave/gtk-2.0/Images/Tabs/top-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/top-gap-end.png 1970-01-01 00:00:00 +0000 differ548Binary files NewWave/gtk-2.0/Images/Tabs/top-gap-end.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/top-gap-end.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tabs/top-gap-start.png'
242Binary files NewWave/gtk-2.0/Images/Tabs/top-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/top-gap-start.png 1970-01-01 00:00:00 +0000 differ549Binary files NewWave/gtk-2.0/Images/Tabs/top-gap-start.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tabs/top-gap-start.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Toolbar'
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/rounded_corners.png'
243Binary files NewWave/gtk-2.0/Images/Toolbar/rounded_corners.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/rounded_corners.png 1970-01-01 00:00:00 +0000 differ550Binary files NewWave/gtk-2.0/Images/Toolbar/rounded_corners.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/rounded_corners.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbar-evo.png'
244Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-evo.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-evo.png 1970-01-01 00:00:00 +0000 differ551Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-evo.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-evo.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbar-handle.png'
245Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-handle.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-handle.png 1970-01-01 00:00:00 +0000 differ552Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-handle.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-handle.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbar-insens.png'
246Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-insens.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-insens.png 1970-01-01 00:00:00 +0000 differ553Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar-insens.png 2009-01-26 12:36:31 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbar.png'
247Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar.png 1970-01-01 00:00:00 +0000 differ554Binary files NewWave/gtk-2.0/Images/Toolbar/toolbar.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbar.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-focus.png'
248Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-focus.png 1970-01-01 00:00:00 +0000 differ555Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-focus.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-focus.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-insensitive.png'
249Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-insensitive.png 1970-01-01 00:00:00 +0000 differ556Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-normal.png'
250Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-normal.png 1970-01-01 00:00:00 +0000 differ557Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-normal.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-normal.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-prelight.png'
251Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-prelight.png 1970-01-01 00:00:00 +0000 differ558Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-insensitive.png'
252Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-insensitive.png 1970-01-01 00:00:00 +0000 differ559Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-insensitive.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-insensitive.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-prelight.png'
253Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-prelight.png 1970-01-01 00:00:00 +0000 differ560Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-prelight.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed.png'
254Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed.png 1970-01-01 00:00:00 +0000 differ561Binary files NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Toolbar/toolbutton-pressed.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'NewWave/gtk-2.0/Images/Tree'
=== removed file 'NewWave/gtk-2.0/Images/Tree/selected-active.png'
255Binary files NewWave/gtk-2.0/Images/Tree/selected-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tree/selected-active.png 1970-01-01 00:00:00 +0000 differ562Binary files NewWave/gtk-2.0/Images/Tree/selected-active.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tree/selected-active.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/Images/Tree/selected.png'
256Binary files NewWave/gtk-2.0/Images/Tree/selected.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tree/selected.png 1970-01-01 00:00:00 +0000 differ563Binary files NewWave/gtk-2.0/Images/Tree/selected.png 2009-01-13 17:15:44 +0000 and NewWave/gtk-2.0/Images/Tree/selected.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'NewWave/gtk-2.0/gtkrc'
--- NewWave/gtk-2.0/gtkrc 2009-01-26 12:36:31 +0000
+++ NewWave/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
@@ -1,3981 +0,0 @@
1#
2# New Wave Pixmap Theme
3#
4#
5# Based on: Ubuntu Human-Clearlooks
6#
7# Author:
8# Anton Kerezov <ankere@gmail.com>
9#
10# Former Authors:
11# Giuseppe Pennisi <giupenni78@gmail.com>
12#
13# Feel free to modify and share!
14# Licensed under Creative Commons 3.0
15
16
17# Default color values
18gtk_color_scheme = "fg_color: #101010\nbg_color: #E5E5E5\nbase_color: #FFFFFF\ntext_color: #1A1A1A\nselected_bg_color: #FF8F4C\nselected_fg_color: #1A1A1A\ntooltip_bg_color:#FFE6C4\ntooltip_fg_color:#330606"
19gtk-enable-animations = 1
20# Tooltips appear too fast so I modify the delay to 1 sec.
21gtk-tooltip-timeout = 1000
22
23#=========================================================
24# The Base style
25#=========================================================
26style "newwave-default"
27{
28 xthickness = 1
29 ythickness = 1
30
31 #=========================================================
32 # General Style Properties
33 #=========================================================
34
35 GtkButton ::child-displacement-x = 1
36 GtkButton ::child-displacement-y = 1
37 GtkButton ::default-border = { 0, 0, 0, 0 }
38
39 GtkCheckButton ::indicator-size = 14
40
41 GtkPaned ::handle-size = 6
42
43 GtkRange ::trough-border = 0
44 GtkRange ::slider-width = 21
45 GtkRange ::stepper-size = 21
46 GtkRange ::stepper-spacing = 0
47 GtkRange ::activate-slider = 1
48
49 GtkScale ::slider-length = 17
50 GtkScale ::trough-side-details = 0 # @author:dilomo@ Do not change or will break consistancy
51
52 GtkScrollbar ::min-slider-length = 30
53 GtkScrollbar ::slider-width = 18
54 GtkScrollbar ::stepper-size = 18
55 GtkScrollbar ::activate-slider = 1
56 GtkScrollbar ::trough-under-steppers= 1
57
58
59 GtkMenuBar ::shadow-type = GTK_SHADOW_NONE # @author:dilomo@ Remove separator from Menubar
60 GtkMenuBar ::internal-padding = 1
61
62 GtkMenu ::horizontal-padding = 3
63 GtkMenu ::vertical-padding = 1
64
65 GtkExpander ::expander-size = 16
66
67 GtkToolbar ::internal-padding = 3
68 GtkToolbar ::shadow-type = GTK_SHADOW_NONE # @author:dilomo@ Remove separators from Toolbars
69
70
71 GtkTreeView ::expander-size = 14
72 GtkTreeView ::vertical-separator = 0
73
74 GtkStatusbar ::shadow_type = GTK_SHADOW_NONE #@author: gp@ Remove separator from Statusbar
75
76 GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
77
78 GtkMessageDialog::use-separator = TRUE
79
80 # This is the pulsating rect that appears on newly launched apps
81 WnckTasklist ::fade-overlay-rect = 1
82 WnckTasklist ::fade-opacity = 0.6
83
84 # Add transparency to Nautilus selected color.
85 NautilusIconContainer::highlight_alpha=160
86
87
88 fg[NORMAL] = @fg_color
89 fg[PRELIGHT] = @fg_color
90 fg[SELECTED] = @selected_fg_color
91 fg[ACTIVE] = @fg_color
92 fg[INSENSITIVE] = darker (@bg_color)
93
94 bg[NORMAL] = @bg_color
95 bg[PRELIGHT] = shade (1.02, @bg_color)
96 bg[SELECTED] = mix (0.25, @fg_color, @selected_bg_color)
97 bg[INSENSITIVE] = @bg_color
98 bg[ACTIVE] = shade (0.9, @bg_color)
99
100 base[NORMAL] = @base_color
101 base[PRELIGHT] = shade (0.95, @bg_color)
102 base[ACTIVE] = shade (0.90, @bg_color)
103 base[SELECTED] = mix(0.50, shade (1.05,@selected_bg_color), @tooltip_bg_color)
104 base[INSENSITIVE] = @bg_color
105
106 text[NORMAL] = @text_color
107 text[PRELIGHT] = @text_color
108 text[ACTIVE] = @selected_fg_color
109 text[SELECTED] = @selected_fg_color
110 text[INSENSITIVE] = darker (@bg_color)
111
112
113 engine "pixmap"
114 {
115
116 # Shadows
117
118 image
119 {
120 function = SHADOW
121 shadow = IN
122 recolorable = TRUE
123 file = "Images/Shadows/shadow-in.png"
124 border = { 1, 1, 2, 2}
125 stretch = TRUE
126 }
127 image
128 {
129 function = SHADOW
130 shadow = OUT
131 recolorable = TRUE
132 file = "Images/Shadows/shadow-out.png"
133 border = { 1, 1, 2, 2}
134 stretch = TRUE
135 }
136
137 image
138 {
139 function = SHADOW
140 shadow = ETCHED_IN
141 recolorable = TRUE
142 file = "Images/Frame-Gap/frame-etched-out.png"
143 border = { 1, 1, 1, 2}
144 stretch = TRUE
145 }
146 image
147 {
148 function = SHADOW
149 shadow = ETCHED_OUT
150 recolorable = TRUE
151 file = "Images/Shadows/shadow-etched-out.png"
152 border = { 1, 1, 1, 1}
153 stretch = TRUE
154 }
155
156
157 # Frame (Shadow in)
158 image
159 {
160 function = SHADOW_GAP
161 shadow = IN
162 recolorable = TRUE
163 file = "Images/Frame-Gap/frame-in.png"
164 border ={ 4, 4, 4, 4}
165 stretch = TRUE
166 gap_start_file = "Images/Frame-Gap/frame-gapstart-in.png"
167 gap_start_border = { 4, 0, 4, 0}
168 gap_end_file = "Images/Frame-Gap/frame-gapend-in.png"
169 gap_end_border = { 0, 4, 4, 0}
170 gap_side = TOP
171 }
172
173
174 # Frame (Shadow out)
175 image
176 {
177 function = SHADOW_GAP
178 shadow = OUT
179 recolorable = TRUE
180 file = "Images/Frame-Gap/frame-out.png"
181 border = { 4, 4, 4, 4}
182 stretch = TRUE
183 gap_start_file = "Images/Frame-Gap/frame-gapstart-out.png"
184 gap_start_border = { 4, 0, 4, 0}
185 gap_end_file = "Images/Frame-Gap/frame-gapend-out.png"
186 gap_end_border = { 0, 4, 4, 0}
187 gap_side = TOP
188 }
189
190 # Frame (Shadow etched in)
191 image
192 {
193 function = SHADOW_GAP
194 shadow = ETCHED_IN
195 recolorable = TRUE
196 file = "Images/Frame-Gap/frame-etched-in.png"
197 border = { 1, 1, 4, 4}
198 stretch = TRUE
199 gap_start_file = "Images/Frame-Gap/frame-gapstart-ein.png"
200 gap_start_border = { 2, 2, 2, 2}
201 gap_end_file = "Images/Frame-Gap/frame-gapend-ein.png"
202 gap_end_border = { 2, 2, 2, 2}
203 gap_side = TOP
204 }
205
206 # Frame (Shadow etched out)
207 image
208 {
209 function = SHADOW_GAP
210 shadow = ETCHED_OUT
211 recolorable = TRUE
212 file = "Images/Frame-Gap/frame-etched-out.png"
213 border = { 0, 0, 0, 2}
214 stretch = TRUE
215 gap_start_file = "Images/Frame-Gap/gap-etched-out.png"
216 #gap_start_border = { 2, 2, 2, 2}
217 gap_end_file = "Images/Frame-Gap/gap-etched-out.png"
218 #gap_end_border = { 2, 2, 2, 2}
219 gap_side = TOP
220 }
221
222
223 # Handles (normal, prelight and insensitive)
224 image
225 {
226 function = HANDLE
227 recolorable = TRUE
228 state = NORMAL
229 overlay_file = "Images/Panel/handle-h.png"
230 overlay_stretch = FALSE
231 orientation = HORIZONTAL
232 }
233 image
234 {
235 function = HANDLE
236 recolorable = TRUE
237 state = PRELIGHT
238 overlay_file = "Images/Panel/handle-h-prelight.png"
239 overlay_stretch = FALSE
240 orientation = HORIZONTAL
241 }
242 image
243 {
244 function = HANDLE
245 recolorable = TRUE
246 state = ACTIVE
247 overlay_file = "Images/Panel/handle-h-pressed.png"
248 overlay_stretch = FALSE
249 orientation = HORIZONTAL
250 }
251 image
252 {
253 function = HANDLE
254 recolorable = TRUE
255 state = INSENSITIVE
256 overlay_file = "Images/Panel/handle-h-insens.png"
257 overlay_stretch = FALSE
258 orientation = HORIZONTAL
259 }
260
261 ## vertical handle
262 image
263 {
264 function = HANDLE
265 recolorable = TRUE
266 state = NORMAL
267 overlay_file = "Images/Panel/handle-v.png"
268 overlay_stretch = FALSE
269 orientation = VERTICAL
270 }
271 image
272 {
273 function = HANDLE
274 recolorable = TRUE
275 state = PRELIGHT
276 overlay_file = "Images/Panel/handle-v-prelight.png"
277 overlay_stretch = FALSE
278 orientation = VERTICAL
279 }
280 image
281 {
282 function = HANDLE
283 recolorable = TRUE
284 state = ACTIVE
285 overlay_file = "Images/Panel/handle-v-pressed.png"
286 overlay_stretch = FALSE
287 orientation = VERTICAL
288 }
289 image
290 {
291 function = HANDLE
292 recolorable = TRUE
293 state = INSENSITIVE
294 overlay_file = "Images/Panel/handle-v-insens.png"
295 overlay_stretch = FALSE
296 orientation = VERTICAL
297 }
298
299 # Lines
300 image
301 {
302 function = VLINE
303 recolorable = TRUE
304 file = "Images/Lines/line-v.png"
305 #border = { 0, 1, 0, 0 }
306 stretch = TRUE
307 }
308
309 image
310 {
311 function = HLINE
312 recolorable = TRUE
313 file = "Images/Lines/line-h.png"
314 #border = { 1, 1, 0, 1 }
315 stretch = TRUE
316 }
317
318 #@author:dilomo@ focus image used on buttons any derivatives (check box, combo and so on) Now obsolate!
319 image
320 {
321 function = FOCUS
322 recolorable = TRUE
323 file = "Images/Others/focus.png"
324 border = { 2, 2, 2, 2 }
325 stretch = TRUE
326 }
327
328 # Arrows (all states)
329 image
330 {
331 function = ARROW
332 recolorable = TRUE
333 state = NORMAL
334 overlay_file = "Images/Arrows/arrow-up.png"
335 overlay_border = { 0, 0, 0, 0 }
336 overlay_stretch = FALSE
337 arrow_direction = UP
338 }
339
340 image
341 {
342 function = ARROW
343 state = PRELIGHT
344 recolorable = TRUE
345 overlay_file = "Images/Arrows/arrow-up-prelight.png"
346 overlay_border = { 0, 0, 0, 0 }
347 overlay_stretch = FALSE
348 arrow_direction = UP
349 }
350
351 image
352 {
353 function = ARROW
354 state = ACTIVE
355 recolorable = TRUE
356 overlay_file = "Images/Arrows/arrow-up-pressed.png"
357 overlay_border = { 0, 0, 0, 0 }
358 overlay_stretch = FALSE
359 arrow_direction = UP
360 }
361
362 image
363 {
364 function = ARROW
365 state = INSENSITIVE
366 recolorable = TRUE
367 overlay_file = "Images/Arrows/arrow-up-insens.png"
368 overlay_border = { 0, 0, 0, 0 }
369 overlay_stretch = FALSE
370 arrow_direction = UP
371 }
372
373 image
374 {
375 function = ARROW
376 state = NORMAL
377 recolorable = TRUE
378 overlay_file = "Images/Arrows/arrow-down.png"
379 overlay_border = { 0, 0, 0, 0 }
380 overlay_stretch = FALSE
381 arrow_direction = DOWN
382 }
383
384 image
385 {
386 function = ARROW
387 state = PRELIGHT
388 recolorable = TRUE
389 overlay_file = "Images/Arrows/arrow-down-prelight.png"
390 overlay_border = { 0, 0, 0, 0 }
391 overlay_stretch = FALSE
392 arrow_direction = DOWN
393 }
394
395 image
396 {
397 function = ARROW
398 state = ACTIVE
399 recolorable = TRUE
400 overlay_file = "Images/Arrows/arrow-down-pressed.png"
401 overlay_border = { 0, 0, 0, 0 }
402 overlay_stretch = FALSE
403 arrow_direction = DOWN
404 }
405
406 image
407 {
408 function = ARROW
409 state = INSENSITIVE
410 recolorable = TRUE
411 overlay_file = "Images/Arrows/arrow-down-insens.png"
412 overlay_border = { 0, 0, 0, 0 }
413 overlay_stretch = FALSE
414 arrow_direction = DOWN
415 }
416
417 image
418 {
419 function = ARROW
420 recolorable = TRUE
421 state = NORMAL
422 overlay_file = "Images/Arrows/arrow-left.png"
423 overlay_border = { 0, 0, 0, 0 }
424 overlay_stretch = FALSE
425 arrow_direction = LEFT
426 }
427
428 image
429 {
430 function = ARROW
431 recolorable = TRUE
432 state = PRELIGHT
433 overlay_file = "Images/Arrows/arrow-left-prelight.png"
434 overlay_border = { 0, 0, 0, 0 }
435 overlay_stretch = FALSE
436 arrow_direction = LEFT
437 }
438
439 image
440 {
441 function = ARROW
442 recolorable = TRUE
443 state = ACTIVE
444 overlay_file = "Images/Arrows/arrow-left-pressed.png"
445 overlay_border = { 0, 0, 0, 0 }
446 overlay_stretch = FALSE
447 arrow_direction = LEFT
448 }
449
450 image
451 {
452 function = ARROW
453 recolorable = TRUE
454 state = INSENSITIVE
455 overlay_file = "Images/Arrows/arrow-left-insens.png"
456 overlay_border = { 0, 0, 0, 0 }
457 overlay_stretch = FALSE
458 arrow_direction = LEFT
459 }
460
461 image
462 {
463 function = ARROW
464 recolorable = TRUE
465 state = NORMAL
466 overlay_file = "Images/Arrows/arrow-right.png"
467 overlay_border = { 0, 0, 0, 0 }
468 overlay_stretch = FALSE
469 arrow_direction = RIGHT
470 }
471
472 image
473 {
474 function = ARROW
475 recolorable = TRUE
476 state = PRELIGHT
477 overlay_file = "Images/Arrows/arrow-right-prelight.png"
478 overlay_border = { 0, 0, 0, 0 }
479 overlay_stretch = FALSE
480 arrow_direction = RIGHT
481 }
482
483 image
484 {
485 function = ARROW
486 recolorable = TRUE
487 state = ACTIVE
488 overlay_file = "Images/Arrows/arrow-right-pressed.png"
489 overlay_border = { 0, 0, 0, 0 }
490 overlay_stretch = FALSE
491 arrow_direction = RIGHT
492 }
493
494 image
495 {
496 function = ARROW
497 recolorable = TRUE
498 state = INSENSITIVE
499 overlay_file = "Images/Arrows/arrow-right-insens.png"
500 overlay_border = { 0, 0, 0, 0 }
501 overlay_stretch = FALSE
502 arrow_direction = RIGHT
503 }
504
505
506 # Expander (all states)
507 #
508 # Collapsed
509 image
510 {
511 function = EXPANDER
512 state = NORMAL
513 expander_style = COLLAPSED
514 file = "Images/Expander/expander-normal-c.png"
515 border = { 2, 2, 2, 2 }
516 }
517
518 image
519 {
520 function = EXPANDER
521 state = PRELIGHT
522 expander_style = COLLAPSED
523 file = "Images/Expander/expander-prelight-c.png"
524 border = { 2, 2, 2, 2 }
525 }
526
527 image
528 {
529 function = EXPANDER
530 state = ACTIVE
531 expander_style = COLLAPSED
532 file = "Images/Expander/expander-active-c.png"
533 border = { 2, 2, 2, 2 }
534 }
535
536 image
537 {
538 function = EXPANDER
539 state = INSENSITIVE
540 expander_style = COLLAPSED
541 file = "Images/Expander/expander-insens-c.png"
542 border = { 2, 2, 2, 2 }
543 }
544
545 # Semi-collapsed
546 image
547 {
548 function = EXPANDER
549 state = NORMAL
550 expander_style = SEMI_COLLAPSED
551 file = "Images/Expander/expander-normal-sc.png"
552 border = { 2, 2, 2, 2 }
553 }
554
555 image
556 {
557 function = EXPANDER
558 state = PRELIGHT
559 expander_style = SEMI_COLLAPSED
560 file = "Images/Expander/expander-prelight-sc.png"
561 border = { 2, 2, 2, 2 }
562 }
563
564 image
565 {
566 function = EXPANDER
567 state = ACTIVE
568 expander_style = SEMI_COLLAPSED
569 file = "Images/Expander/expander-active-sc.png"
570 border = { 2, 2, 2, 2 }
571 }
572
573 #image
574 #{
575 # function = EXPANDER
576 # state = INSENSITIVE
577 # expander_style = SEMI_COLLAPSED
578 # file = "Images/Expander/expander-insens-sc.png"
579 # border = { 2, 2, 2, 2 }
580 #}
581
582 # Semi-Expanded
583 image
584 {
585 function = EXPANDER
586 state = NORMAL
587 expander_style = SEMI_EXPANDED
588 file = "Images/Expander/expander-normal-se.png"
589 border = { 2, 2, 2, 2 }
590 }
591
592 image
593 {
594 function = EXPANDER
595 state = PRELIGHT
596 expander_style = SEMI_EXPANDED
597 file = "Images/Expander/expander-prelight-se.png"
598 border = { 2, 2, 2, 2 }
599 }
600
601 image
602 {
603 function = EXPANDER
604 state = ACTIVE
605 expander_style = SEMI_EXPANDED
606 file = "Images/Expander/expander-active-se.png"
607 border = { 2, 2, 2, 2 }
608 }
609
610 #image
611 #{
612 # function = EXPANDER
613 # state = INSENSITIVE
614 # expander_style = SEMI_EXPANDED
615 # file = "Images/Expander/expander-insens-se.png"
616 # border = { 2, 2, 2, 2 }
617 #}
618
619 # Expanded
620 image
621 {
622 function = EXPANDER
623 state = NORMAL
624 expander_style = EXPANDED
625 file = "Images/Expander/expander-normal-e.png"
626 border = { 2, 2, 2, 2 }
627 }
628
629 image
630 {
631 function = EXPANDER
632 state = PRELIGHT
633 expander_style = EXPANDED
634 file = "Images/Expander/expander-prelight-e.png"
635 border = { 2, 2, 2, 2 }
636 }
637
638 image
639 {
640 function = EXPANDER
641 state = ACTIVE
642 expander_style = EXPANDED
643 file = "Images/Expander/expander-active-e.png"
644 border = { 2, 2, 2, 2 }
645 }
646
647 image
648 {
649 function = EXPANDER
650 state = INSENSITIVE
651 expander_style = EXPANDED
652 file = "Images/Expander/expander-insens-e.png"
653 border = { 2, 2, 2, 2 }
654 }
655
656
657 # Use Images from the -Menu subfolder because in most cases the controls are embedded in lists and shadows underneath are not appropriate.
658 #OPTIONs themeing for widgets that are not pure optionbuttons (e.g. in lists):
659
660 # Set the insensitive state for all shadows
661 image
662 {
663 function = OPTION
664 recolorable = TRUE
665 state = INSENSITIVE
666 shadow = OUT
667 overlay_file = "Images/Check-Radio-Menu/opt-normal-insensitive.png"
668 overlay_stretch = FALSE
669 }
670
671 image
672 {
673 function = OPTION
674 recolorable = TRUE
675 state = INSENSITIVE
676 shadow = IN
677 overlay_file = "Images/Check-Radio-Menu/opt-mark-insensitive.png"
678 overlay_stretch = FALSE
679 }
680 image
681 {
682 function = OPTION
683 recolorable = TRUE
684 state = INSENSITIVE
685 shadow = ETCHED_IN
686 overlay_file = "Images/Check-Radio-Menu/opt-line-insensitive.png"
687 overlay_stretch = FALSE
688 }
689
690 #Set the prelight fro all shadows
691 image
692 {
693 function = OPTION
694 recolorable = TRUE
695 state = PRELIGHT
696 shadow = OUT
697 overlay_file = "Images/Check-Radio-Menu/opt-normal-prelight.png"
698 overlay_stretch = FALSE
699 }
700 image
701 {
702 function = OPTION
703 recolorable = TRUE
704 state = PRELIGHT
705 shadow = IN
706 overlay_file = "Images/Check-Radio-Menu/opt-mark-prelight.png"
707 overlay_stretch = FALSE
708 }
709 image
710 {
711 function = OPTION
712 recolorable = TRUE
713 state = PRELIGHT
714 shadow = ETCHED_IN
715 overlay_file = "Images/Check-Radio-Menu/opt-line-prelight.png"
716 overlay_stretch = FALSE
717 }
718
719 # Theme everything else the same (NORMAL, SELECTED, ACTIVE)
720 image
721 {
722 function = OPTION
723 recolorable = TRUE
724 shadow = OUT
725 overlay_file = "Images/Check-Radio-Menu/opt-normal.png"
726 overlay_stretch = FALSE
727 }
728 image
729 {
730 function = OPTION
731 recolorable = TRUE
732 shadow = IN
733 overlay_file = "Images/Check-Radio-Menu/opt-mark.png"
734 overlay_stretch = FALSE
735 }
736 image
737 {
738 function = OPTION
739 recolorable = TRUE
740 shadow = ETCHED_IN
741 overlay_file = "Images/Check-Radio-Menu/opt-line.png"
742 overlay_stretch = FALSE
743 }
744
745 # CHECKs themeing for widgets that are not pure checkbuttons (e.g. in lists):
746 # Set the insensitive state for all shadows
747 image
748 {
749 function = CHECK
750 recolorable = TRUE
751 state = INSENSITIVE
752 shadow = OUT
753 overlay_file = "Images/Check-Radio-Menu/check-normal-insensitive.png"
754 overlay_stretch = FALSE
755 }
756 image
757 {
758 function = CHECK
759 recolorable = TRUE
760 state = INSENSITIVE
761 shadow = IN
762 overlay_file = "Images/Check-Radio-Menu/check-mark-insensitive.png"
763 overlay_stretch = FALSE
764 }
765 image
766 {
767 function = CHECK
768 recolorable = TRUE
769 state = INSENSITIVE
770 shadow = ETCHED_IN
771 overlay_file = "Images/Check-Radio-Menu/check-line-insensitive.png"
772 overlay_stretch = FALSE
773 }
774 #Set the prelight fro all shadows
775 image
776 {
777 function = CHECK
778 recolorable = TRUE
779 state = PRELIGHT
780 shadow = OUT
781 overlay_file = "Images/Check-Radio-Menu/check-normal-prelight.png"
782 overlay_stretch = FALSE
783 }
784 image
785 {
786 function = CHECK
787 recolorable = TRUE
788 state = PRELIGHT
789 shadow = IN
790 overlay_file = "Images/Check-Radio-Menu/check-mark-prelight.png"
791 overlay_stretch = FALSE
792 }
793 image
794 {
795 function = CHECK
796 recolorable = TRUE
797 state = PRELIGHT
798 shadow = ETCHED_IN
799 overlay_file = "Images/Check-Radio-Menu/check-line-prelight.png"
800 overlay_stretch = FALSE
801 }
802
803 # Set the rest
804 image
805 {
806 function = CHECK
807 recolorable = TRUE
808 shadow = OUT
809 overlay_file = "Images/Check-Radio-Menu/check-normal.png"
810 overlay_stretch = FALSE
811 }
812 image
813 {
814 function = CHECK
815 recolorable = TRUE
816 shadow = IN
817 overlay_file = "Images/Check-Radio-Menu/check-mark.png"
818 overlay_stretch = FALSE
819 }
820 image
821 {
822 function = CHECK
823 recolorable = TRUE
824 shadow = ETCHED_IN
825 overlay_file = "Images/Check-Radio-Menu/check-line.png"
826 overlay_stretch = FALSE
827 }
828 }
829}
830
831
832style "newwave-wide" = "newwave-default"
833{
834 bg[SELECTED] = @selected_bg_color
835 xthickness = 2
836 ythickness = 2
837}
838
839style "newwave-wider" = "newwave-default"
840{
841 bg[SELECTED] = @selected_bg_color
842 xthickness = 3
843 ythickness = 3
844}
845
846
847
848
849#=========================================================
850#=========================================================
851# Pixmap widget styles
852#=========================================================
853#=========================================================
854
855
856
857style "newwave-frame" = "newwave-wide"
858{
859# engine "pixmap"
860# {
861# image
862# {
863# function = FLAT_BOX
864# state = NORMAL
865# shadow = OUT
866# file = "Images/Frame-Gap/frame2.png"
867# stretch = TRUE
868# }
869# }
870}
871
872#=========================================================
873# Buttons
874#=========================================================
875
876style "newwave-button" = "newwave-wider"
877{
878
879 bg[NORMAL] = shade (0.98, @bg_color)
880 bg[PRELIGHT] = shade (1.04, @bg_color)
881 bg[ACTIVE] = shade (0.92, @bg_color)
882
883 GtkButton::interior_focus = 1
884
885 GtkWidget::focus_padding = 0
886 GtkButton::focus_width = 1
887 GtkButton::displace_focus = 1
888
889 # Make it vertical
890 GtkButton::child_displacement_x = 0
891 GtkButton::child_displacement_y = 1
892
893 # Increase because focus padding is zero
894 GtkButton::inner-border = {2, 2, 2, 2}
895 # Use to show glow around default buttons
896 GtkButton::default-border = { 3, 3, 3, 3}
897 GtkButton::default-outside-border = { 3, 3, 3, 3}
898
899
900 engine "pixmap"
901 {
902
903 # Focus image
904 image
905 {
906 function = FOCUS
907 recolorable = TRUE
908 detail = "button"
909 file = "Images/Buttons/button-focus.png"
910 border = {4, 4, 4, 4}
911 stretch = TRUE
912
913 }
914
915 image
916 {
917 function = BOX
918 state = NORMAL
919 shadow = OUT
920 file = "Images/Buttons/button-normal.png"
921 border ={ 4, 4, 4, 4 }
922 stretch = TRUE
923 }
924
925 #Used for default buttons glow
926 image
927 {
928 function = BOX
929 state = NORMAL
930 shadow = IN
931 file = "Images/Buttons/button-default.png"
932 border ={ 4, 4, 4, 4 }
933 stretch = TRUE
934 }
935
936 image
937 {
938 function = BOX
939 state = ACTIVE
940 file = "Images/Buttons/button-pressed.png"
941 border = { 4, 4, 4, 4 }
942 stretch = TRUE
943 }
944
945 # Don't know if this is used somewhere
946 image
947 {
948 function = BOX
949 recolorable = TRUE
950 detail = "buttondefault"
951 file = "Images/Buttons/button-default.png"
952 border = {4, 4, 4, 4}
953 stretch = TRUE
954 }
955
956 #@author:dilomo@ prelight used on toggle buttons when they are pressed in
957 image
958 {
959 function = BOX
960 state = PRELIGHT
961 recolorable = TRUE
962 shadow = IN
963 file = "Images/Buttons/button-pressed-prelight.png"
964 border = { 4, 4, 4, 4 }
965 stretch = TRUE
966 }
967 #@author:dilomo@ prelight used on normal buttons
968 image
969 {
970 function = BOX
971 state = PRELIGHT
972 recolorable = TRUE
973 shadow = OUT
974 file = "Images/Buttons/button-prelight.png"
975 border = { 4, 4, 4, 4 }
976 stretch = TRUE
977 }
978
979 image
980 {
981 function = BOX
982 state = INSENSITIVE
983 shadow = IN
984 file = "Images/Buttons/button-insensitive-in.png"
985 border = { 4, 4, 4, 4 }
986 stretch = TRUE
987 }
988
989 image
990 {
991 function = BOX
992 state = INSENSITIVE
993 shadow = OUT
994 file = "Images/Buttons/button-insensitive.png"
995 border = { 4, 4, 4, 4 }
996 stretch = TRUE
997 }
998
999
1000 }
1001}
1002
1003#=========================================================
1004# Progressbar
1005#=========================================================
1006style "newwave-progressbar" = "newwave-default"
1007{
1008 xthickness = 1
1009 ythickness = 1
1010
1011 engine "pixmap"
1012 {
1013 image
1014 {
1015 function = BOX
1016 detail = "trough"
1017 file = "Images/ProgressBar/trough-progressbar-horiz.png"
1018 border = { 4, 4, 4, 4 }
1019 stretch = TRUE
1020 overlay_file = "Images/ProgressBar/over-trough-horiz.png"
1021 overlay_stretch = TRUE
1022 overlay_border = { 2, 2, 2, 2 }
1023 orientation = HORIZONTAL
1024 }
1025
1026 image
1027 {
1028 function = BOX
1029 detail = "trough"
1030 file = "Images/ProgressBar/trough-progressbar-horiz.png"
1031 border = { 4, 4, 4, 4 }
1032 stretch = TRUE
1033# overlay_file = "Images/ProgressBar/over-trough-horiz.png"
1034# overlay_stretch = TRUE
1035# overlay_border = { 2, 2, 2, 2 }
1036 orientation = VERTICAL
1037 }
1038
1039 image
1040 {
1041 function = BOX
1042 detail = "bar"
1043 file = "Images/ProgressBar/progressbar-horiz.png"
1044 border = { 2, 2, 2, 2 }
1045 stretch = TRUE
1046 overlay_file = "Images/ProgressBar/over-progressbar-horiz.png"
1047 overlay_stretch = FALSE
1048 overlay_border = { 2, 2, 2, 2 }
1049 orientation = HORIZONTAL
1050 }
1051 image
1052 {
1053 function = BOX
1054 detail = "bar"
1055 file = "Images/ProgressBar/progressbar-vert.png"
1056 border = { 2, 2, 2, 2 }
1057 stretch = TRUE
1058 overlay_file = "Images/ProgressBar/over-progressbar-horiz.png"
1059 overlay_stretch = TRUE
1060 overlay_border = { 2, 2, 2, 2 }
1061 orientation = VERTICAL
1062 }
1063 }
1064}
1065
1066
1067#=========================================================
1068# Check/Radio Buttons
1069#=========================================================
1070style "newwave-checkradiobutton" = "newwave-default"
1071{
1072 GtkCheckButton::interior_focus = 1
1073
1074 engine "pixmap" {
1075 image
1076 {
1077 function = FLAT_BOX
1078 recolorable = TRUE
1079 file = "Images/Others/null.png"
1080 border = { 2, 5, 2, 2 }
1081 stretch = TRUE
1082 }
1083 image
1084 {
1085 function = FOCUS
1086 recolorable = TRUE
1087 file = "Images/Check-Radio/checkfocus.png"
1088 border = { 3, 3, 3, 3 }
1089 stretch = TRUE
1090 }
1091 }
1092}
1093
1094class "GtkRadioButton" style : highest "newwave-checkradiobutton"
1095class "GtkCheckButton" style : highest "newwave-checkradiobutton"
1096
1097
1098style "newwave-radiomenubutton" = "newwave-default"
1099{
1100 engine "pixmap"
1101 {
1102 image
1103 {
1104 function = OPTION
1105 recolorable = TRUE
1106 state = NORMAL
1107 shadow = OUT
1108 overlay_file = "Images/Check-Radio-Menu/opt-normal.png"
1109 overlay_stretch = FALSE
1110 }
1111 image
1112 {
1113 function = OPTION
1114 recolorable = TRUE
1115 state = PRELIGHT
1116 shadow = OUT
1117 overlay_file = "Images/Check-Radio-Menu/opt-normal-prelight.png"
1118 overlay_stretch = FALSE
1119 }
1120 image
1121 {
1122 function = OPTION
1123 recolorable = TRUE
1124 state = ACTIVE
1125 shadow = OUT
1126 overlay_file = "Images/Check-Radio-Menu/opt-normal-prelight.png"
1127 overlay_stretch = FALSE
1128 }
1129 image
1130 {
1131 function = OPTION
1132 recolorable = TRUE
1133 state = INSENSITIVE
1134 shadow = OUT
1135 overlay_file = "Images/Check-Radio-Menu/opt-normal-insensitive.png"
1136 overlay_stretch = FALSE
1137 }
1138 image
1139 {
1140 function = OPTION
1141 recolorable = TRUE
1142 state = NORMAL
1143 shadow = IN
1144 overlay_file = "Images/Check-Radio-Menu/opt-mark.png"
1145 overlay_stretch = FALSE
1146 }
1147 image
1148 {
1149 function = OPTION
1150 recolorable = TRUE
1151 state = PRELIGHT
1152 shadow = IN
1153 overlay_file = "Images/Check-Radio-Menu/opt-mark-prelight.png"
1154 overlay_stretch = FALSE
1155 }
1156 image
1157 {
1158 function = OPTION
1159 recolorable = TRUE
1160 state = ACTIVE
1161 shadow = IN
1162 overlay_file = "Images/Check-Radio-Menu/opt-mark-prelight.png"
1163 overlay_stretch = FALSE
1164 }
1165 image
1166 {
1167 function = OPTION
1168 recolorable = TRUE
1169 state = INSENSITIVE
1170 shadow = IN
1171 overlay_file = "Images/Check-Radio-Menu/opt-mark-insensitive.png"
1172 overlay_stretch = FALSE
1173 }
1174 image
1175 {
1176 function = FLAT_BOX
1177 recolorable = TRUE
1178 stretch = TRUE
1179 file = "Images/Others/null.png"
1180 border = { 2, 2, 2, 2 }
1181 }
1182 }
1183}
1184
1185
1186style "newwave-radiobutton" = "newwave-default"
1187{
1188 engine "pixmap"
1189 {
1190 image
1191 {
1192 function = OPTION
1193 recolorable = TRUE
1194 state = NORMAL
1195 shadow = OUT
1196 overlay_file = "Images/Check-Radio/opt-normal.png"
1197 overlay_stretch = FALSE
1198 }
1199
1200 image
1201 {
1202 function = OPTION
1203 recolorable = TRUE
1204 state = PRELIGHT
1205 shadow = OUT
1206 overlay_file = "Images/Check-Radio/opt-normal-prelight.png"
1207 overlay_stretch = FALSE
1208 }
1209 image
1210 {
1211 function = OPTION
1212 recolorable = TRUE
1213 state = ACTIVE
1214 shadow = OUT
1215 overlay_file = "Images/Check-Radio/opt-normal-active.png"
1216 overlay_stretch = FALSE
1217 }
1218 image
1219 {
1220 function = OPTION
1221 recolorable = TRUE
1222 state = INSENSITIVE
1223 shadow = OUT
1224 overlay_file = "Images/Check-Radio/opt-normal-insensitive.png"
1225 overlay_stretch = FALSE
1226 }
1227
1228 image
1229 {
1230 function = OPTION
1231 recolorable = TRUE
1232 state = NORMAL
1233 shadow = IN
1234 overlay_file = "Images/Check-Radio/opt-mark.png"
1235 overlay_stretch = FALSE
1236 }
1237 image
1238 {
1239 function = OPTION
1240 recolorable = TRUE
1241 state = PRELIGHT
1242 shadow = IN
1243 overlay_file = "Images/Check-Radio/opt-mark-prelight.png"
1244 overlay_stretch = FALSE
1245 }
1246 image
1247 {
1248 function = OPTION
1249 recolorable = TRUE
1250 state = ACTIVE
1251 shadow = IN
1252 overlay_file = "Images/Check-Radio/opt-mark-active.png"
1253 overlay_stretch = FALSE
1254 }
1255 image
1256 {
1257 function = OPTION
1258 recolorable = TRUE
1259 state = INSENSITIVE
1260 shadow = IN
1261 overlay_file = "Images/Check-Radio/opt-mark-insensitive.png"
1262 overlay_stretch = FALSE
1263 }
1264
1265 image
1266 {
1267 function = OPTION
1268 recolorable = TRUE
1269 state = NORMAL
1270 shadow = ETCHED_IN
1271 overlay_file = "Images/Check-Radio/opt-line.png"
1272 overlay_stretch = FALSE
1273 }
1274 image
1275 {
1276 function = OPTION
1277 recolorable = TRUE
1278 state = PRELIGHT
1279 shadow = ETCHED_IN
1280 overlay_file = "Images/Check-Radio/opt-line-prelight.png"
1281 overlay_stretch = FALSE
1282 }
1283 image
1284 {
1285 function = OPTION
1286 recolorable = TRUE
1287 state = ACTIVE
1288 shadow =ETCHED_IN
1289 overlay_file = "Images/Check-Radio/opt-line-active.png"
1290 overlay_stretch = FALSE
1291 }
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches