Merge lp:~andrewsomething/gnome-themes/gnome-themes-ubuntu into lp:~ubuntu-desktop/gnome-themes/gnome-themes-ubuntu

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: not available
Proposed branch: lp:~andrewsomething/gnome-themes/gnome-themes-ubuntu
Merge into: lp:~ubuntu-desktop/gnome-themes/gnome-themes-ubuntu
Diff against target: 5493 lines (+2566/-1250)
12 files modified
Dust Sand/gtk-2.0/gtk-2.0/gtkrc (+798/-0)
Dust Sand/gtk-2.0/gtkrc (+128/-109)
Dust Sand/metacity-1/metacity-theme-1.xml (+5/-5)
Dust/gtk-2.0/gtkrc (+227/-191)
Dust/gtk-2.0/scrollbars/scrollbar.rc (+0/-330)
Dust/gtk-2.0/scrollbars_d/scrollbar.rc (+0/-288)
Dust/metacity-1/metacity-theme-1.xml (+126/-81)
New Wave Dark Menus/gtk-2.0/default-gtkrc (+634/-121)
New Wave/gtk-2.0/gtkrc (+634/-121)
New Wave/index.theme (+0/-1)
debian/changelog (+13/-2)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~andrewsomething/gnome-themes/gnome-themes-ubuntu
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+17554@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

nome-themes-ubuntu (0.6) lucid; urgency=low

  [ Loïc Minier ]
  * Fix find snippet dropping -x bits to not touch the upstream files (only
    the installed one) and reverse logic to clear the bits of all files except
    *.sh files (only file needing +x in this package).

  [ Andrew Starr-Bochicchio ]
  * Update Dust{-Sand} to r10 from lp:~dusttheme-dev/dusttheme/0.4
   - gnome-panel clock should not be bold (LP: #439191).
   - Text overlaps with icon in window title bar (LP: #371743).
  * Update New Wave to version 0.8.2 (LP:508851).
   - Nautilus focus ring is not visible (LP: #390601).
   - Thumbnails corrupted in Appearance Preferences (LP: #416030).

 -- Andrew Starr-Bochicchio <email address hidden> Sun, 17 Jan 2010 14:21:20 -0500

29. By Andrew Starr-Bochicchio

Update Dust{-Sand} to lp:~dusttheme-dev/dusttheme/0.5

30. By Andrew Starr-Bochicchio

debian/control: Bump Standards-Version to 3.8.4

31. By Andrew Starr-Bochicchio

Close LP: #529811 in changelog.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'Dust Sand/gtk-2.0/gtk-2.0'
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/blank.png'
0Binary files Dust Sand/gtk-2.0/gtk-2.0/blank.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/blank.png 2010-03-01 02:27:14 +0000 differ0Binary files Dust Sand/gtk-2.0/gtk-2.0/blank.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/blank.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/gtkrc'
--- Dust Sand/gtk-2.0/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000
+++ Dust Sand/gtk-2.0/gtk-2.0/gtkrc 2010-03-01 02:27:14 +0000
@@ -0,0 +1,798 @@
1# Dust theme
2# (c) 2010 Rico Sta. Cruz, Kido Mariano, James Schriver
3# Licensed under the GPL.
4# Requires Murrine GTK Engine v0.91.0
5
6gtk_color_scheme = "fg_color:#323232\nbg_color:#D9D4CC\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#75645B\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
7
8style "default"
9{
10 xthickness = 1
11 ythickness = 1
12
13 GtkScrolledWindow ::scrollbar-spacing = 0
14 GtkScrolledWindow ::scrollbar-within-bevel = 0
15
16 GtkButton::child-displacement-x = 1
17 GtkButton::child-displacement-y = 1
18 GtkButton::default-border = { 0, 0, 0, 0 }
19
20 GtkCheckButton::indicator-size = 14
21
22 GtkPaned::handle-size = 6
23
24 GtkRange::trough-border = 1
25 GtkRange::slider-width = 12
26 GtkRange::stepper-size = 12
27 GtkRange::trough-under-steppers = 1
28
29 GtkScale::slider-length = 18
30 GtkScale::trough-side-details = 1
31
32 GtkScrollbar::min-slider-length = 30
33 GtkMenuBar::internal-padding = 0
34 GtkExpander::expander-size = 15
35 GtkToolbar::internal-padding = 1
36 GtkTreeView::expander-size = 15
37 GtkTreeView::vertical-separator = 0
38
39 GtkMenu::horizontal-padding = 0
40 GtkMenu::vertical-padding = 0
41
42 WnckTasklist::fade-overlay-rect = 0
43 # The following line hints to gecko (and possibly other appliations)
44 # that the entry should be drawn transparently on the canvas.
45 # Without this, gecko will fill in the background of the entry.
46 GtkEntry::honors-transparent-bg-hint = 1
47
48 GtkEntry::progress-border = { 2, 2, 2, 2 }
49
50 fg[NORMAL] = @fg_color
51 fg[PRELIGHT] = @fg_color
52 fg[SELECTED] = @selected_fg_color
53 fg[ACTIVE] = @fg_color
54 fg[INSENSITIVE] = darker (@bg_color)
55
56 bg[NORMAL] = @bg_color
57 bg[PRELIGHT] = shade (1.02, @bg_color)
58 bg[SELECTED] = @selected_bg_color
59 bg[INSENSITIVE] = @bg_color
60 bg[ACTIVE] = shade (0.9, @bg_color)
61
62 base[NORMAL] = @base_color
63 base[PRELIGHT] = shade (0.95, @bg_color)
64 base[ACTIVE] = mix (0.7, @selected_bg_color, @bg_color)
65 base[SELECTED] = @selected_bg_color
66 base[INSENSITIVE] = @bg_color
67
68 text[NORMAL] = @text_color
69 text[PRELIGHT] = @text_color
70 text[ACTIVE] = @selected_fg_color
71 text[SELECTED] = @selected_fg_color
72 text[INSENSITIVE] = darker (@bg_color)
73
74engine "murrine"
75 {
76 animation = TRUE # FALSE = disabled, TRUE = enabled
77 arrowstyle = 1
78 border_shades = { 1.2, 1.0 } # gradient to draw on border
79# border_colors = { "#E6DDD5", "#E6DDD5" }
80 colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
81 comboboxstyle = 0 # colorize the GtkComboBox below the arrow.
82 contrast = .85 # 0.8 for less contrast, more than 1.0 for more contrast on borders
83 #focus_color = @selected_bg_color
84 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
85 glow_shade = 1.20 # sets glow amount for buttons or widgets
86 glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
87 gradient_shades = { 1.13, 1.02, 1.00, 1.02 } # default: {1.1,1.0,1.0,1.1}
88 highlight_shade = 1.0 # set highlight amount for buttons or widgets
89 lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets
90 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
91 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
92 listviewstyle = 0 # 0 = nothing, 1 = dotted
93 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
94 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
95 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
96 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
97 prelight_shade = 1.25 #to select the shade level used in the scrollbar's slider, GtkComboBox with comboboxstyle = 1 and in the prelight state with gradient_colors.
98 progressbarstyle = 0 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes
99 reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
100 rgba = FALSE # FALSE = disabled, TRUE = enabled
101 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
102 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
103 shadow_shades = { 0.8, 2.2 }
104 sliderstyle = 0 # 0 = nothing added, 1 = handles
105 spinbuttonstyle = 1
106 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with a rounded slider
107 #textstyle = 1
108 trough_shades = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
109 toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
110 }
111}
112
113style "wide"
114{
115 xthickness = 2
116 ythickness = 2
117}
118
119style "wider"
120{
121 xthickness = 3
122 ythickness = 3
123}
124
125style "dark"
126{
127 bg[NORMAL] = @bg_color
128 bg[SELECTED] = shade(0.9,@selected_bg_color)
129 bg[PRELIGHT] = shade (0.5, @selected_bg_color)
130 bg[ACTIVE] = mix (0.5, @selected_bg_color, "#343330")
131 bg[INSENSITIVE] = "#302F2C"
132
133 fg[NORMAL] = mix (0.7, '#ffffef', @fg_color)
134 fg[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)
135 fg[SELECTED] = mix (0.8, '#ffffef', @fg_color)
136 fg[ACTIVE] = mix (0.8, '#ffffef', @fg_color)
137 fg[INSENSITIVE] = @fg_color
138
139}
140
141style "button" = "wider"
142{
143 bg[NORMAL] = shade (1.10, @bg_color)
144 bg[PRELIGHT] = mix(0.82,shade (1.1, @bg_color),@selected_bg_color)
145 bg[ACTIVE] = shade (0.85, @bg_color)
146
147 engine "murrine"
148 {
149 border_shades = { .9, .7} # draw a gradient on the border.
150 border_colors = { "#D9D4CC", "#D9D4CC" }
151 contrast = 1.0
152 lightborder_shade = 1.06
153 }
154}
155
156style "entry" {
157 xthickness = 3
158 ythickness = 3
159
160 bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
161 fg[SELECTED] = @text_color
162
163 engine "murrine" {
164 focus_color = shade (0.65, @selected_bg_color)
165 }
166}
167
168style "toolbar-item" = "wide"
169{
170 bg[NORMAL] = "#AFA99F" #shade(0.88,@bg_color)
171 bg[PRELIGHT] = "#EFE9DF" #shade(1.1,@bg_color)
172 bg[ACTIVE] = "#CFC9BF" #shade(0.6,@bg_color)
173 bg[SELECTED] = "#AFA99F" #shade(0.88,@bg_color)
174 bg[INSENSITIVE] = "#AFA99F" #shade(0.88,@bg_color)
175
176 engine "murrine"{
177 }
178
179}
180
181style "toolbar" = "toolbar-item"
182{
183 engine "pixmap"
184 {
185 image {
186 function = BOX
187 file = "toolbar_light.png"
188 border = {1,1,1,1}
189 }
190 image {
191 function = HANDLE
192 overlay_file = "handlebox.png"
193 overlay_stretch = FALSE
194 orientation = HORIZONTAL
195 }
196 image {
197 function = HANDLE
198 overlay_file = "handlebox.png"
199 overlay_stretch = FALSE
200 orientation = VERTICAL
201 }
202 image
203 {
204 function = VLINE
205 recolorable = TRUE
206 file = "blank.png"
207 }
208 image
209 {
210 function = HLINE
211 recolorable = TRUE
212 file = "blank.png"
213 }
214 }
215}
216
217
218style "toolbar-sep" = "toolbar-item"
219{
220 xthickness = 2
221}
222
223style "dark-toolbar" = "dark"
224{
225 xthickness = 2
226 ythickness = 2
227 bg[NORMAL] = "#343330"
228 bg[PRELIGHT] = shade (0.65, @selected_bg_color)
229 bg[SELECTED] = shade (0.35, @bg_color)
230 bg[ACTIVE] = shade (0.35, @bg_color)
231
232 engine "murrine"
233 {
234 border_shades = {1.4, 1.2} # draw a gradient on the border.
235 border_colors = { "#343330", "#343330" }
236 glowstyle = 0
237 gradient_shades = {1.1,1.0,1.0,0.7}
238 highlight_shade = 1.0
239 lightborder_shade = 1.0
240 reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
241 }
242}
243
244style "dark-toolbar-sep" = "dark-toolbar"
245 { xthickness = 2 }
246
247
248style "pixmap-dark-toolbar" = "dark-toolbar"
249{
250 # To-do: make the toolbar recolorable, possibly without using pixmaps
251 # We only like this because of the top line, anyway.
252 engine "pixmap"{
253 image {
254 function = BOX
255 file = "toolbar_o.png"
256 border = {1,1,1,1}
257 }
258 image
259 {
260 function = HANDLE
261 overlay_file = "handlebox.png"
262 overlay_stretch = FALSE
263 orientation = HORIZONTAL
264 }
265 image
266 {
267 function = HANDLE
268 overlay_file = "handlebox.png"
269 overlay_stretch = FALSE
270 orientation = VERTICAL
271 }
272 image
273 {
274 function = VLINE
275 recolorable = TRUE
276 file = "blank.png"
277 }
278 image
279 {
280 function = HLINE
281 recolorable = TRUE
282 file = "blank.png"
283 }
284 }
285}
286
287style "notebook" = "wider"
288{
289 bg[NORMAL] = shade (1.0615, @bg_color)
290 bg[ACTIVE] = shade (0.85, @bg_color)
291
292 engine "murrine"
293 {
294 contrast = 1.0
295 lightborder_shade = 1.1
296 highlight_shade = 1.01
297 }
298}
299
300style "panel"
301{
302 bg_pixmap[NORMAL] = "panel-bg-dark.png" # Tint top/bottom panel background
303 bg[NORMAL] = "#2D2519" # Default top/bottom panel background 8796N Black Metal
304 bg[PRELIGHT] = shade(1.0, @selected_bg_color) # panel prelight
305 bg[ACTIVE] = @selected_bg_color # bottom panel active background
306 bg[SELECTED] = @selected_bg_color # Active window desktop lower panel background [ ] [ ] (orange)
307 bg[INSENSITIVE] = shade(0.90, @selected_bg_color) #
308
309 fg[NORMAL] = @selected_fg_color # Default text
310 fg[PRELIGHT] = @selected_fg_color # Prelight
311 fg[ACTIVE] = @selected_fg_color # Bottom panel active text
312 fg[SELECTED] = @fg_color # Bottom panel selected window
313}
314
315style "murrine-PanelGtkMenubar"
316{
317 bg[NORMAL] = "#2D2519" # top desktop panel menu background color
318 bg[SELECTED] = darker(@selected_bg_color) # selected item background
319 fg[NORMAL] = @bg_color # default panel text !
320 fg[PRELIGHT] = @base_color # text after dropdown menu
321
322 font_name = "Bold"
323
324 engine "murrine"
325 {
326 # Panel Menubar Tab
327 contrast = 0.75
328 glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
329 glow_shade = 1.5 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
330 glowstyle = 0 # 0 = Top glow, 1 = Bottom glow, 2 = Top and Bottom glow, 3 = Horizontal glow, 4 = Centered glow
331 roundness = 2
332 }
333}
334
335widget "*clock-applet-button*" style "dark-toolbar"
336
337style "menu" = "dark"
338{
339 xthickness = 0
340 ythickness = 0
341
342 #Keep it this dark since OOo likes it
343 bg[NORMAL] = "#343330"
344 text[NORMAL] = @bg_color
345 text[PRELIGHT] = @selected_fg_color
346}
347
348style "menu-item" = "dark"
349{
350 xthickness = 0
351 ythickness = 3
352 engine "murrine"
353 {
354 border_shades = { 1.0, .8} # draw a gradient on the border.
355 border_colors = { "#795145", "#795145" }
356 glowstyle = 0
357 gradient_shades = {1.1,1.0,1.0,0.7}
358 highlight_shade = 1.0
359 lightborder_shade = 1.0
360
361 }
362}
363
364style "separator-menu-item"
365{
366 GtkSeparatorMenuItem::horizontal-padding = 2
367 GtkWidget::wide-separators = 1
368 GtkWidget::separator-width = 1
369 GtkWidget::separator-height = 2
370 xthickness = 4
371 ythickness = 0
372 bg[NORMAL] = "#444"
373}
374
375# Based on the default style so that the colors from the button
376# style are overriden again.
377style "treeview-header" = "default"
378{
379 xthickness = 2
380 ythickness = 1
381
382 bg[NORMAL] = shade(0.9, @bg_color)
383 bg[PRELIGHT] = shade(1.0, @bg_color)
384 bg[ACTIVE] = shade(0.8, @bg_color)
385
386 GtkWidget::focus-line-width = 0
387}
388
389style "tooltips"
390{
391 xthickness = 4
392 ythickness = 4
393
394 bg[NORMAL] = @tooltip_bg_color
395 fg[NORMAL] = @tooltip_fg_color
396}
397
398style "progressbar"
399{
400 xthickness = 0
401 ythickness = 0
402
403 fg[PRELIGHT] = @selected_fg_color
404
405}
406
407style "pixmap-statusbar"
408{
409 ythickness = 3
410 xthickness = 3
411
412 engine "pixmap"
413 {
414 image
415 {
416 function = RESIZE_GRIP
417 recolorable = TRUE
418 detail = "statusbar"
419 overlay_file = "statusgrip.png"
420 overlay_border = {0,0,0,0}
421 overlay_stretch = TRUE
422 }
423 image
424 {
425 function = SHADOW
426 shadow = IN
427 file = "blank.png"
428 }
429 image
430 {
431 function = SHADOW
432 shadow = OUT
433 file = "blank.png"
434 }
435 image
436 {
437 function = SHADOW
438 shadow = ETCHED_IN
439 file = "blank.png"
440 }
441 image
442 {
443 function = SHADOW
444 shadow = ETCHED_OUT
445 file = "blank.png"
446 }
447 }
448}
449
450style "comboboxentry" = "wider"
451{
452}
453
454style "spinbutton"
455{
456}
457
458style "scale"
459{
460 bg[PRELIGHT] = shade(0.9,@bg_color)
461 engine "murrine"{
462 roundness = 2
463 contrast = 1.1
464 highlight_shade = 1.2
465 lightborder_shade = 1.1
466 gradient_shades = {1.0,0.85,0.8,1.0}
467 reliefstyle = 2
468 }
469}
470
471style "menubar" = "dark"
472{
473 # Static dark color so continuity doesn't break with toolbars
474 # when color changes
475 bg[NORMAL] = "#343330"
476 engine "pixmap"
477 {
478 image {
479 function = BOX
480 file = "menubar.png"
481 #border = {1,1,1,1}
482 stretch = TRUE
483 }
484 image {
485 function = HANDLE
486 overlay_file = "handlebox.png"
487 overlay_stretch = FALSE
488 orientation = HORIZONTAL
489 }
490 image {
491 function = HANDLE
492 overlay_file = "handlebox.png"
493 overlay_stretch = FALSE
494 orientation = VERTICAL
495 }
496 }
497}
498
499style "frame"
500{
501 #Uncomment for dark statusbars. Breaks some apps. (FIXME: Doesn't work)
502 #bg[ACTIVE] = shade(0.2,@bg_color)
503 #fg[NORMAL] = mix (1.5, @fg_color, '#ffffff')
504 #fg[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
505}
506
507style "frame-title" = "frame"
508{
509 fg[NORMAL] = lighter (@fg_color)
510}
511
512# SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
513style "radiocheck"
514{
515 text[NORMAL] = @selected_fg_color # Color for selected checks/radio items.
516 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items on prelight.
517
518 engine "murrine"
519 {
520 roundness = 2
521 contrast = 1.03
522 highlight_shade = 1.0
523 lightborder_shade = 1.0
524 gradient_shades = {1.1,1.0,1.0,0.9}
525 reliefstyle = 2
526 }
527}
528
529style "scrollbar"
530{
531 engine "murrine"
532 {
533 border_shades = { .7, .7} # draw a gradient on the border.
534 border_colors = { "#D9D4CC", "#D9D4CC" }
535 glazestyle = 4 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
536 glow_shade = 1.1 # sets glow amount for buttons or widgets
537 glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
538 gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
539 highlight_shade = 1.05 # set highlight amount for buttons or widgets
540 lightborder_shade = 1.3 # sets lightborder amount for buttons or widgets
541 roundness = 4
542 }
543
544
545 bg[SELECTED] = shade (0.6, @bg_color)
546}
547
548style "hscrollbar"
549{
550}
551
552style "vscrollbar"
553{
554}
555
556style "nautilus-location"
557{
558 bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color)
559}
560
561#########################################
562# Matches
563#########################################
564
565# default style is applied to every widget
566class "GtkWidget" style "default"
567
568# Increase the x/ythickness in some widgets
569class "GtkRange" style "default"
570class "GtkFrame" style "frame"
571class "GtkSeparator" style "wide"
572class "GtkEntry" style "entry"
573class "GtkStatusbar" style "pixmap-statusbar"
574class "GtkMenuBar" style:highest "menubar"
575class "GtkRadioButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
576class "GtkCheckButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
577
578# Toolbar default: dark
579#class "*HandleBox" style "pixmap-dark-toolbar"
580#class "GtkToolbar" style "pixmap-dark-toolbar"
581#widget_class "*HandleBox" style "pixmap-dark-toolbar"
582#widget_class "*<GtkToolbar>.*" style "dark-toolbar"
583
584# Toolbar default: light
585class "*HandleBox" style "toolbar"
586class "GtkToolbar" style "toolbar"
587widget_class "*HandleBox" style "toolbar"
588widget_class "*<GtkToolbar>.*" style "toolbar-item"
589
590#
591# Toolbar exceptions:
592# Browser-type and viewer-type applications get a dark toolbar.
593# Everything below the toolbar for these apps are the content. This will make
594# a separation on function (toolbar) and content (client area).
595#
596
597# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
598style "text-is-fg-color-workaround"
599{
600 text[NORMAL] = @fg_color
601 text[PRELIGHT] = @fg_color
602 text[SELECTED] = @selected_fg_color
603 text[ACTIVE] = @fg_color
604 text[INSENSITIVE] = darker (@bg_color)
605}
606widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
607
608style "text-is-fg-color-workaround-dark"
609{
610 #Make it work with this theme!
611 text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
612 text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
613}
614
615# Nautilus toolbar
616widget_class "*Nautilus*Toolbar*" style "pixmap-dark-toolbar"
617widget_class "*Nautilus*Tool*GtkButton" style "dark-toolbar"
618widget_class "*Nautilus*Tool*.*.*" style "dark-toolbar"
619widget_class "*Nautilus*Tool*GtkToggleButton" style "dark-toolbar"
620widget_class "*Nautilus*Tool*Separator*" style "dark-toolbar-sep"
621widget_class "*Nautilus*Tool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
622
623# Evince/EOG
624widget_class "*EggEditable*Toolbar*" style "pixmap-dark-toolbar"
625widget_class "*EggEditable*Toolbar*.*.*.*" style "dark-toolbar"
626widget_class "*EggEditable*Tool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
627
628widget "*fullscreen-toolbar" style "pixmap-dark-toolbar"
629widget "*fullscreen-toolbar.*" style "dark-toolbar"
630widget "*fullscreen-toolbar*.GtkComboBox.GtkCellView" style "text-is-fg-color-workaround-dark"
631
632# Epiphany
633widget_class "*EphyToolbar*" style "pixmap-dark-toolbar"
634widget_class "*EphyToolbar*.*.*.*" style "dark-toolbar"
635widget_class "*EphyTool*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
636
637# Brasero
638widget_class "*rasero*Toolbar*" style "pixmap-dark-toolbar"
639widget_class "*rasero*Toolbar*.*" style "dark-toolbar"
640widget_class "*rasero*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
641
642#gThumb
643widget_class "*Gth*Toolbar*" style "pixmap-dark-toolbar"
644widget_class "*Gth*Toolbar*.*" style "dark-toolbar"
645widget_class "*Gth*Toolbar*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround-dark"
646widget_class "*GthFull*" style "pixmap-dark-toolbar" #Doesn't work
647
648#Totem
649widget "*totem*" style "dark"
650style "totem-sidebar-workaround" {
651 text[NORMAL] = mix (0.7, '#ffffef', @fg_color)
652 text[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)
653}
654widget "*tmw_main_pane.EvSidebar.*GtkComboBox.*" style "totem-sidebar-workaround"
655
656class "GtkSpinButton" style "spinbutton"
657class "GtkScale" style "scale"
658class "GtkVScale" style "scale"
659class "GtkHScale" style "scale"
660class "GtkScrollbar" style "scrollbar"
661class "GtkVScrollbar" style "vscrollbar"
662class "GtkHScrollbar" style "hscrollbar"
663class "GtkButton" style "button"
664
665# General matching following, the order is choosen so that the right styles override each other
666# eg. progressbar needs to be more important then the menu match.
667
668widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
669widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
670widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
671widget_class "*<GtkNotebook>" style "notebook"
672
673widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
674widget_class "*<GtkCombo>*" style "comboboxentry"
675
676widget_class "*<GtkMenuBar>.*" style "menu-item"
677widget_class "*<GtkMenu>*" style "menu"
678widget_class "*<GtkMenuItem>" style "menu-item"
679widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
680widget_class "*<GtkCheckMenuItem>*" style "radiocheck"
681widget_class "*<GtkRadioMenuItem>*" style "radiocheck"
682
683widget_class "*<GtkFrame>" style "frame"
684widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
685
686widget_class "*<GtkStatusbar>*" style "wider"
687widget_class "*<GtkProgressBar>" style "progressbar"
688
689# Treeview header
690widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header"
691widget_class "*.<GtkCTree>.<GtkButton>" style "treeview-header"
692widget_class "*.<GtkList>.<GtkButton>" style "treeview-header"
693widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header"
694
695#Panel
696widget "*PanelWidget*" style "panel"
697widget "*PanelApplet*" style "panel"
698widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet
699class "PanelApp*" style "panel"
700class "PanelToplevel*" style "panel"
701
702# The panel menubar
703widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-PanelGtkMenubar"
704
705#XFCE panel
706widget_class "*notif*" style "panel"
707widget_class "*Notif*" style "panel"
708widget_class "*Tray*" style "panel"
709widget_class "*tray*" style "panel"
710widget "*Xfce*Panel*" style "panel"
711class "*Xfce*Panel*" style "panel"
712
713widget "gtk-tooltip*" style "tooltips"
714
715###################################################
716# Special cases and work arounds
717###################################################
718
719# Nautilus sidebar
720widget_class "*NautilusSidePane.GtkFrame" style "pixmap-statusbar"
721
722# Workarounds for Evolution
723widget_class "*.ETable.ECanvas" style "treeview-header"
724widget_class "*.ETree.ECanvas" style "treeview-header"
725
726# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme.
727# Undo it:
728widget "*OptionPanel*" style "button"
729widget "*optionPanel*" style "button"
730
731# Special case the nautilus-extra-view-widget
732# ToDo: A more generic approach for all applications that have a widget like this.
733widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"
734
735style "menuitem-text-is-fg-color-workaround"
736{
737 #text[NORMAL] = @fg_color
738 #text[PRELIGHT] = @selected_fg_color
739 #text[SELECTED] = @selected_fg_color
740 #text[ACTIVE] = @fg_color
741 #text[INSENSITIVE] = darker (@bg_color)
742 #Make it work with this theme!
743 text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
744 text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
745}
746widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround"
747
748# Work around the usage of GtkLabel inside GtkListItems to display text.
749# This breaks because the label is shown on a background that is based on the
750# base color set.
751style "fg-is-text-color-workaround"
752{
753 fg[NORMAL] = @text_color
754 fg[PRELIGHT] = @text_color
755 fg[ACTIVE] = @selected_fg_color
756 fg[SELECTED] = @selected_fg_color
757 fg[INSENSITIVE] = darker (@bg_color)
758}
759widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
760# The same problem also exists for GtkCList and GtkCTree
761# Only match GtkCList and not the parent widgets, because that would also change the headers.
762widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
763
764style "evo-new-button-workaround"
765{
766 engine "murrine"
767 {
768 toolbarstyle = 0
769 }
770}
771
772widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
773
774#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
775style "rhythmbox-header" = "default"
776{
777 xthickness = 3
778 ythickness = 3
779 engine "murrine" {
780 }
781}
782widget "*RBSourceHeader*" style:highest "rhythmbox-header"
783widget "*HeaderToolbar*" style:highest "rhythmbox-header"
784widget "*FooterToolbar*" style:highest "rhythmbox-header"
785
786widget "*swt*toolbar*" style "default"
787
788# RSC: Fix for CPU frequency applet
789style "applet-text" = "panel"
790{
791 fg[NORMAL] = @bg_color
792}
793
794widget_class "*CPUFreqApplet*" style:highest "applet-text"
795
796# Firefox specific things:
797#widget "MozillaGtkWidget*Menu*" style "default"
798widget "MozillaGtkWidget*Tool*" style "toolbar-item"
0799
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/handlebox.png'
1Binary files Dust Sand/gtk-2.0/gtk-2.0/handlebox.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/handlebox.png 2010-03-01 02:27:14 +0000 differ800Binary files Dust Sand/gtk-2.0/gtk-2.0/handlebox.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/handlebox.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/menubar.png'
2Binary files Dust Sand/gtk-2.0/gtk-2.0/menubar.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/menubar.png 2010-03-01 02:27:14 +0000 differ801Binary files Dust Sand/gtk-2.0/gtk-2.0/menubar.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/menubar.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/panel-bg-dark.png'
3Binary files Dust Sand/gtk-2.0/gtk-2.0/panel-bg-dark.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/panel-bg-dark.png 2010-03-01 02:27:14 +0000 differ802Binary files Dust Sand/gtk-2.0/gtk-2.0/panel-bg-dark.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/panel-bg-dark.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/statusgrip.png'
4Binary files Dust Sand/gtk-2.0/gtk-2.0/statusgrip.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/statusgrip.png 2010-03-01 02:27:14 +0000 differ803Binary files Dust Sand/gtk-2.0/gtk-2.0/statusgrip.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/statusgrip.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/toolbar_light.png'
5Binary files Dust Sand/gtk-2.0/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/toolbar_light.png 2010-03-01 02:27:14 +0000 differ804Binary files Dust Sand/gtk-2.0/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/toolbar_light.png 2010-03-01 02:27:14 +0000 differ
=== added file 'Dust Sand/gtk-2.0/gtk-2.0/toolbar_o.png'
6Binary files Dust Sand/gtk-2.0/gtk-2.0/toolbar_o.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/toolbar_o.png 2010-03-01 02:27:14 +0000 differ805Binary files Dust Sand/gtk-2.0/gtk-2.0/toolbar_o.png 1970-01-01 00:00:00 +0000 and Dust Sand/gtk-2.0/gtk-2.0/toolbar_o.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'Dust Sand/gtk-2.0/gtkrc'
--- Dust Sand/gtk-2.0/gtkrc 2009-08-08 02:09:42 +0000
+++ Dust Sand/gtk-2.0/gtkrc 2010-03-01 02:27:14 +0000
@@ -1,16 +1,16 @@
1# Dust theme1# Dust Sand theme
2# by Rico Sta. Cruz and Ricardo (Kido) Mariano III2# (c) 2010 Rico Sta. Cruz, Kido Mariano, James Schriver
3# Licensed under the GPL.
4# Requires Murrine GTK Engine v0.91.0
35
4gtk_color_scheme = "fg_color:#323232\nbg_color:#C1BDB5\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#B99573\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"6gtk_color_scheme = "fg_color:#323232\nbg_color:#C1BDB5\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#B99573\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
57
6include "scrollbars/scrollbar.rc"
7
8style "default"8style "default"
9{9{
10 xthickness = 110 xthickness = 1
11 ythickness = 111 ythickness = 1
1212
13 GtkScrolledWindow ::scrollbar-spacing = 013 GtkScrolledWindow ::scrollbar-spacing = 1
14 GtkScrolledWindow ::scrollbar-within-bevel = 014 GtkScrolledWindow ::scrollbar-within-bevel = 0
15 15
16 GtkButton::child-displacement-x = 116 GtkButton::child-displacement-x = 1
@@ -21,9 +21,9 @@
2121
22 GtkPaned::handle-size = 622 GtkPaned::handle-size = 6
2323
24 GtkRange::trough-border = 124 GtkRange::trough-border = 2
25 GtkRange::slider-width = 1225 GtkRange::slider-width = 13
26 GtkRange::stepper-size = 1226 GtkRange::stepper-size = 14
27 GtkRange::trough-under-steppers = 127 GtkRange::trough-under-steppers = 1
2828
29 GtkScale::slider-length = 1829 GtkScale::slider-length = 18
@@ -71,33 +71,42 @@
71 text[SELECTED] = @selected_fg_color71 text[SELECTED] = @selected_fg_color
72 text[INSENSITIVE] = darker (@bg_color)72 text[INSENSITIVE] = darker (@bg_color)
7373
74 engine "murrine" {74engine "murrine"
75 #options75 {
76 animation = TRUE # FALSE = disabled, TRUE = enabled76 animation = TRUE # FALSE = disabled, TRUE = enabled
77 colorize_scrollbar = FALSE # FALSE = disabled, TRUE = enabled77 arrowstyle = 1
78 contrast = 0.8 # 0.8 for less contrast, more than 1.0 for more contrast on borders78 border_shades = { 1.2, 1.0 } # gradient to draw on border
79 glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight79# border_colors = { "#E6DDD5", "#E6DDD5" }
80 glow_shade = 1.280 colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
81 glowstyle = 2 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow81 comboboxstyle = 0 # colorize the GtkComboBox below the arrow.
82 gradient_shades = {1.1,1.0,1.0,0.87}82 contrast = .85 # 0.8 for less contrast, more than 1.0 for more contrast on borders
83 gradients = TRUE83 #focus_color = @selected_bg_color
84 highlight_shade = 1.084 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
85 lightborder_shade = 1.185 glow_shade = 1.20 # sets glow amount for buttons or widgets
86 glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
87 gradient_shades = { 1.13, 1.02, 1.00, 1.02 } # default: {1.1,1.0,1.0,1.1}
88 highlight_shade = 1.0 # set highlight amount for buttons or widgets
89 lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets
86 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides90 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
87 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised91 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
88 listviewstyle = 1 # 0 = nothing, 1 = dotted92 listviewstyle = 0 # 0 = nothing, 1 = dotted
89 menubaritemstyle = 0 # 0 = menuitem look, 1 = button look93 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
90 menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped94 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
91 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped95 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
92 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe96 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
93 progressbarstyle = 1 # 0 = flat, 1 = striped, 2 = blocks97 prelight_shade = 1.25 #to select the shade level used in the scrollbar's slider, GtkComboBox with comboboxstyle = 1 and in the prelight state with gradient_colors.
94 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow98 progressbarstyle = 0 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes
95 rgba = FALSE # FALSE = disabled, TRUE = enabled99 reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
100 rgba = FALSE # FALSE = disabled, TRUE = enabled
96 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness101 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
97 #scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles102 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
103 shadow_shades = { 0.8, 2.2 }
98 sliderstyle = 0 # 0 = nothing added, 1 = handles104 sliderstyle = 0 # 0 = nothing added, 1 = handles
99 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown105 spinbuttonstyle = 1
100 toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient 106 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with a rounded slider
107 #textstyle = 1
108 trough_shades = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
109 toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
101 }110 }
102}111}
103112
@@ -114,13 +123,18 @@
114}123}
115124
116style "button" = "wider"125style "button" = "wider"
117{126{
118 bg[NORMAL] = shade (1.2, @bg_color)127 bg[NORMAL] = shade (1.10, @bg_color)
119 bg[PRELIGHT] = shade (0.9, @bg_color) #mix(0.82,shade (1.3, @bg_color),@selected_bg_color)128 bg[PRELIGHT] = shade(1.05, "#dcd8d5")
120 bg[ACTIVE] = shade (0.85, @bg_color)129 bg[ACTIVE] = shade (0.85, @bg_color)
121 130
122 engine "murrine"{131 engine "murrine"
123 contrast = 1.5132 {
133 border_shades = { .8, .5} # draw a gradient on the border.
134 #border_colors = { "#C1BDB5", "#D9D4CC" }
135 border_colors = { @bg_color, @bg_color}
136 contrast = 1.4
137 lightborder_shade = 1.06
124 }138 }
125}139}
126140
@@ -155,26 +169,26 @@
155 image {169 image {
156 function = HANDLE170 function = HANDLE
157 overlay_file = "handlebox.png"171 overlay_file = "handlebox.png"
158 overlay_stretch = FALSE172 overlay_stretch = FALSE
159 orientation = HORIZONTAL173 orientation = HORIZONTAL
160 }174 }
161 image {175 image {
162 function = HANDLE176 function = HANDLE
163 overlay_file = "handlebox.png"177 overlay_file = "handlebox.png"
164 overlay_stretch = FALSE178 overlay_stretch = FALSE
165 orientation = VERTICAL179 orientation = VERTICAL
166 }180 }
167 image181 image
168 {182 {
169 function = VLINE183 function = VLINE
170 recolorable = TRUE184 recolorable = TRUE
171 file = "blank.png"185 file = "blank.png"
172 }186 }
173 image187 image
174 {188 {
175 function = HLINE189 function = HLINE
176 recolorable = TRUE190 recolorable = TRUE
177 file = "blank.png"191 file = "blank.png"
178 }192 }
179 }193 }
180}194}
@@ -200,21 +214,17 @@
200 bg[NORMAL] = shade(0.5, @bg_color)214 bg[NORMAL] = shade(0.5, @bg_color)
201}215}
202216
203style "notebook-bg" = "wider"217style "notebook" = "wider"
204{218{
205 bg[NORMAL] = shade (1.05, @bg_color)219 bg[NORMAL] = shade (1.0615, @bg_color)
206 bg[SELECTED] = shade (1.05, @bg_color)220 bg[ACTIVE] = shade (0.85, @bg_color)
207 bg[ACTIVE] = shade(0.75,@bg_color)
208}
209221
210style "notebook" = "notebook-bg"222 engine "murrine"
211{223 {
212 engine "murrine"{224 contrast = 1.0
213 contrast = 1.1225 lightborder_shade = 1.1
214 highlight_shade = 1.2226 highlight_shade = 1.01
215 lightborder_shade = 1.1227 }
216 gradient_shades = {1.0,0.85,0.8,1.0}
217 }
218}228}
219229
220style "panel" {230style "panel" {
@@ -261,15 +271,10 @@
261 ythickness = 1271 ythickness = 1
262272
263 bg[NORMAL] = shade(0.9, @bg_color)273 bg[NORMAL] = shade(0.9, @bg_color)
264 bg[PRELIGHT] = shade(1.0, @bg_color)274 bg[PRELIGHT] = shade(1.0, @bg_color)
265 bg[ACTIVE] = shade(0.8, @bg_color)275 bg[ACTIVE] = shade(0.8, @bg_color)
266 276
267 engine "murrine"{277 GtkWidget::focus-line-width = 0
268 contrast = 1.1
269 highlight_shade = 1.2
270 lightborder_shade = 1.1
271 gradient_shades = {0.9,0.87,0.85,0.9}
272 }
273}278}
274279
275style "tooltips"280style "tooltips"
@@ -332,7 +337,7 @@
332 }337 }
333}338}
334339
335style "comboboxentry" 340style "comboboxentry" = "wider"
336{341{
337}342}
338343
@@ -404,15 +409,45 @@
404{409{
405 text[NORMAL] = @selected_fg_color # Color for selected checks/radio items.410 text[NORMAL] = @selected_fg_color # Color for selected checks/radio items.
406 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items on prelight.411 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items on prelight.
407 engine "murrine"{412
408 roundness = 2413 engine "murrine"
409 contrast = 1.03414 {
410 highlight_shade = 1.0415 roundness = 2
411 lightborder_shade = 1.0416 contrast = 1.03
412 gradient_shades = {1.1,1.0,1.0,0.9}417 highlight_shade = 1.0
413 reliefstyle = 2 418 lightborder_shade = 1.0
414 }419 gradient_shades = {1.1,1.0,1.0,0.9}
415}420 reliefstyle = 2
421 }
422}
423
424style "scrollbar"
425{
426 engine "murrine"
427 {
428 border_shades = { .5, .5} # draw a gradient on the border.
429 border_colors = { "#D9D4CC", "#D9D4CC" }
430 glazestyle = 3 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
431 glow_shade = 1.1 # sets glow amount for buttons or widgets
432 glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
433 gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
434 highlight_shade = 1.1 # set highlight amount for buttons or widgets
435 lightborder_shade = 1.3 # sets lightborder amount for buttons or widgets
436 roundness = 5
437 }
438
439
440 bg[SELECTED] = shade (0.6, @bg_color)
441}
442
443style "hscrollbar"
444{
445}
446
447style "vscrollbar"
448{
449}
450
416#########################################451#########################################
417# Matches452# Matches
418#########################################453#########################################
@@ -427,6 +462,8 @@
427class "GtkEntry" style "entry"462class "GtkEntry" style "entry"
428class "GtkStatusbar" style "pixmap-statusbar"463class "GtkStatusbar" style "pixmap-statusbar"
429class "GtkMenuBar" style:highest "menubar"464class "GtkMenuBar" style:highest "menubar"
465class "GtkRadioButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
466class "GtkCheckButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
430467
431class "*HandleBox" style "toolbar"468class "*HandleBox" style "toolbar"
432class "GtkToolbar" style "toolbar" 469class "GtkToolbar" style "toolbar"
@@ -455,20 +492,21 @@
455class "GtkScale" style "scale"492class "GtkScale" style "scale"
456class "GtkVScale" style "scale"493class "GtkVScale" style "scale"
457class "GtkHScale" style "scale"494class "GtkHScale" style "scale"
458#class "GtkScrollbar" style "scrollbar"495class "GtkScrollbar" style "scrollbar"
496class "GtkVScrollbar" style "vscrollbar"
497class "GtkHScrollbar" style "hscrollbar"
459class "GtkButton" style "button"498class "GtkButton" style "button"
460499
461class "GtkRadioButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio500# General matching following, the order is choosen so that the right styles override each other
462class "GtkCheckButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio501# eg. progressbar needs to be more important then the menu match.
463502
464# General matching following, the order is choosen so that the right styles override each other503# General matching following, the order is choosen so that the right styles override each other
465# eg. progressbar needs to be more important then the menu match.504# eg. progressbar needs to be more important then the menu match.
466505
467widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook-bg"506widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
468widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook-bg"507widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
469widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook-bg"508widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
470widget_class "*<GtkNotebook>" style "notebook"509widget_class "*<GtkNotebook>" style "notebook"
471
472widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"510widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
473widget_class "*<GtkCombo>*" style "comboboxentry"511widget_class "*<GtkCombo>*" style "comboboxentry"
474512
@@ -507,25 +545,6 @@
507widget "*Xfce*Panel*" style "panel"545widget "*Xfce*Panel*" style "panel"
508class "*Xfce*Panel*" style "panel"546class "*Xfce*Panel*" style "panel"
509547
510# The following lines make panel-menu-applet, slab-main-menu and gimmie applet's text bold. The radius value sets the roundness value of the selected menu-item.
511style "bold-panel-menu"
512{
513 font_name = "Bold"
514
515 engine "murrine" {
516 roundness = 2
517 }
518}
519
520style "bold-panel-slab"
521{
522 font_name = "Bold"
523}
524widget "*Panel*slab-main-menu-panel-button*" style "bold-panel-slab"
525widget "*gimmie*" style "bold-panel-slab"
526widget "*Panel*MenuBar*" style "bold-panel-menu"
527widget "*Panel*Clock*" style "bold-panel-menu"
528
529widget "gtk-tooltip*" style "tooltips"548widget "gtk-tooltip*" style "tooltips"
530549
531###################################################550###################################################
@@ -580,7 +599,7 @@
580599
581style "evo-new-button-workaround" 600style "evo-new-button-workaround"
582{601{
583 engine "clearlooks"602 engine "murrine"
584 {603 {
585 toolbarstyle = 0604 toolbarstyle = 0
586 }605 }
@@ -593,7 +612,7 @@
593{612{
594 xthickness = 3613 xthickness = 3
595 ythickness = 3614 ythickness = 3
596 engine "clearlooks" {615 engine "murrine" {
597 }616 }
598}617}
599widget "*RBSourceHeader*" style:highest "rhythmbox-header"618widget "*RBSourceHeader*" style:highest "rhythmbox-header"
600619
=== removed symlink 'Dust Sand/gtk-2.0/scrollbars'
=== target was '../../Dust/gtk-2.0/scrollbars/'
=== modified file 'Dust Sand/metacity-1/metacity-theme-1.xml'
--- Dust Sand/metacity-1/metacity-theme-1.xml 2009-08-08 02:09:42 +0000
+++ Dust Sand/metacity-1/metacity-theme-1.xml 2010-03-01 02:27:14 +0000
@@ -242,19 +242,19 @@
242242
243<!-- menu icon -->243<!-- menu icon -->
244<draw_ops name="button_menu_normal">244<draw_ops name="button_menu_normal">
245<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>245<icon x="2" y="2" width="mini_icon_width" height="mini_icon_height"/>
246</draw_ops>246</draw_ops>
247<draw_ops name="button_menu_prelight">247<draw_ops name="button_menu_prelight">
248<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>248<icon x="2" y="2" width="mini_icon_width" height="mini_icon_height"/>
249</draw_ops>249</draw_ops>
250<draw_ops name="button_menu_inactive_prelight">250<draw_ops name="button_menu_inactive_prelight">
251<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>251<icon x="2" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
252</draw_ops>252</draw_ops>
253<draw_ops name="button_menu_pressed">253<draw_ops name="button_menu_pressed">
254<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>254<icon x="2" y="2" width="mini_icon_width" height="mini_icon_height"/>
255</draw_ops>255</draw_ops>
256<draw_ops name="button_menu_inactive">256<draw_ops name="button_menu_inactive">
257<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>257<icon x="2" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
258</draw_ops>258</draw_ops>
259259
260260
261261
=== modified file 'Dust/gtk-2.0/gtkrc'
--- Dust/gtk-2.0/gtkrc 2009-10-10 08:32:48 +0000
+++ Dust/gtk-2.0/gtkrc 2010-03-01 02:27:14 +0000
@@ -1,17 +1,18 @@
1# Dust theme1# Dust theme
2# (c) 2009 Rico Sta. Cruz, Kido Mariano, James Schriver2# (c) 2010 Rico Sta. Cruz, Kido Mariano, James Schriver
3# Licensed under the GPL.3# Licensed under the GPL.
44# Requires Murrine GTK Engine v0.91.0
5gtk_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"5
66gtk_color_scheme = "fg_color:#323232\nbg_color:#D9D4CC\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#75645B\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
7include "scrollbars/scrollbar.rc"
87
9style "default"8style "default"
10{9{
11 xthickness = 110 xthickness = 1
12 ythickness = 111 ythickness = 1
1312
14 GtkScrolledWindow ::scrollbar-spacing = 013 GtkWidget::link-color = "#3399ff"
14
15 GtkScrolledWindow ::scrollbar-spacing = 1
15 GtkScrolledWindow ::scrollbar-within-bevel = 016 GtkScrolledWindow ::scrollbar-within-bevel = 0
16 17
17 GtkButton::child-displacement-x = 118 GtkButton::child-displacement-x = 1
@@ -22,9 +23,9 @@
2223
23 GtkPaned::handle-size = 624 GtkPaned::handle-size = 6
2425
25 GtkRange::trough-border = 126 GtkRange::trough-border = 2
26 GtkRange::slider-width = 1227 GtkRange::slider-width = 13
27 GtkRange::stepper-size = 1228 GtkRange::stepper-size = 14
28 GtkRange::trough-under-steppers = 129 GtkRange::trough-under-steppers = 1
2930
30 GtkScale::slider-length = 1831 GtkScale::slider-length = 18
@@ -72,33 +73,42 @@
72 text[SELECTED] = @selected_fg_color73 text[SELECTED] = @selected_fg_color
73 text[INSENSITIVE] = darker (@bg_color)74 text[INSENSITIVE] = darker (@bg_color)
7475
75 engine "murrine" {76engine "murrine"
76 #options77 {
77 animation = TRUE # FALSE = disabled, TRUE = enabled78 animation = TRUE # FALSE = disabled, TRUE = enabled
78 colorize_scrollbar = FALSE # FALSE = disabled, TRUE = enabled79 arrowstyle = 1
79 contrast = 0.8 # 0.8 for less contrast, more than 1.0 for more contrast on borders80 border_shades = { 1.2, 1.0 } # gradient to draw on border
80 glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight81# border_colors = { "#E6DDD5", "#E6DDD5" }
81 glow_shade = 1.282 colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
82 glowstyle = 2 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow83 comboboxstyle = 0 # colorize the GtkComboBox below the arrow.
83 gradient_shades = {1.1,1.0,1.0,0.87}84 contrast = .85 # 0.8 for less contrast, more than 1.0 for more contrast on borders
84 gradients = TRUE85 #focus_color = @selected_bg_color
85 highlight_shade = 1.086 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
86 lightborder_shade = 1.187 glow_shade = 1.20 # sets glow amount for buttons or widgets
88 glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
89 gradient_shades = { 1.13, 1.02, 1.00, 1.02 } # default: {1.1,1.0,1.0,1.1}
90 highlight_shade = 1.0 # set highlight amount for buttons or widgets
91 lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets
87 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides92 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
88 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised93 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
89 listviewstyle = 1 # 0 = nothing, 1 = dotted94 listviewstyle = 0 # 0 = nothing, 1 = dotted
90 menubaritemstyle = 0 # 0 = menuitem look, 1 = button look95 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
91 menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped96 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
92 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped97 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
93 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe98 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
94 progressbarstyle = 1 # 0 = flat, 1 = striped, 2 = blocks99 prelight_shade = 1.25 #to select the shade level used in the scrollbar's slider, GtkComboBox with comboboxstyle = 1 and in the prelight state with gradient_colors.
95 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow100 progressbarstyle = 0 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes
96 rgba = FALSE # FALSE = disabled, TRUE = enabled101 reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
102 rgba = FALSE # FALSE = disabled, TRUE = enabled
97 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness103 roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
98 #scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles104 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
105 shadow_shades = { 0.8, 2.2 }
99 sliderstyle = 0 # 0 = nothing added, 1 = handles106 sliderstyle = 0 # 0 = nothing added, 1 = handles
100 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown107 spinbuttonstyle = 1
101 toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient 108 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with a rounded slider
109 #textstyle = 1
110 trough_shades = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
111 toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
102 }112 }
103}113}
104114
@@ -131,12 +141,18 @@
131}141}
132142
133style "button" = "wider"143style "button" = "wider"
134{144{
135 bg[NORMAL] = shade (1.15, @bg_color)145 bg[NORMAL] = shade (1.10, @bg_color)
136 bg[PRELIGHT] = shade (1.03, @bg_color) #mix(0.82,shade (1.1, @bg_color),@selected_bg_color)146 bg[PRELIGHT] = mix(0.82,shade (1.1, @bg_color),@selected_bg_color)
137 bg[ACTIVE] = shade (0.85, @bg_color)147 bg[ACTIVE] = shade (0.85, @bg_color)
138 engine "murrine"{148
139 contrast = 1.5149 engine "murrine"
150 {
151 border_shades = { .8, .5} # draw a gradient on the border.
152 #border_colors = { "#D9D4CC", "#D9D4CC" }
153 border_colors = { @bg_color, @bg_color}
154 contrast = 1.4
155 lightborder_shade = 1.06
140 }156 }
141}157}
142158
@@ -152,7 +168,7 @@
152 }168 }
153}169}
154170
155style "toolbar-item" = "wide"171style "toolbar-item" = "button"
156{172{
157 bg[NORMAL] = "#AFA99F" #shade(0.88,@bg_color)173 bg[NORMAL] = "#AFA99F" #shade(0.88,@bg_color)
158 bg[PRELIGHT] = "#EFE9DF" #shade(1.1,@bg_color)174 bg[PRELIGHT] = "#EFE9DF" #shade(1.1,@bg_color)
@@ -167,37 +183,11 @@
167183
168style "toolbar" = "toolbar-item"184style "toolbar" = "toolbar-item"
169{185{
170 engine "pixmap"186 xthickness = 1
171 {187 ythickness = 1
172 image {188 engine "murrine"{
173 function = BOX189 gradient_shades = { 1.00, 0.94, 0.94, 0.85 }
174 file = "toolbar_light.png"190 contrast = 1.15
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 image
190 {
191 function = VLINE
192 recolorable = TRUE
193 file = "blank.png"
194 }
195 image
196 {
197 function = HLINE
198 recolorable = TRUE
199 file = "blank.png"
200 }
201 }191 }
202}192}
203193
@@ -209,14 +199,23 @@
209199
210style "dark-toolbar" = "dark"200style "dark-toolbar" = "dark"
211{ 201{
212 xthickness = 2202 xthickness = 3
213 ythickness = 2203 ythickness = 3
214 bg[NORMAL] = "#343330"204 bg[NORMAL] = "#343330"
215 bg[PRELIGHT] = mix (0.25, @selected_bg_color, "#343330")205 bg[PRELIGHT] = shade (0.65, @selected_bg_color)
216 bg[SELECTED] = mix (0.25, @selected_bg_color, "#343330")#shade(0.2,@bg_color))206 bg[SELECTED] = shade (0.35, @bg_color)
217 bg[ACTIVE] = mix (0.5, @selected_bg_color, "#343330")207 bg[ACTIVE] = shade (0.35, @bg_color)
218 208
219 engine "murrine"{209 engine "murrine"
210 {
211 border_shades = {1.3, 1.1} # draw a gradient on the border.
212 border_colors = { "#343330", "#343330" }
213 glowstyle = 4
214 gradient_shades = {1.05,1.0,1.0,0.9}
215 highlight_shade = 1.1
216 lightborder_shade = 1.05
217 reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
218 contrast = 1.4
220 }219 }
221}220}
222221
@@ -226,6 +225,8 @@
226225
227style "pixmap-dark-toolbar" = "dark-toolbar"226style "pixmap-dark-toolbar" = "dark-toolbar"
228{227{
228 xthickness = 1
229 ythickness = 1
229 # To-do: make the toolbar recolorable, possibly without using pixmaps230 # To-do: make the toolbar recolorable, possibly without using pixmaps
230 # We only like this because of the top line, anyway.231 # We only like this because of the top line, anyway.
231 engine "pixmap"{232 engine "pixmap"{
@@ -248,42 +249,73 @@
248 overlay_stretch = FALSE249 overlay_stretch = FALSE
249 orientation = VERTICAL250 orientation = VERTICAL
250 }251 }
251 image252 image
252 {253 {
253 function = VLINE254 function = VLINE
254 recolorable = TRUE255 recolorable = TRUE
255 file = "blank.png"256 file = "blank.png"
256 }257 }
257 image258 image
258 {259 {
259 function = HLINE260 function = HLINE
260 recolorable = TRUE261 recolorable = TRUE
261 file = "blank.png"262 file = "blank.png"
262 }263 }
263 }264 }
264}265}
265266
266style "notebook-bg" = "wider"267style "notebook" = "wider"
267{268{
268 bg[NORMAL] = shade (1.05, @bg_color)269 bg[NORMAL] = shade (1.0615, @bg_color)
269 bg[ACTIVE] = shade(0.75,@bg_color)270 bg[ACTIVE] = shade (0.85, @bg_color)
270}271
271272 engine "murrine"
272style "notebook" = "notebook-bg"273 {
273{274 contrast = 1.0
274 engine "murrine"{275 lightborder_shade = 1.1
275 contrast = 1.1276 highlight_shade = 1.01
276 highlight_shade = 1.2277 }
277 lightborder_shade = 1.1278}
278 gradient_shades = {1.0,0.85,0.8,1.0}279
279 }280style "panel"
280}281{
281282 #bg_pixmap[NORMAL] = "panel-bg-dark.png" # Tint top/bottom panel background
282style "panel" = "dark" {283 #bg[NORMAL] = "#2D2519" # Default top/bottom panel background 8796N Black Metal
283 bg[NORMAL] = "#2C2B29"284 bg[NORMAL] = "#343330"
284 engine "murrine" {285 bg[PRELIGHT] = shade(1.0, @selected_bg_color) # panel prelight
285 }286 bg[ACTIVE] = @selected_bg_color # bottom panel active background
286}287 bg[SELECTED] = @selected_bg_color # Active window desktop lower panel background [ ] [ ] (orange)
288 bg[INSENSITIVE] = shade(0.90, @selected_bg_color) #
289
290 fg[NORMAL] = @selected_fg_color # Default text
291 fg[PRELIGHT] = @selected_fg_color # Prelight
292 fg[ACTIVE] = @selected_fg_color # Bottom panel active text
293 fg[SELECTED] = @fg_color # Bottom panel selected window
294
295}
296
297style "murrine-PanelGtkMenubar"
298{
299 #bg[NORMAL] = "#2D2519" # top desktop panel menu background color
300 bg[NORMAL] = "#343330"
301 bg[SELECTED] = darker(@selected_bg_color) # selected item background
302 fg[NORMAL] = @bg_color # default panel text !
303 fg[PRELIGHT] = @base_color # text after dropdown menu
304
305 #font_name = "Bold"
306
307 engine "murrine"
308 {
309 # Panel Menubar Tab
310 contrast = 0.75
311 glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
312 glow_shade = 1.5 # Data type: Real; default = 1.0, Range 0-2, precision 0.1
313 glowstyle = 0 # 0 = Top glow, 1 = Bottom glow, 2 = Top and Bottom glow, 3 = Horizontal glow, 4 = Centered glow
314 #roundness = 2
315 }
316}
317
318widget "*clock-applet-button*" style "dark-toolbar"
287319
288style "menu" = "dark"320style "menu" = "dark"
289{321{
@@ -291,7 +323,7 @@
291 ythickness = 0323 ythickness = 0
292324
293 #Keep it this dark since OOo likes it325 #Keep it this dark since OOo likes it
294 bg[NORMAL] = "#302F2C"326 bg[NORMAL] = "#343330"
295 text[NORMAL] = @bg_color327 text[NORMAL] = @bg_color
296 text[PRELIGHT] = @selected_fg_color328 text[PRELIGHT] = @selected_fg_color
297}329}
@@ -300,12 +332,15 @@
300{332{
301 xthickness = 0333 xthickness = 0
302 ythickness = 3334 ythickness = 3
303 engine "murrine" {335 engine "murrine"
304 glowstyle = 0336 {
305 roundness = 0337 border_shades = { 1.0, .8} # draw a gradient on the border.
306 highlight_shade = 1.0338 border_colors = { "#795145", "#795145" }
307 lightborder_shade = 1.0339 glowstyle = 0
308 gradient_shades = {1.1,1.0,1.0,0.7}340 gradient_shades = {1.1,1.0,1.0,0.7}
341 highlight_shade = 1.0
342 lightborder_shade = 1.0
343 roundness = 0
309 }344 }
310}345}
311346
@@ -324,19 +359,14 @@
324# style are overriden again.359# style are overriden again.
325style "treeview-header" = "default"360style "treeview-header" = "default"
326{361{
327 xthickness = 1362 xthickness = 2
328 ythickness = 1363 ythickness = 1
329364
330 bg[NORMAL] = shade(0.9, @bg_color)365 bg[NORMAL] = shade(0.9, @bg_color)
331 bg[PRELIGHT] = shade(1.0, @bg_color)366 bg[PRELIGHT] = shade(1.0, @bg_color)
332 bg[ACTIVE] = shade(0.8, @bg_color)367 bg[ACTIVE] = shade(0.8, @bg_color)
333 368
334 engine "murrine"{369 GtkWidget::focus-line-width = 0
335 contrast = 1.1
336 highlight_shade = 1.2
337 lightborder_shade = 1.1
338 gradient_shades = {0.9,0.87,0.85,0.9}
339 }
340}370}
341371
342style "tooltips"372style "tooltips"
@@ -400,7 +430,7 @@
400 }430 }
401}431}
402432
403style "comboboxentry" 433style "comboboxentry" = "wider"
404{434{
405}435}
406436
@@ -426,6 +456,8 @@
426 # Static dark color so continuity doesn't break with toolbars456 # Static dark color so continuity doesn't break with toolbars
427 # when color changes457 # when color changes
428 bg[NORMAL] = "#343330"458 bg[NORMAL] = "#343330"
459 text[NORMAL] = @bg_color # Menubar text (OOo) # Menubar text (OOo)
460
429 engine "pixmap"461 engine "pixmap"
430 {462 {
431 image {463 image {
@@ -467,14 +499,43 @@
467{499{
468 text[NORMAL] = @selected_fg_color # Color for selected checks/radio items.500 text[NORMAL] = @selected_fg_color # Color for selected checks/radio items.
469 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items on prelight.501 text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items on prelight.
470 engine "murrine"{502
471 roundness = 2503 engine "murrine"
472 contrast = 1.03504 {
473 highlight_shade = 1.0505 roundness = 2
474 lightborder_shade = 1.0506 contrast = 1.03
475 gradient_shades = {1.1,1.0,1.0,0.9}507 highlight_shade = 1.0
476 reliefstyle = 2 508 lightborder_shade = 1.0
477 }509 gradient_shades = {1.1,1.0,1.0,0.9}
510 reliefstyle = 2
511 }
512}
513
514style "scrollbar"
515{
516 engine "murrine"
517 {
518 border_shades = { .5, .5} # draw a gradient on the border.
519 border_colors = { "#D9D4CC", "#D9D4CC" }
520 glazestyle = 3 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
521 glow_shade = 1.1 # sets glow amount for buttons or widgets
522 glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal)
523 gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
524 highlight_shade = 1.1 # set highlight amount for buttons or widgets
525 lightborder_shade = 1.3 # sets lightborder amount for buttons or widgets
526 roundness = 5
527 }
528
529
530 bg[SELECTED] = shade (0.6, @bg_color)
531}
532
533style "hscrollbar"
534{
535}
536
537style "vscrollbar"
538{
478}539}
479540
480style "nautilus-location"541style "nautilus-location"
@@ -496,8 +557,8 @@
496class "GtkEntry" style "entry"557class "GtkEntry" style "entry"
497class "GtkStatusbar" style "pixmap-statusbar"558class "GtkStatusbar" style "pixmap-statusbar"
498class "GtkMenuBar" style:highest "menubar"559class "GtkMenuBar" style:highest "menubar"
499class "GtkRadioButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio560class "GtkRadioButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
500class "GtkCheckButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio561class "GtkCheckButton" style "radiocheck" # SZ07: Added for the checkmarks/radio
501562
502# Toolbar default: dark563# Toolbar default: dark
503#class "*HandleBox" style "pixmap-dark-toolbar"564#class "*HandleBox" style "pixmap-dark-toolbar"
@@ -571,26 +632,36 @@
571632
572#Totem633#Totem
573widget "*totem*" style "dark"634widget "*totem*" style "dark"
574style "totem-sidebar-workaround" {635style "totem-dark" {
575 text[NORMAL] = mix (0.7, '#ffffef', @fg_color)636 text[NORMAL] = mix (0.7, '#ffffef', @fg_color)
576 text[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)637 text[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)
638 engine "murrine"
639 {
640 border_colors = { "#343330", "#343330" }
641 }
577}642}
578widget "*tmw_main_pane.EvSidebar.*GtkComboBox.*" style "totem-sidebar-workaround"643widget "*tmw_main_pane.EvSidebar.*GtkComboBox.*" style "totem-dark"
644widget "*tmw_main_pane*GtkButton*" style "totem-dark" #Doesn't work
645widget "*tmw_main_pane*GtkToolButton" style "totem-dark"
646widget "*tmw_main_pane*GtkToggleButton" style "totem-dark"
647
579648
580class "GtkSpinButton" style "spinbutton"649class "GtkSpinButton" style "spinbutton"
581class "GtkScale" style "scale"650class "GtkScale" style "scale"
582class "GtkVScale" style "scale"651class "GtkVScale" style "scale"
583class "GtkHScale" style "scale"652class "GtkHScale" style "scale"
584#class "GtkScrollbar" style "scrollbar"653class "GtkScrollbar" style "scrollbar"
654class "GtkVScrollbar" style "vscrollbar"
655class "GtkHScrollbar" style "hscrollbar"
585class "GtkButton" style "button"656class "GtkButton" style "button"
586657
587# General matching following, the order is choosen so that the right styles override each other658# General matching following, the order is choosen so that the right styles override each other
588# eg. progressbar needs to be more important then the menu match.659# eg. progressbar needs to be more important then the menu match.
589660
590widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook-bg"661widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
591widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook-bg"662widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
592widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook-bg"663widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
593widget_class "*<GtkNotebook>" style "notebook"664widget_class "*<GtkNotebook>" style "notebook"
594665
595widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"666widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
596widget_class "*<GtkCombo>*" style "comboboxentry"667widget_class "*<GtkCombo>*" style "comboboxentry"
@@ -599,6 +670,8 @@
599widget_class "*<GtkMenu>*" style "menu"670widget_class "*<GtkMenu>*" style "menu"
600widget_class "*<GtkMenuItem>" style "menu-item"671widget_class "*<GtkMenuItem>" style "menu-item"
601widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"672widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
673widget_class "*<GtkCheckMenuItem>*" style "radiocheck"
674widget_class "*<GtkRadioMenuItem>*" style "radiocheck"
602675
603widget_class "*<GtkFrame>" style "frame"676widget_class "*<GtkFrame>" style "frame"
604widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"677widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
@@ -612,15 +685,15 @@
612widget_class "*.<GtkList>.<GtkButton>" style "treeview-header"685widget_class "*.<GtkList>.<GtkButton>" style "treeview-header"
613widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header"686widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header"
614687
615# Panel stuff688#Panel
616widget "*PanelWidget*" style "panel"689widget "*PanelWidget*" style "panel"
617widget "*PanelApplet*" style "panel"690widget "*PanelApplet*" style "panel"
618widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet691widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet
619class "PanelApp*" style "panel"692class "PanelApp*" style "panel"
620class "PanelToplevel*" style "panel"693class "PanelToplevel*" style "panel"
621widget_class "*Panel*<GtkMenuBar>*" style:highest "panel" # The panel menubar694
622widget "*TomboyTray*" style "panel" # Workaround for Tomboy695# The panel menubar
623widget "*TomboyApplet*" style "panel"696widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-PanelGtkMenubar"
624697
625#XFCE panel698#XFCE panel
626widget_class "*notif*" style "panel"699widget_class "*notif*" style "panel"
@@ -630,25 +703,6 @@
630widget "*Xfce*Panel*" style "panel"703widget "*Xfce*Panel*" style "panel"
631class "*Xfce*Panel*" style "panel"704class "*Xfce*Panel*" style "panel"
632705
633# The following lines make panel-menu-applet, slab-main-menu and gimmie applet's text bold. The radius value sets the roundness value of the selected menu-item.
634style "bold-panel-menu"
635{
636 font_name = "Bold"
637
638 engine "murrine" {
639 roundness = 2
640 }
641}
642
643style "bold-panel-slab"
644{
645 font_name = "Bold"
646}
647widget "*Panel*slab-main-menu-panel-button*" style "bold-panel-slab"
648widget "*gimmie*" style "bold-panel-slab"
649widget "*Panel*MenuBar*" style "bold-panel-menu"
650widget "*Panel*Clock*" style "bold-panel-menu"
651
652widget "gtk-tooltip*" style "tooltips"706widget "gtk-tooltip*" style "tooltips"
653707
654###################################################708###################################################
@@ -733,23 +787,5 @@
733widget_class "*CPUFreqApplet*" style:highest "applet-text"787widget_class "*CPUFreqApplet*" style:highest "applet-text"
734788
735# Firefox specific things:789# Firefox specific things:
736#widget "MozillaGtkWidget*Frame*" style "default"790#widget "MozillaGtkWidget*Menu*" style "default"
737widget "MozillaGtkWidget*Tool*" style "toolbar-item"791widget "MozillaGtkWidget*Tool*" style "toolbar-item"
738
739style "dialog" = "dark"
740{
741 bg[NORMAL] = mix(0.4, @selected_bg_color, shade(0.7, @bg_color))
742 fg[NORMAL] = shade(0.5, @fg_color)
743 text[NORMAL] = shade(0.5, @text_color)
744}
745style "dialog-button" = "dark"
746{
747 bg[NORMAL] = shade(0.15, @bg_color)
748 bg[PRELIGHT] = shade(0.18, @bg_color)
749}
750
751# Dialog boxes...?
752# widget_class "*Dialog*" style "dialog"
753# widget_class "*Dialog*.*" style "dialog"
754# widget_class "*Dialog*.*Button*" style "dialog-button"
755
756792
=== added file 'Dust/gtk-2.0/panel-bg-dark.png'
757Binary files Dust/gtk-2.0/panel-bg-dark.png 1970-01-01 00:00:00 +0000 and Dust/gtk-2.0/panel-bg-dark.png 2010-03-01 02:27:14 +0000 differ793Binary files Dust/gtk-2.0/panel-bg-dark.png 1970-01-01 00:00:00 +0000 and Dust/gtk-2.0/panel-bg-dark.png 2010-03-01 02:27:14 +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-08-08 02:07:09 +0000
+++ Dust/gtk-2.0/scrollbars/scrollbar.rc 1970-01-01 00:00:00 +0000
@@ -1,330 +0,0 @@
1################################################################################
2# SCROLLBAR
3################################################################################
4
5style "scrollbar"
6{
7 # The values I set here have to do with the relative size of three graphic elements
8 # I have used: the slider, the arrow box, and the trough. They all have the same width
9 # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it
10 # places the sliders inside the trough with a default 1 pixel border on either side of the slider,
11 # so that the trough has its width stretched by an additional two pixels(?). Setting the
12 # trough border makes the arrow box sit on top of the trough squarely, by making sure that
13 # the trough stays the same width as the arrowbox(?). I could be totally wrong here.
14 GtkRange::trough_border = 0
15 GtkRange::slider_width = 17
16
17 # This sets the size of the steppers (arrow buttons on the end of the scrollbar).
18 # The image I am using is 15x15 pixels, and if I dont set this a one pixel line
19 # gets cut off of the top of the "up" stepper.
20 GtkRange::stepper_size = 17
21
22 # Set a minimum length for the slider. Since I set the border on the slider
23 # image to 15 pixels on either end of the slider I want the min length to be
24 # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller
25 # than 30 pixels.
26 GtkScrollbar::min_slider_length = 30
27
28 engine "pixmap"
29 {
30 # Horizontal slider background
31 image
32 {
33 function = BOX
34 recolorable = TRUE
35 detail = "trough"
36 file = "scrollbars/trough-scrollbar-horiz.png"
37 border = { 30, 30, 0, 0 }
38 stretch = TRUE
39 orientation = HORIZONTAL
40 }
41
42 # Vertical slider background
43 image
44 {
45 function = BOX
46 recolorable = TRUE
47 detail = "trough"
48 file = "scrollbars/trough-scrollbar-vert.png"
49 border = { 0, 0, 30, 30 }
50 stretch = TRUE
51 orientation = VERTICAL
52 }
53
54 # Normal horizontal slider
55 image
56 {
57 function = SLIDER
58 recolorable = TRUE
59 state = NORMAL
60 file = "scrollbars/slider-horiz.png"
61 border = { 15, 15, 6, 6 }
62 stretch = TRUE
63 orientation = HORIZONTAL
64 }
65
66 # Horizontal slider (active)
67 image
68 {
69 function = SLIDER
70 recolorable = TRUE
71 state = ACTIVE
72 file = "scrollbars/slider-horiz-prelight.png"
73 border = { 15, 15, 6, 6 }
74 stretch = TRUE
75 orientation = HORIZONTAL
76 }
77
78 # Horizontal slider (mouse over)
79 image
80 {
81 function = SLIDER
82 recolorable = TRUE
83 state = PRELIGHT
84 file = "scrollbars/slider-horiz-prelight.png"
85 border = { 15, 15, 6, 6 }
86 stretch = TRUE
87 orientation = HORIZONTAL
88 }
89
90 # Horizontal slider (Insesitive)
91 image
92 {
93 function = SLIDER
94 recolorable = TRUE
95 state = INSENSITIVE
96 file = "scrollbars/slider-horiz.png"
97 border = { 15, 15, 6, 6 }
98 stretch = TRUE
99 orientation = HORIZONTAL
100 }
101
102 # Normal vertical slider
103 image
104 {
105 function = SLIDER
106 recolorable = TRUE
107 state = NORMAL
108 file = "scrollbars/slider-vert.png"
109 border = { 6, 6, 15, 15 }
110 stretch = TRUE
111 orientation = VERTICAL
112 }
113
114 # Vertical slider (Active)
115 image
116 {
117 function = SLIDER
118 recolorable = TRUE
119 state = ACTIVE
120 file = "scrollbars/slider-vert.png"
121 border = { 6, 6, 15, 15 }
122 stretch = TRUE
123 orientation = VERTICAL
124 }
125
126 # Vertical slider (mouse over)
127 image
128 {
129 function = SLIDER
130 recolorable = TRUE
131 state = PRELIGHT
132 file = "scrollbars/slider-vert-prelight.png"
133 border = { 6, 6, 15, 15 }
134 stretch = TRUE
135 orientation = VERTICAL
136 }
137
138 # Vertical slider (Insesitive)
139 image
140 {
141 function = SLIDER
142 recolorable = TRUE
143 state = INSENSITIVE
144 file = "scrollbars/slider-vert-prelight.png"
145 border = { 6, 6, 15, 15 }
146 stretch = TRUE
147 orientation = VERTICAL
148 }
149
150################################################################################
151# SCROLLBAR STEPPERS
152################################################################################
153
154 # Up
155 image
156 {
157 function = STEPPER
158 recolorable = TRUE
159 state = NORMAL
160 file = "scrollbars/stepper-up.png"
161 #border = { 2, 2, 2, 2 }
162 stretch = TRUE
163 arrow_direction = UP
164 }
165 image
166 {
167 function = STEPPER
168 recolorable = TRUE
169 state = PRELIGHT
170 file = "scrollbars/stepper-up.png"
171 #border = { 12, 2, 2, 9 }
172 stretch = TRUE
173 arrow_direction = UP
174 }
175 image
176 {
177 function = STEPPER
178 recolorable = TRUE
179 state = ACTIVE
180 file = "scrollbars/stepper-up.png"
181 #border = { 12, 2, 2, 9 }
182 stretch = TRUE
183 arrow_direction = UP
184 }
185 image
186 {
187 function = STEPPER
188 recolorable = TRUE
189 state = INSENSITIVE
190 file = "scrollbars/stepper-up.png"
191 #border = { 12, 2, 2, 9 }
192 stretch = TRUE
193 arrow_direction = UP
194 }
195
196 ######### DOWN ############
197
198
199 image
200 {
201 function = STEPPER
202 recolorable = TRUE
203 state = NORMAL
204 file = "scrollbars/stepper-down.png"
205 #border = { 12, 2, 10, 2 }
206 stretch = TRUE
207 arrow_direction = DOWN
208 }
209 image
210 {
211 function = STEPPER
212 recolorable = TRUE
213 state = PRELIGHT
214 file = "scrollbars/stepper-down.png"
215 #border = { 12, 2, 10, 2 }
216 stretch = TRUE
217 arrow_direction = DOWN
218 }
219 image
220 {
221 function = STEPPER
222 recolorable = TRUE
223 state = ACTIVE
224 file = "scrollbars/stepper-down.png"
225 #border = { 12, 2, 10, 2 }
226 stretch = TRUE
227 arrow_direction = DOWN
228 }
229 image
230 {
231 function = STEPPER
232 recolorable = TRUE
233 state = INSENSITIVE
234 file = "scrollbars/stepper-down.png"
235 #border = { 12, 2, 10, 2 }
236 stretch = TRUE
237 arrow_direction = DOWN
238 }
239
240############ RIGHT ################
241
242 image
243 {
244 function = STEPPER
245 recolorable = TRUE
246 state = NORMAL
247 file = "scrollbars/stepper-right.png"
248 #border = { 2, 9, 2, 13 }
249 stretch = TRUE
250 arrow_direction = RIGHT
251 }
252 image
253 {
254 function = STEPPER
255 recolorable = TRUE
256 state = PRELIGHT
257 file = "scrollbars/stepper-right.png"
258 #border = { 2, 9, 2, 13 }
259 stretch = TRUE
260 arrow_direction = RIGHT
261 }
262 image
263 {
264 function = STEPPER
265 recolorable = TRUE
266 state = ACTIVE
267 file = "scrollbars/stepper-right.png"
268 #border = { 2, 9, 2, 13 }
269 stretch = TRUE
270 arrow_direction = RIGHT
271 }
272 image
273 {
274 function = STEPPER
275 recolorable = TRUE
276 state = INSENSITIVE
277 file = "scrollbars/stepper-right.png"
278 #border = { 2, 9, 2, 13 }
279 stretch = TRUE
280 arrow_direction = RIGHT
281 }
282
283############### LEFT ###################
284
285
286 image
287 {
288 function = STEPPER
289 recolorable = TRUE
290 state = NORMAL
291 file = "scrollbars/stepper-left.png"
292 #border = { 2, 9, 2, 13 }
293 stretch = TRUE
294 arrow_direction = LEFT
295 }
296 image
297 {
298 function = STEPPER
299 recolorable = TRUE
300 state = PRELIGHT
301 file = "scrollbars/stepper-left.png"
302 #border = { 2, 9, 2, 13 }
303 stretch = TRUE
304 arrow_direction = LEFT
305 }
306 image
307 {
308 function = STEPPER
309 recolorable = TRUE
310 state = ACTIVE
311 file = "scrollbars/stepper-left.png"
312 #border = { 2, 9, 2, 13 }
313 stretch = TRUE
314 arrow_direction = LEFT
315 }
316 image
317 {
318 function = STEPPER
319 recolorable = TRUE
320 state = INSENSITIVE
321 file = "scrollbars/stepper-left.png"
322 #border = { 2, 9, 2, 13 }
323 stretch = TRUE
324 arrow_direction = LEFT
325 }
326 }
327}
328class "GtkScrollbar" style "scrollbar"
329class "GtkHScrollbar" style "scrollbar"
330class "GtkVScrollbar" style "scrollbar"
3310
=== removed file 'Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png'
332Binary files Dust/gtk-2.0/scrollbars/slider-horiz-prelight.png 2009-08-08 02:07:09 +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-08-08 02:07:09 +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'
333Binary files Dust/gtk-2.0/scrollbars/slider-horiz.png 2009-08-08 02:07:09 +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-08-08 02:07:09 +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'
334Binary files Dust/gtk-2.0/scrollbars/slider-vert-prelight.png 2009-08-08 02:07:09 +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-08-08 02:07:09 +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'
335Binary files Dust/gtk-2.0/scrollbars/slider-vert.png 2009-08-08 02:07:09 +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-08-08 02:07:09 +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'
336Binary files Dust/gtk-2.0/scrollbars/stepper-down.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +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'
337Binary files Dust/gtk-2.0/scrollbars/stepper-left.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +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'
338Binary files Dust/gtk-2.0/scrollbars/stepper-right.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +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'
339Binary files Dust/gtk-2.0/scrollbars/stepper-up.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +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'
340Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-horiz.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +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'
341Binary files Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 2009-03-11 10:22:03 +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-03-11 10:22:03 +0000 and Dust/gtk-2.0/scrollbars/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed directory 'Dust/gtk-2.0/scrollbars_d'
=== removed file 'Dust/gtk-2.0/scrollbars_d/scrollbar.rc'
--- Dust/gtk-2.0/scrollbars_d/scrollbar.rc 2009-08-08 02:07:09 +0000
+++ Dust/gtk-2.0/scrollbars_d/scrollbar.rc 1970-01-01 00:00:00 +0000
@@ -1,288 +0,0 @@
1############################# scROLLBAR ####################
2
3style "scrollbar" = "default"
4{
5 GtkRange::trough_border = 0
6 GtkRange::slider_width = 15
7 GtkRange::stepper_size = 19
8
9 engine "pixmap"
10 {
11 image
12 {
13 function = BOX
14 recolorable = TRUE
15 detail = "trough"
16 file = "scrollbars/trough-scrollbar-horiz.png"
17 border = { 0, 0, 5, 5 }
18 stretch = TRUE
19 orientation = HORIZONTAL
20 }
21 image
22 {
23 function = BOX
24 recolorable = TRUE
25 detail = "trough"
26 file = "scrollbars/trough-scrollbar-vert.png"
27 border = { 5, 5, 0, 0 }
28 stretch = TRUE
29 orientation = VERTICAL
30 }
31
32###########x SLIDERS ##################x
33
34 image
35 {
36 function = SLIDER
37 recolorable = TRUE
38 state = NORMAL
39 file = "scrollbars/slider-horiz.png"
40 border = { 5, 5, 0, 0 }
41 stretch = TRUE
42 orientation = HORIZONTAL
43 }
44 image
45 {
46 function = SLIDER
47 recolorable = TRUE
48 state = ACTIVE
49 shadow = IN
50 file = "scrollbars/slider-horiz.png"
51 border = { 5, 5, 0, 0 }
52 stretch = TRUE
53 orientation = HORIZONTAL
54
55 }
56 image
57 {
58 function = SLIDER
59 recolorable = TRUE
60 state = PRELIGHT
61 file = "scrollbars/slider-horiz-prelight.png"
62 border = { 5, 5, 0, 0 }
63 stretch = TRUE
64 orientation = HORIZONTAL
65
66 }
67 image
68 {
69 function = SLIDER
70 recolorable = TRUE
71 state = INSENSITIVE
72 file = "scrollbars/slider-horiz-insens.png"
73 border = { 5, 5, 0, 0 }
74 stretch = TRUE
75 orientation = HORIZONTAL
76
77 }
78
79#############x verticals################xx
80
81 image
82 {
83 function = SLIDER
84 recolorable = TRUE
85 state = NORMAL
86 file = "scrollbars/slider-vert.png"
87 border = { 0, 0, 5, 5 }
88 stretch = TRUE
89 orientation = VERTICAL
90
91 }
92 image
93 {
94 function = SLIDER
95 recolorable = TRUE
96 state = ACTIVE
97 shadow = IN
98 file = "scrollbars/slider-vert.png"
99 border = { 0, 0, 5, 5 }
100 stretch = TRUE
101 orientation = VERTICAL
102
103 }
104 image
105 {
106 function = SLIDER
107 recolorable = TRUE
108 state = PRELIGHT
109 file = "scrollbars/slider-vert-prelight.png"
110 border = { 0, 0, 5, 5 }
111 stretch = TRUE
112 orientation = VERTICAL
113
114 }
115 image
116 {
117 function = SLIDER
118 recolorable = TRUE
119 state = INSENSITIVE
120 file = "scrollbars/slider-vert-insens.png"
121 border = { 0, 0, 5, 5 }
122 stretch = TRUE
123 orientation = VERTICAL
124
125 }
126
127###########x END SLIDERS ##################x
128
129########### Steppers ######################
130#### UP #######
131 image
132 {
133 function = STEPPER
134 recolorable = TRUE
135 state = NORMAL
136 file = "scrollbars/stepper-up.png"
137 stretch = TRUE
138 arrow_direction = UP
139 }
140 image
141 {
142 function = STEPPER
143 recolorable = TRUE
144 state = PRELIGHT
145 file = "scrollbars/stepper-up-prelight.png"
146 stretch = TRUE
147 arrow_direction = UP
148 }
149 image
150 {
151 function = STEPPER
152 recolorable = TRUE
153 state = ACTIVE
154 file = "scrollbars/stepper-up-prelight.png"
155 stretch = TRUE
156 arrow_direction = UP
157 }
158 image
159 {
160 function = STEPPER
161 recolorable = TRUE
162 state = INSENSITIVE
163 file = "scrollbars/stepper-up-insens.png"
164 stretch = TRUE
165 arrow_direction = UP
166 }
167
168 ######### DOWN ############
169
170 image
171 {
172 function = STEPPER
173 recolorable = TRUE
174 state = NORMAL
175 file = "scrollbars/stepper-down.png"
176 stretch = TRUE
177 arrow_direction = DOWN
178 }
179 image
180 {
181 function = STEPPER
182 recolorable = TRUE
183 state = PRELIGHT
184 file = "scrollbars/stepper-down-prelight.png"
185 stretch = TRUE
186 arrow_direction = DOWN
187 }
188 image
189 {
190 function = STEPPER
191 recolorable = TRUE
192 state = ACTIVE
193 file = "scrollbars/stepper-down-prelight.png"
194 stretch = TRUE
195 arrow_direction = DOWN
196 }
197 image
198 {
199 function = STEPPER
200 recolorable = TRUE
201 state = INSENSITIVE
202 file = "scrollbars/stepper-down-insens.png"
203 stretch = TRUE
204 arrow_direction = DOWN
205 }
206
207############ RIGHT ################
208
209 image
210 {
211 function = STEPPER
212 recolorable = TRUE
213 state = NORMAL
214 file = "scrollbars/stepper-right.png"
215 stretch = TRUE
216 arrow_direction = RIGHT
217 }
218 image
219 {
220 function = STEPPER
221 recolorable = TRUE
222 state = PRELIGHT
223 file = "scrollbars/stepper-right-prelight.png"
224 stretch = TRUE
225 arrow_direction = RIGHT
226 }
227 image
228 {
229 function = STEPPER
230 recolorable = TRUE
231 state = ACTIVE
232 file = "scrollbars/stepper-right-prelight.png"
233 stretch = TRUE
234 arrow_direction = RIGHT
235 }
236 image
237 {
238 function = STEPPER
239 recolorable = TRUE
240 state = INSENSITIVE
241 file = "scrollbars/stepper-right-insens.png"
242 stretch = TRUE
243 arrow_direction = RIGHT
244 }
245
246############### LEFT ###################
247
248 image
249 {
250 function = STEPPER
251 recolorable = TRUE
252 state = NORMAL
253 file = "scrollbars/stepper-left.png"
254 stretch = TRUE
255 arrow_direction = LEFT
256 }
257 image
258 {
259 function = STEPPER
260 recolorable = TRUE
261 state = PRELIGHT
262 file = "scrollbars/stepper-left-prelight.png"
263 stretch = TRUE
264 arrow_direction = LEFT
265 }
266 image
267 {
268 function = STEPPER
269 recolorable = TRUE
270 state = ACTIVE
271 file = "scrollbars/stepper-left-prelight.png"
272 stretch = TRUE
273 arrow_direction = LEFT
274 }
275 image
276 {
277 function = STEPPER
278 recolorable = TRUE
279 state = INSENSITIVE
280 file = "scrollbars/stepper-left-insens.png"
281 stretch = TRUE
282 arrow_direction = LEFT
283 }
284 }
285}
286class "GtkScrollbar" style "scrollbar"
287class "GtkHScrollbar" style "scrollbar"
288class "GtkVScrollbar" style "scrollbar"
2890
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-horiz-insens.png'
290Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ1Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-horiz-prelight.png'
291Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ2Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-horiz.png'
292Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz.png 1970-01-01 00:00:00 +0000 differ3Binary files Dust/gtk-2.0/scrollbars_d/slider-horiz.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-vert-insens.png'
293Binary files Dust/gtk-2.0/scrollbars_d/slider-vert-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ4Binary files Dust/gtk-2.0/scrollbars_d/slider-vert-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-vert-prelight.png'
294Binary files Dust/gtk-2.0/scrollbars_d/slider-vert-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ5Binary files Dust/gtk-2.0/scrollbars_d/slider-vert-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/slider-vert.png'
295Binary files Dust/gtk-2.0/scrollbars_d/slider-vert.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert.png 1970-01-01 00:00:00 +0000 differ6Binary files Dust/gtk-2.0/scrollbars_d/slider-vert.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/slider-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-down-insens.png'
296Binary files Dust/gtk-2.0/scrollbars_d/stepper-down-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down-insens.png 1970-01-01 00:00:00 +0000 differ7Binary files Dust/gtk-2.0/scrollbars_d/stepper-down-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-down-prelight.png'
297Binary files Dust/gtk-2.0/scrollbars_d/stepper-down-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down-prelight.png 1970-01-01 00:00:00 +0000 differ8Binary files Dust/gtk-2.0/scrollbars_d/stepper-down-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-down.png'
298Binary files Dust/gtk-2.0/scrollbars_d/stepper-down.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down.png 1970-01-01 00:00:00 +0000 differ9Binary files Dust/gtk-2.0/scrollbars_d/stepper-down.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-down.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-left-insens.png'
299Binary files Dust/gtk-2.0/scrollbars_d/stepper-left-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left-insens.png 1970-01-01 00:00:00 +0000 differ10Binary files Dust/gtk-2.0/scrollbars_d/stepper-left-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-left-prelight.png'
300Binary files Dust/gtk-2.0/scrollbars_d/stepper-left-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left-prelight.png 1970-01-01 00:00:00 +0000 differ11Binary files Dust/gtk-2.0/scrollbars_d/stepper-left-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-left.png'
301Binary files Dust/gtk-2.0/scrollbars_d/stepper-left.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left.png 1970-01-01 00:00:00 +0000 differ12Binary files Dust/gtk-2.0/scrollbars_d/stepper-left.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-left.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-right-insens.png'
302Binary files Dust/gtk-2.0/scrollbars_d/stepper-right-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right-insens.png 1970-01-01 00:00:00 +0000 differ13Binary files Dust/gtk-2.0/scrollbars_d/stepper-right-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-right-prelight.png'
303Binary files Dust/gtk-2.0/scrollbars_d/stepper-right-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right-prelight.png 1970-01-01 00:00:00 +0000 differ14Binary files Dust/gtk-2.0/scrollbars_d/stepper-right-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-right.png'
304Binary files Dust/gtk-2.0/scrollbars_d/stepper-right.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right.png 1970-01-01 00:00:00 +0000 differ15Binary files Dust/gtk-2.0/scrollbars_d/stepper-right.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-right.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-up-insens.png'
305Binary files Dust/gtk-2.0/scrollbars_d/stepper-up-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up-insens.png 1970-01-01 00:00:00 +0000 differ16Binary files Dust/gtk-2.0/scrollbars_d/stepper-up-insens.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up-insens.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-up-prelight.png'
306Binary files Dust/gtk-2.0/scrollbars_d/stepper-up-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up-prelight.png 1970-01-01 00:00:00 +0000 differ17Binary files Dust/gtk-2.0/scrollbars_d/stepper-up-prelight.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up-prelight.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/stepper-up.png'
307Binary files Dust/gtk-2.0/scrollbars_d/stepper-up.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up.png 1970-01-01 00:00:00 +0000 differ18Binary files Dust/gtk-2.0/scrollbars_d/stepper-up.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/stepper-up.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/trough-scrollbar-horiz.png'
308Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-horiz.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ19Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-horiz.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-horiz.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert-canum.png'
309Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert-canum.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert-canum.png 1970-01-01 00:00:00 +0000 differ20Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert-canum.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert-canum.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert.png'
310Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ21Binary files Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert.png 2009-08-08 02:07:09 +0000 and Dust/gtk-2.0/scrollbars_d/trough-scrollbar-vert.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Dust/gtk-2.0/toolbar_light.png'
311Binary files Dust/gtk-2.0/toolbar_light.png 2009-03-11 10:22:03 +0000 and Dust/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 differ22Binary files Dust/gtk-2.0/toolbar_light.png 2009-03-11 10:22:03 +0000 and Dust/gtk-2.0/toolbar_light.png 1970-01-01 00:00:00 +0000 differ
=== modified file 'Dust/metacity-1/metacity-theme-1.xml'
--- Dust/metacity-1/metacity-theme-1.xml 2009-08-08 02:07:09 +0000
+++ Dust/metacity-1/metacity-theme-1.xml 2010-03-01 02:27:14 +0000
@@ -2,28 +2,27 @@
22
3<metacity_theme>3<metacity_theme>
4<info>4<info>
5 <name>Dust</name>5 <name>Dust Earth</name>
6 <author>Kido Mariano, Rico Sta. Cruz</author>6 <author>Kido Mariano, Rico Sta. Cruz</author>
7 <copyright>GPL</copyright>7 <copyright>GPL</copyright>
8 <date>Jul 28, 2008</date>8 <date>Jul 28, 2008</date>
9 <description>Metacity theme</description>9 <description>Metacity theme</description>
10 <!-- Based on the Elegant Brit theme (though now really far away from it :P) -->
11</info>10</info>
1211
1312
14<!--13<!--
15 General window layout (geometric stuff)14 General window layout (geometric stuff)
16-->15-->
17<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true">16<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true">
18 <distance name="left_width" value="1"/>17 <distance name="left_width" value="6"/>
19 <distance name="right_width" value="1"/>18 <distance name="right_width" value="6"/>
20 <distance name="bottom_height" value="4"/>19 <distance name="bottom_height" value="4"/>
21 <distance name="left_titlebar_edge" value="2"/>20 <distance name="left_titlebar_edge" value="6"/>
22 <distance name="right_titlebar_edge" value="1"/>21 <distance name="right_titlebar_edge" value="6"/>
23 <distance name="button_width" value="28"/>22 <distance name="button_width" value="28"/>
24 <distance name="button_height" value="20"/>23 <distance name="button_height" value="20"/>
25 <distance name="title_vertical_pad" value="1"/>24 <distance name="title_vertical_pad" value="1"/>
26 <border name="title_border" left="2" right="2" top="3" bottom="3"/>25 <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"/>26 <border name="button_border" left="0" right="0" top="2" bottom="1"/>
28</frame_geometry>27</frame_geometry>
2928
@@ -47,13 +46,27 @@
47-->46-->
4847
49<draw_ops name="draw_title_text_normal">48<draw_ops name="draw_title_text_normal">
50 <title x="1" y="(((height - title_height) / 2) `max` 2) + 1" color="#1F1E1B"/>49 <title x="1" y="(height - title_height) / 2 + 1" color="#2F2E2B"/>
51 <title x="0" y="(((height - title_height) / 2) `max` 2)" color="#FFFFFF"/>50 <title x="0" y="(height - title_height) / 2" color="#FFFFFF"/>
52</draw_ops>51</draw_ops>
5352
54<draw_ops name="draw_title_text_inactive">53<draw_ops name="draw_title_text_inactive">
55 <title x="0" y="(((height - title_height) / 2) `max` 2)" color="#727262"/>54 <title x="0" y="(height - title_height) / 2" color="#727262"/>
56</draw_ops>55</draw_ops>
56
57<!--Centered titlebar text--><!--
58<draw_ops name="draw_title_text_normal">
59 <icon x="(width-title_width)/2" y="(height - title_height) / 2" width="mini_icon_width" height="mini_icon_height"/>
60 <title x="(width-title_width)/2 + mini_icon_width + 3" y="(height - title_height) / 2 + 1" color="#2F2E2B"/>
61 <title x="(width-title_width)/2 + mini_icon_width + 2" y="(height - title_height) / 2" color="#FFFFFF"/>
62</draw_ops>
63
64<draw_ops name="draw_title_text_inactive">
65 <icon x="(width-title_width)/2" y="(height - title_height) / 2" width="mini_icon_width" height="mini_icon_height" alpha="0.5"/>
66 <title x="(width-title_width)/2 + mini_icon_width + 2" y="(height - title_height) / 2" color="#727262"/>
67</draw_ops>-->
68
69
5770
58<!--71<!--
59 Construct titlebar from rectangles instead so we can pick up the GTK theme72 Construct titlebar from rectangles instead so we can pick up the GTK theme
@@ -61,29 +74,35 @@
6174
62<draw_ops name="draw_title">75<draw_ops name="draw_title">
63 <!-- Background gradient -->76 <!-- Background gradient -->
64 <gradient type="vertical" x="0" y="0" width="width+9" height="height">77 <gradient type="diagonal" x="0" y="0" width="width+9" height="height">
65 <!--<color value="#80594D"/>-->78 <!--<color value="#80594D"/>-->
66 <color value="shade/gtk:bg[SELECTED]/0.7"/>79 <color value="shade/gtk:bg[SELECTED]/0.8"/>
67 <!--Static colors to mach static menubar and all-->80 <!--Static colors to match static menubar and all-->
68 <!--color value="#3F3E39" /-->81 <color value="#3F3E39" />
69 <color value="#3A3936" />82 <color value="#3A3936" />
70 <color value="#373633" />83 <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" />84 <color value="#343330" />
75 <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
76 </gradient>85 </gradient>
77 86
78 <!-- Topmost dark line -->87 <!-- Topmost dark line (not static is shade:0.30) -->
79 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>88 <line color="#403F3A" x1="0" x2="width" y1="0" y2="0"/>
80 89
81 <!-- Darkening of the left arch -->90 <!-- Darkening of the left arch -->
82 <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="4" y1="1" y2="1"/>91 <line color="#403F3A" 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"/>92 <line color="#403F3A" 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"/>93 <line color="#403F3A" 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"/>94 <line color="#403F3A" 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"/>95 <line color="#403F3A" x1="0" x2="0" y1="5" y2="20"/>
96
97 <!-- Sides -->
98 <gradient type="horizontal" x="0" y="0" width="6" height="height">
99 <color value="shade/gtk:bg[NORMAL]/0.5"/>
100 <color value="shade/gtk:bg[NORMAL]/0.7"/>
101 </gradient>
102 <gradient type="horizontal" x="width-6" y="0" width="6" height="height">
103 <color value="shade/gtk:bg[NORMAL]/0.7"/>
104 <color value="shade/gtk:bg[NORMAL]/0.5"/>
105 </gradient>
87 106
88 <!-- Top highlight -->107 <!-- Top highlight -->
89 <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->108 <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
@@ -100,7 +119,9 @@
100 <tint color="#ffffff" alpha="0.12" x="1" y="8" width="1" height="1"/> 119 <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"/> 120 <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"/> 121 <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"/> 122 <tint color="#ffffff" alpha="0.03" x="1" y="11" width="1" height="1"/>
123
124 <tint color="#ffffff" alpha="0.15" x="4" y="1" width="1" height="height"/>
104 125
105 <!-- Upper-right highlight -->126 <!-- Upper-right highlight -->
106 <!-- Same as above. -->127 <!-- Same as above. -->
@@ -115,39 +136,51 @@
115 <tint color="#ffffff" alpha="0.06" x="width-2" y="10" width="1" height="1"/> 136 <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"/> 137 <tint color="#ffffff" alpha="0.03" x="width-2" y="11" width="1" height="1"/>
117 138
139 <tint color="#ffffff" alpha="0.15" x="width-5" y="1" width="1" height="height"/>
140
118</draw_ops>141</draw_ops>
119142
120<draw_ops name="draw_title_inactive">143<draw_ops name="draw_title_inactive">
121 <!-- Background gradient -->144 <!-- Background gradient -->
122 <gradient type="vertical" x="0" y="0" width="width+9" height="height">145 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
123 <color value="#393835" />146 <color value="#3A3936" />
124 <color value="#343330" />147 <color value="#343330" />
125 </gradient>148 </gradient>
126 149
127 <!-- Topmost dark line -->150 <!-- Topmost dark line -->
128 <line color="shade/gtk:bg[NORMAL]/0.25" x1="1" x2="width-2" y1="0" y2="0"/>151 <line color="#343330" x1="1" x2="width-2" y1="0" y2="0"/>
129 <!-- Top highlight -->152 <!-- Top highlight -->
130 <tint color="#ffffff" alpha="0.2" x="5" y="1" width="width - 10" height="1"/> 153 <tint color="#ffffff" alpha="0.2" x="5" y="1" width="width - 10" height="1"/>
131 154
132 <!-- Lower-left highlight -->155 <!-- Sides -->
133 <line color="shade/gtk:bg[NORMAL]/0.33" x1="3" x2 ="4" y1="2" y2="2" />156 <gradient type="horizontal" x="0" y="0" width="6" height="height">
134 <line color="shade/gtk:bg[NORMAL]/0.32" x1="2" x2 ="2" y1="3" y2="4" />157 <color value="shade/gtk:bg[NORMAL]/0.5"/>
135 158 <color value="shade/gtk:bg[NORMAL]/0.7"/>
136 <!-- Lower-left higlight fade -->159 </gradient>
137 <gradient type="vertical" x="1" y="5" width="1" height="title_height - 4">160 <gradient type="horizontal" x="width-6" y="0" width="6" height="height">
138 <color value="shade/gtk:bg[NORMAL]/0.30"/>161 <color value="shade/gtk:bg[NORMAL]/0.7"/>
139 <color value="shade/gtk:bg[NORMAL]/0.25"/>162 <color value="shade/gtk:bg[NORMAL]/0.5"/>
140 </gradient> 163 </gradient>
164
165 <!-- Upper left highlight -->
166 <!--line color="#464542" x1="3" x2 ="4" y1="2" y2="2" />
167 <line color="#444340" x1="2" x2 ="2" y1="3" y2="4" /-->
168
169 <!-- Upper left higlight fade -->
170 <!--gradient type="vertical" x="1" y="5" width="1" height="title_height - 4">
171 <color value="#403F3A"/>
172 <color value="#343330"/>
173 </gradient-->
141 174
142 <!-- Upper right highlight -->175 <!-- Upper right highlight -->
143 <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-5" x2 ="width-4" y1="2" y2="2" />176 <!--line color="#403F3A" 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" />177 <line color="#403F3A" x1="width-3" x2 ="width-3" y1="3" y2="4" /-->
145 178
146 <!-- Lower-left higlight fade -->179 <!-- Upper right higlight fade -->
147 <gradient type="vertical" x="width-2" y="5" width="1" height="title_height - 4">180 <!--gradient type="vertical" x="width-2" y="5" width="1" height="title_height - 4">
148 <color value="shade/gtk:bg[NORMAL]/0.30"/>181 <color value="#403F3A"/>
149 <color value="shade/gtk:bg[NORMAL]/0.25"/>182 <color value="#343330"/>
150 </gradient> 183 </gradient-->
151</draw_ops>184</draw_ops>
152185
153<draw_ops name="draw_title_maximized">186<draw_ops name="draw_title_maximized">
@@ -155,15 +188,10 @@
155 <gradient type="vertical" x="0" y="0" width="width+9" height="height">188 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
156 <!--<color value="#80594D"/>-->189 <!--<color value="#80594D"/>-->
157 <color value="shade/gtk:bg[SELECTED]/0.6"/>190 <color value="shade/gtk:bg[SELECTED]/0.6"/>
158 <!--Static colors to mach static menubar and all-->191 <color value="shade/gtk:bg[NORMAL]/0.29" />
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" />192 <color value="shade/gtk:bg[NORMAL]/0.27" />
164 <color value="shade/gtk:bg[NORMAL]/0.25" /-->193 <color value="shade/gtk:bg[NORMAL]/0.25" />
165 <color value="#343330" />194 <color value="shade/gtk:bg[NORMAL]/0.24" />
166 <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
167 </gradient>195 </gradient>
168 196
169 <!-- Topmost dark line -->197 <!-- Topmost dark line -->
@@ -179,8 +207,8 @@
179 <!-- Background gradient -->207 <!-- Background gradient -->
180 <gradient type="vertical" x="0" y="0" width="width+9" height="height">208 <gradient type="vertical" x="0" y="0" width="width+9" height="height">
181 <!--<color value="#80594D"/>-->209 <!--<color value="#80594D"/>-->
182 <color value="#3A3936" />210 <color value="shade/gtk:bg[NORMAL]/0.27" />
183 <color value="#343330" />211 <color value="shade/gtk:bg[NORMAL]/0.24" />
184 </gradient>212 </gradient>
185 213
186 <!-- Topmost dark line -->214 <!-- Topmost dark line -->
@@ -196,23 +224,40 @@
196 The frame around windows224 The frame around windows
197-->225-->
198226
199<draw_ops name="draw_frame">227<draw_ops name="left_edge">
200 <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>228 <gradient type="horizontal" x="0" y="0" width="width" height="height">
201 <!-- RSC: Subtle gradient on left/right edges to match the menubar -->229 <color value="shade/gtk:bg[NORMAL]/0.5"/>
202 <gradient type="vertical" x="0" y="0" width="width" height="100">230 <color value="shade/gtk:bg[NORMAL]/0.7"/>
203 <color value="shade/gtk:bg[NORMAL]/0.25"/>231 </gradient>
204 <color value="shade/gtk:bg[NORMAL]/0.15"/>232 <tint color="#ffffff" alpha="0.15" x="width-2" y="0" width="1" height="height"/>
205 <color value="shade/gtk:bg[NORMAL]/0.25"/>233</draw_ops>
206 </gradient> 234
207</draw_ops>235<draw_ops name="right_edge">
208236 <gradient type="horizontal" x="0" y="0" width="width" height="height">
209<!--Borderless only: make bottom border less apparent. We can do this now since our statusbars are light.-->237 <color value="shade/gtk:bg[NORMAL]/0.7"/>
238 <color value="shade/gtk:bg[NORMAL]/0.5"/>
239 </gradient>
240 <tint color="#ffffff" alpha="0.15" x="1" y="0" width="1" height="height"/>
241</draw_ops>
242
210<draw_ops name="bottom_edge">243<draw_ops name="bottom_edge">
211 <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>244 <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true"/>
212 <gradient type="vertical" x="1" y="height-6" width="width-2" height="5">245
213 <color value="shade/gtk:bg[NORMAL]/0.85"/>246 <!-- Sides -->
247
248 <gradient type="horizontal" x="0" y="0" width="6" height="height">
249 <color value="shade/gtk:bg[NORMAL]/0.5"/>
250 <color value="shade/gtk:bg[NORMAL]/0.7"/>
251 </gradient>
252 <gradient type="horizontal" x="width-6" y="0" width="6" height="height">
253 <color value="shade/gtk:bg[NORMAL]/0.7"/>
214 <color value="shade/gtk:bg[NORMAL]/0.5"/>254 <color value="shade/gtk:bg[NORMAL]/0.5"/>
215 </gradient>255 </gradient>
256
257 <!-- White corner arches -->
258
259 <tint color="#343330" alpha="0.55" x="0" y="height-1" width="width" height="1"/>
260
216</draw_ops>261</draw_ops>
217262
218263
@@ -315,8 +360,8 @@
315<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal">360<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal">
316 <piece position="title" draw_ops="draw_title_text_normal"/>361 <piece position="title" draw_ops="draw_title_text_normal"/>
317 <piece position="titlebar" draw_ops="draw_title"/>362 <piece position="titlebar" draw_ops="draw_title"/>
318 <piece position="left_edge" draw_ops="draw_frame"/>363 <piece position="left_edge" draw_ops="left_edge"/>
319 <piece position="right_edge" draw_ops="draw_frame"/>364 <piece position="right_edge" draw_ops="right_edge"/>
320 <piece position="bottom_edge" draw_ops="bottom_edge"/>365 <piece position="bottom_edge" draw_ops="bottom_edge"/>
321 <button function="close" state="normal" draw_ops="button_close_normal"/>366 <button function="close" state="normal" draw_ops="button_close_normal"/>
322 <button function="close" state="prelight" draw_ops="button_close_prelight"/>367 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
@@ -335,8 +380,8 @@
335<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal">380<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal">
336 <piece position="title" draw_ops="draw_title_text_inactive"/>381 <piece position="title" draw_ops="draw_title_text_inactive"/>
337 <piece position="titlebar" draw_ops="draw_title_inactive"/>382 <piece position="titlebar" draw_ops="draw_title_inactive"/>
338 <piece position="left_edge" draw_ops="draw_frame"/>383 <piece position="left_edge" draw_ops="left_edge"/>
339 <piece position="right_edge" draw_ops="draw_frame"/>384 <piece position="right_edge" draw_ops="right_edge"/>
340 <piece position="bottom_edge" draw_ops="bottom_edge"/>385 <piece position="bottom_edge" draw_ops="bottom_edge"/>
341 <button function="close" state="normal" draw_ops="button_close_inactive"/>386 <button function="close" state="normal" draw_ops="button_close_inactive"/>
342 <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/>387 <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/>
@@ -355,8 +400,8 @@
355<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal">400<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal">
356 <piece position="title" draw_ops="draw_title_text_normal"/>401 <piece position="title" draw_ops="draw_title_text_normal"/>
357 <piece position="titlebar" draw_ops="draw_title_maximized"/>402 <piece position="titlebar" draw_ops="draw_title_maximized"/>
358 <piece position="left_edge" draw_ops="draw_frame"/>403 <piece position="left_edge" draw_ops="left_edge"/>
359 <piece position="right_edge" draw_ops="draw_frame"/>404 <piece position="right_edge" draw_ops="right_edge"/>
360 <piece position="bottom_edge" draw_ops="bottom_edge"/>405 <piece position="bottom_edge" draw_ops="bottom_edge"/>
361 <button function="close" state="normal" draw_ops="button_close_normal"/>406 <button function="close" state="normal" draw_ops="button_close_normal"/>
362 <button function="close" state="prelight" draw_ops="button_close_prelight"/>407 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
@@ -375,8 +420,8 @@
375<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal">420<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal">
376 <piece position="title" draw_ops="draw_title_text_inactive"/>421 <piece position="title" draw_ops="draw_title_text_inactive"/>
377 <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>422 <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
378 <piece position="left_edge" draw_ops="draw_frame"/>423 <piece position="left_edge" draw_ops="left_edge"/>
379 <piece position="right_edge" draw_ops="draw_frame"/>424 <piece position="right_edge" draw_ops="right_edge"/>
380 <piece position="bottom_edge" draw_ops="bottom_edge"/>425 <piece position="bottom_edge" draw_ops="bottom_edge"/>
381 <button function="close" state="normal" draw_ops="button_close_inactive"/>426 <button function="close" state="normal" draw_ops="button_close_inactive"/>
382 <button function="close" state="prelight" draw_ops="button_close_prelight"/>427 <button function="close" state="prelight" draw_ops="button_close_prelight"/>
383428
=== modified file 'New Wave Dark Menus/gtk-2.0/default-gtkrc'
--- New Wave Dark Menus/gtk-2.0/default-gtkrc 2009-08-08 02:20:59 +0000
+++ New Wave Dark Menus/gtk-2.0/default-gtkrc 2010-03-01 02:27:15 +0000
@@ -1,7 +1,7 @@
1#1#
2#==========================================2#==================================================================
3# New Wave Pixmap Theme3# New Wave Pixmap Theme
4#==========================================4#==================================================================
5#5#
6# 6#
7# Based on: Ubuntu Human-Clearlooks7# Based on: Ubuntu Human-Clearlooks
@@ -12,20 +12,24 @@
12# Former Authors:12# Former Authors:
13# Giuseppe Pennisi <giupenni78@gmail.com>13# Giuseppe Pennisi <giupenni78@gmail.com>
14#14#
15# Feel free to modify and share!15# Licensed under Creative Commons 3.0 Attribution-Share Alike
16# Licensed under Creative Commons 3.0 Attribution-Noncommercial-Share Alike16
17# You MUST attribute the derivative themes as:
18# "Based on the New Wave theme created by Anton Kerezov (dilomo)"
19# as well as provide a link to the original.
20#==================================================================
17#21#
18#---NWC-START---#22#---NWC-START---#
19# Version: 0.8.1 [29/07/09]23# Version: 0.8.2 [12/12/2009]
2024
2125
22# Default color values used in Appearance Manager26# Default color values used in Appearance Manager
23gtk_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"27gtk_color_scheme = "fg_color: #1A1A1A\nbg_color: #E5E5E5\nbase_color: #FFFFFF\ntext_color: #171717\nselected_bg_color:#FFB886\nselected_fg_color: #1D1D1D\ntooltip_bg_color:#FFE6C4\ntooltip_fg_color:#452222"
24# so that we can use pulsation on windows that need attention28gtk-enable-animations = 1 # so that we can use pulsation on windows that need attention
25gtk-enable-animations = 1 29# This value has to be less than 990 for Rhythmbox to work (tooltips updating in 1 sec. intervals)
26# This value has to be less than 990 for Rhythmbox to work (tooltips updating in 1sec intervals)
27gtk-tooltip-timeout = 97030gtk-tooltip-timeout = 970
2831
32
29#---NWC-END---#33#---NWC-END---#
3034
31#=========================================================35#=========================================================
@@ -35,7 +39,7 @@
35{39{
36 xthickness = 140 xthickness = 1
37 ythickness = 141 ythickness = 1
3842
39 #=========================================================43 #=========================================================
40 # General Style Properties44 # General Style Properties
41 #=========================================================45 #=========================================================
@@ -68,7 +72,7 @@
68 # These lines enable the New Wave Configurator to modify them. Do not remove or change!72 # These lines enable the New Wave Configurator to modify them. Do not remove or change!
69 73
70 GtkScrollbar ::has-backward-stepper = 174 GtkScrollbar ::has-backward-stepper = 1
71 GtkScrollbar ::has-forward-stepper = 175 GtkScrollbar ::has-forward-stepper = 1
72 GtkScrollbar ::has-secondary-backward-stepper = 076 GtkScrollbar ::has-secondary-backward-stepper = 0
73 GtkScrollbar ::has-secondary-forward-stepper = 077 GtkScrollbar ::has-secondary-forward-stepper = 0
74 #---NWC-END---#78 #---NWC-END---#
@@ -83,6 +87,7 @@
83 GtkMenu ::vertical-padding = 187 GtkMenu ::vertical-padding = 1
84 GtkMenu ::horizontal-offset = -188 GtkMenu ::horizontal-offset = -1
85 89
90
86 GtkExpander ::expander-size = 1691 GtkExpander ::expander-size = 16
87 92
88 GtkToolbar ::internal-padding = 293 GtkToolbar ::internal-padding = 2
@@ -98,14 +103,31 @@
98 103
99 GtkProgressBar ::shadow-type = GTK_SHADOW_NONE104 GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
100 105
106
107 #benzea: dilomo: BOX
108 #benzea: and the detail string is one of a couple
109
110 #benzea: "infobar-info",
111 #benzea: "infobar-warning",
112 #benzea: "infobar-question",
113 #benzea: "infobar-error",
114 #benzea: "infobar"
115
101 #---NWC-START---#116 #---NWC-START---#
117 #Values used in the New Wave Configurator
118
102 GtkWidget ::cursor-aspect-ratio = 0.05119 GtkWidget ::cursor-aspect-ratio = 0.05
103 120
104 # This is the pulsating rect that appears on newly launched apps 121 # This is the pulsating rect that appears on newly launched apps
105 WnckTasklist ::fade-overlay-rect = 1122 WnckTasklist ::fade-overlay-rect = 1
106 WnckTasklist ::fade-opacity = 0.6123 WnckTasklist ::fade-opacity = 0.6
107 124
108 NautilusIconContainer::highlight_alpha= 145125 NautilusIconContainer::highlight_alpha= 120
126
127 # The rect. when you drag the mouse to select several files
128 NautilusIconContainer::selection_box_color = "#EF9D6E"
129 NautilusIconContainer::selection_box_alpha = 60
130
109 #---NWC-END---#131 #---NWC-END---#
110132
111 fg[NORMAL] = @fg_color133 fg[NORMAL] = @fg_color
@@ -116,14 +138,14 @@
116138
117 bg[NORMAL] = @bg_color139 bg[NORMAL] = @bg_color
118 bg[PRELIGHT] = shade (1.02, @bg_color)140 bg[PRELIGHT] = shade (1.02, @bg_color)
119 bg[SELECTED] = mix (0.25, @fg_color, @selected_bg_color)141 bg[SELECTED] = @selected_bg_color #mix (0.25, @fg_color, @selected_bg_color)
120 bg[INSENSITIVE] = @bg_color142 bg[INSENSITIVE] = @bg_color
121 bg[ACTIVE] = shade (0.9, @bg_color)143 bg[ACTIVE] = shade (0.9, @bg_color)
122144
123 base[NORMAL] = @base_color145 base[NORMAL] = @base_color
124 base[PRELIGHT] = shade (0.95, @bg_color)146 base[PRELIGHT] = shade (0.95, @bg_color)
125 base[ACTIVE] = shade (0.90, @bg_color)147 base[ACTIVE] = shade (0.90, @bg_color)
126 base[SELECTED] = mix(0.50, shade (1.05,@selected_bg_color), @tooltip_bg_color)148 base[SELECTED] = @selected_bg_color #mix(0.50, shade (1.05,@selected_bg_color), @tooltip_bg_color)
127 base[INSENSITIVE] = @bg_color149 base[INSENSITIVE] = @bg_color
128150
129 text[NORMAL] = @text_color151 text[NORMAL] = @text_color
@@ -132,9 +154,76 @@
132 text[SELECTED] = @selected_fg_color154 text[SELECTED] = @selected_fg_color
133 text[INSENSITIVE] = darker (@bg_color)155 text[INSENSITIVE] = darker (@bg_color)
134 156
157 # Colors for the GtkInfobar themeing if you
158 # don't want to theme them with images
159
160 #color["error_bg_color"] = "black"
161 #color["error_fg_color"] = "white"
162
163 #color["info_bg_color"] = "#9EDDFF"
164 #color["info_fg_color"] = "#ffffff"
165
166 #color["warning_bg_color"] = "black"
167 #color["warning_fg_color"] = "white"
168
169 #color["question_bg_color"] = "black"
170 #color["question_fg_color"] = "white"
171
172 #color["other_bg_color"] = "black"
173 #color["other_fg_color"] = "white"
174
135 175
136 engine "pixmap"176 engine "pixmap"
137 {177 {
178 # Info Bar
179
180 image
181 {
182 function = BOX
183 recolorable = TRUE
184 detail = "infobar-info"
185 file = "Images/Others/nautilus-infobar-overlay.png"
186 border = { 2, 2, 2, 3}
187 stretch = TRUE
188 }
189
190 image
191 {
192 function = BOX
193 recolorable = TRUE
194 detail = "infobar-warning"
195 file = "Images/Others/nautilus-infobar-overlay-warning.png"
196 border = { 2, 2, 2, 3}
197 stretch = TRUE
198 }
199 image
200 {
201 function = BOX
202 recolorable = TRUE
203 detail = "infobar-error"
204 file = "Images/Others/nautilus-infobar-overlay-error.png"
205 border = { 2, 2, 2, 3}
206 stretch = TRUE
207 }
208 image
209 {
210 function = BOX
211 recolorable = TRUE
212 detail = "infobar-question"
213 file = "Images/Others/nautilus-infobar-overlay-question.png"
214 border = { 2, 2, 2, 3}
215 stretch = TRUE
216 }
217
218 image
219 {
220 function = BOX
221 recolorable = TRUE
222 detail = "infobar"
223 file = "Images/Others/nautilus-infobar-overlay.png"
224 border = { 2, 2, 2, 3}
225 stretch = TRUE
226 }
138 227
139 # Shadows 228 # Shadows
140 229
@@ -184,7 +273,7 @@
184 shadow = IN 273 shadow = IN
185 recolorable = TRUE274 recolorable = TRUE
186 file = "Images/Frame-Gap/frame-in.png"275 file = "Images/Frame-Gap/frame-in.png"
187 border ={ 4, 4, 4,3}276 border ={ 3, 3, 3, 3}
188 stretch = TRUE277 stretch = TRUE
189 gap_start_file = "Images/Frame-Gap/frame-gapstart-in.png"278 gap_start_file = "Images/Frame-Gap/frame-gapstart-in.png"
190 gap_start_border = { 4, 0, 4, 0}279 gap_start_border = { 4, 0, 4, 0}
@@ -201,12 +290,12 @@
201 shadow = OUT290 shadow = OUT
202 recolorable = TRUE291 recolorable = TRUE
203 file = "Images/Frame-Gap/frame-out.png"292 file = "Images/Frame-Gap/frame-out.png"
204 border = { 4, 4, 4, 4}293 border = { 4, 4, 3, 4}
205 stretch = TRUE294 stretch = TRUE
206 gap_start_file = "Images/Frame-Gap/frame-gapstart-out.png"295 gap_start_file = "Images/Frame-Gap/frame-gapstart-out.png"
207 gap_start_border = { 4, 0, 4, 0}296 gap_start_border = { 3, 0, 2, 0}
208 gap_end_file = "Images/Frame-Gap/frame-gapend-out.png"297 gap_end_file = "Images/Frame-Gap/frame-gapend-out.png"
209 gap_end_border = { 0, 4, 4, 0}298 gap_end_border = { 0, 3, 2, 0}
210 gap_side = TOP299 gap_side = TOP
211 }300 }
212 301
@@ -281,7 +370,7 @@
281 orientation = HORIZONTAL370 orientation = HORIZONTAL
282 }371 }
283 372
284 ## vertical handle373 ## Vertical handle
285 image374 image
286 {375 {
287 function = HANDLE376 function = HANDLE
@@ -334,17 +423,17 @@
334 function = HLINE423 function = HLINE
335 recolorable = TRUE424 recolorable = TRUE
336 file = "Images/Lines/line-h.png"425 file = "Images/Lines/line-h.png"
337 #border = { 1, 1, 0, 1 }426 border = { 12, 12, 0, 1 }
338 stretch = TRUE427 stretch = TRUE
339 }428 }
340 429
341 #@author:dilomo@ focus image used on buttons any derivatives (check box, combo and so on) Now obsolate!430 #@author:dilomo@ Focus image used on button's derivatives (check box, combo and so on)
342 image431 image
343 {432 {
344 function = FOCUS433 function = FOCUS
345 recolorable = TRUE434 recolorable = TRUE
346 file = "Images/Others/focus.png"435 file = "Images/Others/focus.png"
347 border = { 2, 2, 2, 2 }436 border = { 6, 6, 6, 6 }
348 stretch = TRUE437 stretch = TRUE
349 }438 }
350 439
@@ -866,7 +955,8 @@
866 ythickness = 3955 ythickness = 3
867}956}
868957
869958style "empty"
959{}
870960
871961
872#=========================================================962#=========================================================
@@ -876,45 +966,154 @@
876#=========================================================966#=========================================================
877967
878968
879969# @author:dilomo@ This has to fix the Appearance manager crash
880style "newwave-window" = "newwave-wide"970style "newwave-window" = "newwave-wide"
881{ 971{
882 engine "pixmap"972 bg_pixmap[NORMAL] = "Images/Others/null.png"
883 {
884 image
885 {
886 function = FLAT_BOX
887 file = "Images/Others/null.png"
888 border = {2, 2, 2, 2}
889 detail = "base"
890 #stretch = TRUE
891
892 }
893 }
894}973}
895974
896# Fix issues with Gedit in the statusbar975
897style "newwave-frame" #= "newwave-wide"976style "newwave-frame" = "newwave-wide"
898{ 977{
899# engine "pixmap"978 # engine "pixmap"
900 # {979 # {
901 # image980 # image
902# {981# {
903# function = SHADOW982# function = SHADOW
904 # file = "Images/Others/frame.png"983 # file = "Images/Others/frame.png"
905 # border = {1, 1, 1, 1}984 ## border = {1, 1, 1, 1}
906# stretch = TRUE985# stretch = TRUE
907#986
908# }987# }
909 # }988 # }
910}989}
911990
991
992# Fix ugly frames with Gedit in the statusbar
993style "newwave-frame-gedit"
994{
995 engine "pixmap"
996 {
997 image
998 {
999
1000 function = SHADOW
1001 file = "Images/Others/null.png"
1002 #border = {1, 1, 1, 1}
1003 #stretch = TRUE
1004
1005 }
1006 }
1007}
1008
1009style "newwave-frame-panel"
1010{
1011 engine "pixmap"
1012 {
1013 image
1014 {
1015
1016 function = SHADOW
1017 file = "Images/Shadows/shadow-etched-out-panel.png"
1018 border = {2, 2, 2, 2}
1019 #stretch = TRUE
1020
1021 }
1022 }
1023}
1024
1025# Cool but the selected state is rather ugly and cannot be themed properly
1026style "newwave-desktop-icon"
1027{
1028#1 for activate
1029NautilusIconContainer::frame_text = 1
1030NautilusIconContainer::light_info_color = "#DADADA"
1031NautilusIconContainer::dark_info_color = "#101010"
1032NautilusIconContainer::prelight_icon_render_mode = 1
1033NautilusIconContainer::activate_prelight_icon_label = 1
1034
1035base[NORMAL] = "black"
1036base[PRELIGHT] = "black"
1037base[SELECTED] = "black" #"#7C3320"
1038base[ACTIVE] = "white"
1039
1040text[NORMAL] = "white"
1041text[PRELIGHT] = "white"
1042text[SELECTED] = "white"
1043NautilusIconContainer::normal_alpha = 60
1044NautilusIconContainer::prelight_alpha = 80
1045NautilusIconContainer::highlight_alpha = 90
1046}
1047
1048style "newwave-desktop-icon-focus"
1049{
1050 engine "pixmap"
1051 {
1052 image
1053 {
1054 function = FOCUS
1055 recolorable = TRUE
1056 file = "Images/Others/focus.png"
1057 border = { 2, 2, 2, 2 }
1058 stretch = TRUE
1059 }
1060 }
1061}
1062
1063#widget_class "*DesktopIcon*" style "newwave-desktop-icon"
1064
1065
1066#=========================================================
1067# Icon View
1068#=========================================================
1069
1070# Theme the iconview selected items
1071style "newwave-iconview"
1072{
1073 #GtkIconView::selection-box-color = "black"
1074 #GtkIconView::selection-box-alpha = 60
1075
1076 engine "pixmap"
1077 {
1078 image
1079 {
1080 function = FLAT_BOX
1081 recolorable = TRUE
1082 file = "Images/Others/iconview-item.png"
1083 border = {3, 3, 3, 3 }
1084 stretch = TRUE
1085 }
1086
1087 }
1088}
1089
1090widget_class "*IconView" style "newwave-iconview"
1091
1092
1093
1094#=========================================================
1095# Assistant (Wizard windows)
1096#=========================================================
1097
1098# Theme properly the assistant
1099style "newwave-assistant"
1100{
1101 bg[SELECTED] ="#9A9A9A"#"#484848"
1102 fg[SELECTED] ="#F3F3F3"# "#ECECEC"
1103}
1104
1105widget_class "*Assistant*" style "newwave-assistant"
1106
1107
1108
912#=========================================================1109#=========================================================
913# Buttons1110# Buttons
914#=========================================================1111#=========================================================
9151112
916style "newwave-button" = "newwave-wider"1113style "newwave-button" = "newwave-wider"
917{ 1114{
1115 #xthickness = 4
1116 #ythickness = 4
9181117
919 bg[NORMAL] = shade (0.98, @bg_color)1118 bg[NORMAL] = shade (0.98, @bg_color)
920 bg[PRELIGHT] = shade (1.04, @bg_color)1119 bg[PRELIGHT] = shade (1.04, @bg_color)
@@ -931,12 +1130,12 @@
931 GtkButton::child_displacement_y = 11130 GtkButton::child_displacement_y = 1
932 1131
933 # Increase because focus padding is zero1132 # Increase because focus padding is zero
934 GtkButton::inner-border = {2, 2, 2, 2}1133 GtkButton::inner-border = {2, 2,2, 2}
935 1134
936 # Use to show glow around default buttons1135 # Use to show glow around default buttons
937 GtkButton::default-border = { 3, 3, 3, 3}1136 GtkButton::default-border = { 3, 3, 3, 3}
938 GtkButton::default-outside-border = { 3, 3, 3, 3}1137 GtkButton::default-outside-border = { 3, 3, 3, 3}
9391138 #GtkWidget::draw-border = {3,3,3,3}
940 1139
941 engine "pixmap"1140 engine "pixmap"
942 {1141 {
@@ -959,8 +1158,9 @@
959 function = BOX1158 function = BOX
960 state = NORMAL1159 state = NORMAL
961 shadow = OUT1160 shadow = OUT
1161
962 file = "Images/Buttons/button-normal.png" 1162 file = "Images/Buttons/button-normal.png"
963 border ={ 4, 4, 4, 4 }1163 border = {4, 4, 4, 4}
964 stretch = TRUE1164 stretch = TRUE
965 }1165 }
9661166
@@ -969,6 +1169,7 @@
969 {1169 {
970 function = BOX1170 function = BOX
971 state = NORMAL1171 state = NORMAL
1172 #shadow = IN
972 detail = "buttondefault"1173 detail = "buttondefault"
973 file = "Images/Buttons/button-default.png" 1174 file = "Images/Buttons/button-default.png"
974 border ={ 4, 4, 4, 4 }1175 border ={ 4, 4, 4, 4 }
@@ -981,7 +1182,7 @@
981 function = BOX1182 function = BOX
982 state = ACTIVE1183 state = ACTIVE
983 file = "Images/Buttons/button-pressed.png"1184 file = "Images/Buttons/button-pressed.png"
984 border = { 4, 4, 4, 4 }1185 border ={4, 4, 4, 4}
985 stretch = TRUE1186 stretch = TRUE
986 }1187 }
987 1188
@@ -995,7 +1196,7 @@
995 recolorable = TRUE1196 recolorable = TRUE
996 shadow = IN1197 shadow = IN
997 file = "Images/Buttons/button-pressed-prelight.png"1198 file = "Images/Buttons/button-pressed-prelight.png"
998 border = { 4, 4, 4, 4 }1199 border = {4, 4, 4, 4}
999 stretch = TRUE1200 stretch = TRUE
1000 }1201 }
1001 #@author:dilomo@ prelight used on normal buttons1202 #@author:dilomo@ prelight used on normal buttons
@@ -1006,7 +1207,7 @@
1006 recolorable = TRUE1207 recolorable = TRUE
1007 shadow = OUT1208 shadow = OUT
1008 file = "Images/Buttons/button-prelight.png"1209 file = "Images/Buttons/button-prelight.png"
1009 border = { 4, 4, 4, 4 }1210 border = {4, 4, 4, 4}
1010 stretch = TRUE1211 stretch = TRUE
1011 }1212 }
1012 1213
@@ -1016,7 +1217,7 @@
1016 state = INSENSITIVE1217 state = INSENSITIVE
1017 shadow = IN1218 shadow = IN
1018 file = "Images/Buttons/button-insensitive-in.png" 1219 file = "Images/Buttons/button-insensitive-in.png"
1019 border = { 4, 4, 4, 4 }1220 border = {4, 4, 4, 4}
1020 stretch = TRUE1221 stretch = TRUE
1021 }1222 }
10221223
@@ -1026,14 +1227,23 @@
1026 state = INSENSITIVE1227 state = INSENSITIVE
1027 shadow = OUT1228 shadow = OUT
1028 file = "Images/Buttons/button-insensitive.png" 1229 file = "Images/Buttons/button-insensitive.png"
1029 border = { 4, 4, 4, 4 }1230 border = {4, 4, 4, 4}
1231 stretch = TRUE
1232 }
1233 image
1234 {
1235 function = BOX
1236 state = INSENSITIVE
1237 #shadow = IN
1238 detail = "buttondefault"
1239 file = "Images/Buttons/button-default-insensitive.png"
1240 border ={4, 4, 4, 4}
1030 stretch = TRUE1241 stretch = TRUE
1031 }1242 }
1032 1243
1033 1244
1034 }1245 }
1035}1246}
1036
1037#=========================================================1247#=========================================================
1038# Progressbar1248# Progressbar
1039#=========================================================1249#=========================================================
@@ -1041,7 +1251,12 @@
1041{1251{
1042 xthickness = 11252 xthickness = 1
1043 ythickness = 11253 ythickness = 1
10441254
1255 fg[NORMAL] = "#555555"
1256 fg[ACTIVE] = "#555555"
1257 fg[SELECTED] = "#555555"
1258 fg[PRELIGHT] = "#360000"
1259
1045 engine "pixmap" 1260 engine "pixmap"
1046 {1261 {
1047 image1262 image
@@ -1333,8 +1548,6 @@
1333 overlay_stretch = FALSE1548 overlay_stretch = FALSE
1334 }1549 }
13351550
1336
1337
1338 # Overlay image1551 # Overlay image
1339 image 1552 image
1340 {1553 {
@@ -2012,7 +2225,7 @@
2012 }2225 }
20132226
20142227
2015 # Steppers - right2228 # Steppers OO - right
2016 #=============================2229 #=============================
2017 image 2230 image
2018 {2231 {
@@ -2063,7 +2276,7 @@
2063 }2276 }
20642277
2065 2278
2066 # Steppers - left2279 # Steppers OO - left
2067 #=============================2280 #=============================
2068 image 2281 image
2069 {2282 {
@@ -2149,7 +2362,6 @@
2149}2362}
2150class "GtkScrolledWindow" style "newwave-scrolledwindow"2363class "GtkScrolledWindow" style "newwave-scrolledwindow"
21512364
2152
2153#=========================================================2365#=========================================================
2154# Toolbar2366# Toolbar
2155#=========================================================2367#=========================================================
@@ -2157,7 +2369,7 @@
2157{2369{
2158 xthickness = 22370 xthickness = 2
2159 ythickness = 32371 ythickness = 3
2160 2372
2161 engine "pixmap"2373 engine "pixmap"
2162 {2374 {
21632375
@@ -2178,6 +2390,8 @@
2178 stretch = TRUE2390 stretch = TRUE
2179 }2391 }
2180 }2392 }
2393
2394
2181}2395}
2182style "newwave-toolbar-handle"2396style "newwave-toolbar-handle"
2183{2397{
@@ -2272,6 +2486,7 @@
22722486
2273style "newwave-toolbuttons" = "newwave-button"2487style "newwave-toolbuttons" = "newwave-button"
2274{2488{
2489
2275engine "pixmap" {2490engine "pixmap" {
2276 2491
22772492
@@ -2551,7 +2766,7 @@
2551 GtkSpinButton::page-size = 02766 GtkSpinButton::page-size = 0
2552 GtkWidget::interior_focus = 02767 GtkWidget::interior_focus = 0
2553 GtkWidget::internal-padding = 32768 GtkWidget::internal-padding = 3
2554 GtkSpinButton::shadow-type = GTK_SHADOW_IN2769 #GtkEntry::inner-border = {0, 0, 1, 1}
2555 2770
2556 engine "pixmap"2771 engine "pixmap"
2557 {2772 {
@@ -2668,33 +2883,25 @@
26682883
2669 # Spin - entry (textbox)2884 # Spin - entry (textbox)
2670 #=============================2885 #=============================
2671 image2886
2887 image
2672 {2888 {
2673 function = FOCUS2889 function = FOCUS
2674 recolorable = TRUE2890 recolorable = TRUE
2891 detail = "entry"
2675 file = "Images/Spin/text-entry-focus.png"2892 file = "Images/Spin/text-entry-focus.png"
2676 border = { 2, 2, 3, 3}2893 border = { 2, 2, 3, 3}
2677 stretch = TRUE2894 stretch = TRUE
2678 } 2895 }
2679 2896
2680 image2897
2681 {
2682 function = BOX
2683 recolorable = TRUE
2684 shadow = IN
2685 state = NORMAL
2686 detail = "entry"
2687 file = "Images/Spin/text-entry.png"
2688 border = { 2 , 2 ,3 ,3 }
2689 stretch = TRUE
2690 }
26912898
2692 image2899 image
2693 {2900 {
2694 function = SHADOW2901 function = SHADOW
2902 shadow = IN
2695 state = NORMAL2903 state = NORMAL
2696 shadow = IN2904 recolorable = FALSE
2697 recolorable = TRUE
2698 detail = "entry"2905 detail = "entry"
2699 file = "Images/Spin/text-entry.png"2906 file = "Images/Spin/text-entry.png"
2700 border = { 2, 2, 2, 2}2907 border = { 2, 2, 2, 2}
@@ -2714,6 +2921,7 @@
2714{2921{
2715 # Makes the button of the combo to have interior focus2922 # Makes the button of the combo to have interior focus
2716 GtkButton::interior_focus = 02923 GtkButton::interior_focus = 0
2924 GtkButton::inner-border = {1, 1, 1, 1}
27172925
2718 engine "pixmap"2926 engine "pixmap"
2719 {2927 {
@@ -2899,9 +3107,7 @@
2899 #@author:dilomo@ Disable outer focus glow because it look ugly in comboboxes and spins3107 #@author:dilomo@ Disable outer focus glow because it look ugly in comboboxes and spins
2900 GtkWidget::interior_focus = 03108 GtkWidget::interior_focus = 0
2901 GtkEntry::inner-border = {2, 2, 1, 1}3109 GtkEntry::inner-border = {2, 2, 1, 1}
2902
29033110
2904
2905 engine "pixmap"3111 engine "pixmap"
2906 {3112 {
2907 3113
@@ -2983,6 +3189,8 @@
29833189
2984style "newwave-panel-entry" = "newwave-entry"3190style "newwave-panel-entry" = "newwave-entry"
2985{3191{
3192 #base[NORMAL] = "#CECECE"
3193
2986 engine "pixmap"3194 engine "pixmap"
2987 {3195 {
2988 3196
@@ -3054,9 +3262,228 @@
3054 } 3262 }
3055 }3263 }
3056}3264}
3057# Match the entries that might appear in the gnome panel as well as the dictionary applet3265
3058widget_class "*Panel*Entry*" style :highest "newwave-panel-entry"3266style "newwave-panel-entry-blue" = "newwave-entry"
3059widget_class "*GdictApp*Entry*" style :highest "newwave-panel-entry"3267{
3268 engine "pixmap"
3269 {
3270
3271 # i'm unsure about these
3272 image
3273 {
3274 function = BOX
3275 recolorable = TRUE
3276 shadow = IN
3277 state = NORMAL
3278 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3279 border = { 3,3,4,3 }
3280 stretch = TRUE
3281 }
3282 image
3283 {
3284 function = BOX
3285 recolorable = TRUE
3286 shadow = OUT
3287 state = NORMAL
3288 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3289 border = { 3,3,4,3 }
3290 stretch = TRUE
3291 }
3292 image
3293 {
3294 function = BOX
3295 recolorable = TRUE
3296 shadow = OUT
3297 state = ACTIVE
3298 file = "Images/Shadows/entry-focus-panel-blue.png"
3299 border = { 2,2,2,2 }
3300 stretch = TRUE
3301 }
3302 image
3303 {
3304 function = BOX
3305 recolorable = TRUE
3306 shadow = IN
3307 state = INSENSITIVE
3308 file = "Images/Shadows/entry-focus-panel-blue.png"
3309 border = { 2,2,2,2 }
3310 stretch = TRUE
3311 }
3312
3313
3314 # Glow image when selected
3315 image
3316 {
3317 function = FOCUS
3318 recolorable = TRUE
3319 detail = "entry"
3320 file = "Images/Shadows/entry-focus-panel-blue.png"
3321 border = {3, 3, 4, 3}
3322 stretch = TRUE
3323 }
3324
3325 # the actual textbox in normal state
3326 image
3327 {
3328 function = SHADOW
3329 detail = "entry"
3330 shadow = IN
3331 state = NORMAL
3332 recolorable = FALSE
3333 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3334 border = { 2,2,2,2 }
3335 stretch = TRUE
3336 }
3337 }
3338}
3339
3340style "newwave-panel-entry-nopixmap" = "newwave-entry"
3341{ # Nopixmap isn't really the lack of image but just to match with the panel theme name
3342 engine "pixmap"
3343 {
3344
3345 # i'm unsure about these
3346 image
3347 {
3348 function = BOX
3349 recolorable = TRUE
3350 shadow = IN
3351 state = NORMAL
3352 file = "Images/Shadows/entry-shadow-in-panel-nopixmap.png"
3353 border = { 3,3,4,3 }
3354 stretch = TRUE
3355 }
3356 image
3357 {
3358 function = BOX
3359 recolorable = TRUE
3360 shadow = OUT
3361 state = NORMAL
3362 file = "Images/Shadows/entry-shadow-in-panel-nopixmap.png"
3363 border = { 3,3,4,3 }
3364 stretch = TRUE
3365 }
3366 image
3367 {
3368 function = BOX
3369 recolorable = TRUE
3370 shadow = OUT
3371 state = ACTIVE
3372 file = "Images/Shadows/entry-focus-panel-nopixmap.png"
3373 border = { 2,2,2,2 }
3374 stretch = TRUE
3375 }
3376 image
3377 {
3378 function = BOX
3379 recolorable = TRUE
3380 shadow = IN
3381 state = INSENSITIVE
3382 file = "Images/Shadows/entry-focus-panel-nopixmap.png"
3383 border = { 2,2,2,2 }
3384 stretch = TRUE
3385 }
3386
3387
3388 # Glow image when selected
3389 image
3390 {
3391 function = FOCUS
3392 recolorable = TRUE
3393 detail = "entry"
3394 file = "Images/Shadows/entry-focus-panel-nopixmap.png"
3395 border = {3, 3, 4, 3}
3396 stretch = TRUE
3397 }
3398
3399 # the actual textbox in normal state
3400 image
3401 {
3402 function = SHADOW
3403 detail = "entry"
3404 shadow = IN
3405 state = NORMAL
3406 recolorable = FALSE
3407 file = "Images/Shadows/entry-shadow-in-panel-nopixmap.png"
3408 border = { 2,2,2,2 }
3409 stretch = TRUE
3410 }
3411 }
3412}
3413
3414style "newwave-panel-entry-noir" = "newwave-entry"
3415{ # Nopixmap isn't really the lack of image but just to match with the panel theme name
3416 engine "pixmap"
3417 {
3418
3419 # i'm unsure about these
3420 image
3421 {
3422 function = BOX
3423 recolorable = TRUE
3424 shadow = IN
3425 state = NORMAL
3426 file = "Images/Shadows/entry-shadow-in-panel-noir.png"
3427 border = { 3,3,4,3 }
3428 stretch = TRUE
3429 }
3430 image
3431 {
3432 function = BOX
3433 recolorable = TRUE
3434 shadow = OUT
3435 state = NORMAL
3436 file = "Images/Shadows/entry-shadow-in-panel-noir.png"
3437 border = { 3,3,4,3 }
3438 stretch = TRUE
3439 }
3440 image
3441 {
3442 function = BOX
3443 recolorable = TRUE
3444 shadow = OUT
3445 state = ACTIVE
3446 file = "Images/Shadows/entry-focus-panel-noir.png"
3447 border = { 2,2,2,2 }
3448 stretch = TRUE
3449 }
3450 image
3451 {
3452 function = BOX
3453 recolorable = TRUE
3454 shadow = IN
3455 state = INSENSITIVE
3456 file = "Images/Shadows/entry-focus-panel-noir.png"
3457 border = { 2,2,2,2 }
3458 stretch = TRUE
3459 }
3460
3461
3462 # Glow image when selected
3463 image
3464 {
3465 function = FOCUS
3466 recolorable = TRUE
3467 detail = "entry"
3468 file = "Images/Shadows/entry-focus-panel-noir.png"
3469 border = {3, 3, 4, 3}
3470 stretch = TRUE
3471 }
3472
3473 # the actual textbox in normal state
3474 image
3475 {
3476 function = SHADOW
3477 detail = "entry"
3478 shadow = IN
3479 state = NORMAL
3480 recolorable = FALSE
3481 file = "Images/Shadows/entry-shadow-in-panel-noir.png"
3482 border = { 2,2,2,2 }
3483 stretch = TRUE
3484 }
3485 }
3486}
30603487
3061#=========================================================3488#=========================================================
3062# Task list3489# Task list
@@ -3430,6 +3857,16 @@
3430 file = "Images/Tree/selected-active.png"3857 file = "Images/Tree/selected-active.png"
3431 stretch = TRUE3858 stretch = TRUE
3432 }3859 }
3860
3861 image
3862 {
3863 function = SHADOW
3864 shadow = IN
3865 recolorable = TRUE
3866 file = "Images/Tree/shadow-in.png"
3867 border = { 2, 2, 3, 2}
3868 stretch = TRUE
3869 }
3433 }3870 }
3434}3871}
34353872
@@ -3667,7 +4104,7 @@
3667 recolorable = TRUE4104 recolorable = TRUE
3668 detail = "tab"4105 detail = "tab"
3669 file = "Images/Tabs/tab-top-active.png"4106 file = "Images/Tabs/tab-top-active.png"
3670 border = { 3, 3, 5, 1}4107 border = { 3, 3,10, 1}
3671 stretch = TRUE4108 stretch = TRUE
3672 gap_side = BOTTOM4109 gap_side = BOTTOM
3673 }4110 }
@@ -3824,6 +4261,13 @@
3824 ythickness = 04261 ythickness = 0
3825 4262
3826 bg[NORMAL] = @bg_color4263 bg[NORMAL] = @bg_color
4264
4265 fg[NORMAL] = "#404040"
4266 fg[PRELIGHT] = "#262626"
4267 fg[INSENSITIVE] = "#4D4D4D"
4268 text[NORMAL] = "#404040"
4269 text[PRELIGHT] = "#262626"
4270 text[INSENSITIVE] = "#4D4D4D"
3827 #fg[ACTIVE] = shade (0.8, @bg_color)4271 #fg[ACTIVE] = shade (0.8, @bg_color)
3828 #text[NORMAL] = shade (0.8, @bg_color)4272 #text[NORMAL] = shade (0.8, @bg_color)
3829 4273
@@ -3853,7 +4297,7 @@
3853 #}4297 #}
3854}4298}
38554299
3856style "newwave-hscale"4300style "newwave-hscale" = "newwave-scale"
3857{4301{
3858 #engine "clearlooks"4302 #engine "clearlooks"
3859 #{4303 #{
@@ -3861,7 +4305,7 @@
3861 #}4305 #}
3862}4306}
38634307
3864style "newwave-vscale"4308style "newwave-vscale" = "newwave-scale"
3865{4309{
3866 #engine "clearlooks"4310 #engine "clearlooks"
3867 #{4311 #{
@@ -4022,7 +4466,7 @@
4022#---NWC-START---#4466#---NWC-START---#
40234467
4024#widget_class "*Fix*MenuBar*" style :highest "newwave-menubar-light"4468#widget_class "*Fix*MenuBar*" style :highest "newwave-menubar-light"
40254469#1A1A1A
4026#---NWC-END---#4470#---NWC-END---#
40274471
4028style "newwave-menu-notop" 4472style "newwave-menu-notop"
@@ -4030,12 +4474,12 @@
4030 xthickness = 14474 xthickness = 1
4031 ythickness = 3 4475 ythickness = 3
4032 4476
4033 bg[NORMAL] = "#F7F7F7"4477 bg[NORMAL] = "#F2F2F2"
4034 4478
4035 base[NORMAL] = "#F7F7F7"4479 base[NORMAL] = "#F2F2F2" #"#F7F7F7"
4036 4480
4037 fg[NORMAL] = shade(0.3, "#696969")4481 fg[NORMAL] = "#171717" #shade(0.3, "#696969")
4038 fg[PRELIGHT] = @text_color4482 fg[PRELIGHT] = "#141414"
4039 fg[ACTIVE] = @text_color4483 fg[ACTIVE] = @text_color
4040 fg[SELECTED] = @text_color4484 fg[SELECTED] = @text_color
4041 4485
@@ -4342,15 +4786,62 @@
4342 #@autho:gp@ Improve consistency between metacity-frame and application active in taskbar.4786 #@autho:gp@ Improve consistency between metacity-frame and application active in taskbar.
4343 bg[ACTIVE] = shade(1.02, "#696969") #bg[ACTIVE] = shade(2.5, "#424242")4787 bg[ACTIVE] = shade(1.02, "#696969") #bg[ACTIVE] = shade(2.5, "#424242")
4344 #@autho:gp@ Improve consistency between active-menu-item and menu-background.4788 #@autho:gp@ Improve consistency between active-menu-item and menu-background.
4345 bg[SELECTED] = shade ( 1.60, @bg_color) #bg[SELECTED] = shade(3.2, "#424242")4789 bg[SELECTED] = "#989594" #bg[SELECTED] = shade(3.2, "#424242")
4346 4790
4347 bg_pixmap[NORMAL] = "Images/Panel/PanelBarLong.png"4791 bg_pixmap[NORMAL] = "Images/Panel/PanelBarLong.png"
4348 4792
4349}4793}
43504794
4351style "panel-nopixmap" = "panel"4795style "panel-nopixmap" = "newwave-default"
4352{ 4796{
4353 bg_pixmap[NORMAL] = "Images/Others/null.png"4797 fg[NORMAL] = shade(0.97, @bg_color) #mix(0.70, lighter(@selected_bg_color), @bg_color)
4798 fg[PRELIGHT] =@text_color # lighter(mix(0.90, lighter(@selected_bg_color), @bg_color))
4799 #@autho:gp@ Improve consistency between metacity-frame and application active in taskbar.
4800 fg[ACTIVE] = @base_color # @text_color # lighter(mix(0.50, lighter(@selected_bg_color), @bg_color))
4801
4802 # @author:dilomo@
4803 #dark color from v0.1 : "#4C4D4E"
4804 #dark color from v0.1.1 : "#424242"
4805 bg[NORMAL] = "#3a3a3a" #This is dark gray
4806 # @author:gp@ Same color as item selected of taskbar menu.
4807 bg[PRELIGHT] = shade ( 1.60, @bg_color) #shade(3.0, "#424242")
4808 #@autho:gp@ Improve consistency between metacity-frame and application active in taskbar.
4809 bg[ACTIVE] = shade(1.02, "#696969") #bg[ACTIVE] = shade(2.5, "#424242")
4810 #@autho:gp@ Improve consistency between active-menu-item and menu-background.
4811 bg[SELECTED] = "#989594" #bg[SELECTED] = shade(3.2, "#424242")
4812}
4813
4814# Extra panel themes for the New Wave Configurator
4815style "panel-light" = "panel"
4816{
4817 fg[NORMAL] = "#2B2B2B"
4818 fg[PRELIGHT] = "#000000"
4819 fg[ACTIVE] = @fg_color
4820
4821 bg[NORMAL] = "#E8E8E8"
4822 bg[INSENSITIVE] = "#E8E8E8"
4823 bg[ACTIVE] = "#E8E8E8"
4824 bg[SELECTED] = "#E8E8E8"
4825 bg[PRELIGHT] = "#E8E8E8"
4826
4827 bg_pixmap[NORMAL] = "Images/Panel/PanelBarLongLight.png"
4828}
4829
4830style "panel-black" = "panel"
4831{
4832 fg[NORMAL] = "#BFBFBF"
4833 fg[PRELIGHT] = "#000000"
4834
4835 bg[NORMAL] = "#212121"
4836 bg[INSENSITIVE] = "#212121"
4837}
4838
4839style "panel-blue" = "panel"
4840{
4841 fg[NORMAL] = shade(0.97, @bg_color)
4842
4843 bg[NORMAL] = "#3D6490"
4844 bg[SELECTED] = "#99A4AB"
4354}4845}
43554846
4356#=========================================================4847#=========================================================
@@ -4444,6 +4935,10 @@
4444{4935{
4445 bg[NORMAL] = "#E5D0C3"4936 bg[NORMAL] = "#E5D0C3"
4446 bg[INSENSITIVE] ="#E5D0C3"4937 bg[INSENSITIVE] ="#E5D0C3"
4938
4939 fg[NORMAL] = "#2F2F2F"
4940 text[NORMAL] = "#2F2F2F"
4941 text[PRELIGHT] = "#292929"
4447 engine "pixmap" {4942 engine "pixmap" {
4448 4943
4449 image4944 image
@@ -4471,6 +4966,7 @@
4471 }4966 }
4472 }4967 }
4473}4968}
4969# Not used
4474style "newwave-nautilus-location-text"4970style "newwave-nautilus-location-text"
4475{4971{
4476 bg[NORMAL] = mix(0.70, shade (1.05,"#696969"), @bg_color)4972 bg[NORMAL] = mix(0.70, shade (1.05,"#696969"), @bg_color)
@@ -4510,18 +5006,17 @@
4510 bg[NORMAL] = "#696969"5006 bg[NORMAL] = "#696969"
4511}5007}
45125008
4513# @author:dilomo@ This has to fix the Appearance manager crash5009style "newwave-radiocheck" = "newwave-default"
4514#style "newwave-window"5010{
5011 text[PRELIGHT] = @base_color # Text on Mouseover
5012}
5013
5014
5015#style "newwave-infobar"
4515#{5016#{
4516# bg_pixmap[NORMAL] = "Images/Others/null.png"5017#error_bg_color = "#000000"
4517#}5018#}
45185019#class "GtkInfoBar" style "newwave-infobar"
4519style "newwave-radiocheck" = "newwave-default"
4520{
4521 text[PRELIGHT] = @base_color # Text on Mouseover
4522}
4523
4524
45255020
45265021
4527#=========================================================5022#=========================================================
@@ -4556,7 +5051,7 @@
4556class "GtkOldEditable" style "newwave-entry"5051class "GtkOldEditable" style "newwave-entry"
4557class "GtkToolbar" style "newwave-toolbar" 5052class "GtkToolbar" style "newwave-toolbar"
4558class "GtkRange" style "newwave-range"5053class "GtkRange" style "newwave-range"
4559class "GtkSpinButton" style : highest "newwave-spinbutton"5054class "GtkSpinButton" style "newwave-spinbutton"
4560class "GtkScale" style "newwave-scale"5055class "GtkScale" style "newwave-scale"
4561class "GtkVScale" style "newwave-vscale"5056class "GtkVScale" style "newwave-vscale"
4562class "GtkHScale" style "newwave-hscale"5057class "GtkHScale" style "newwave-hscale"
@@ -4586,11 +5081,11 @@
4586widget_class "*<GtkButton>" style "newwave-button"5081widget_class "*<GtkButton>" style "newwave-button"
4587widget_class "*<GtkLinkButton>" style : highest "newwave-toolbuttons"5082widget_class "*<GtkLinkButton>" style : highest "newwave-toolbuttons"
4588widget_class "*<GtkNotebook>" style "newwave-notebook"5083widget_class "*<GtkNotebook>" style "newwave-notebook"
4589widget_class "*<GtkStatusbar>*" style "newwave-statusbar"5084# : highest needed for nautilus and other apps to have all gray text
5085widget_class "*<GtkStatusbar>*" style : highest "newwave-statusbar"
45905086
45915087
4592widget_class "*<GtkComboBoxEntry>*" style "newwave-comboboxentry"5088widget_class "*<GtkComboBoxEntry>*" style "newwave-comboboxentry"
4593# TODO : compat testing
4594widget_class "*<GtkCombo>*" style "newwave-comboboxentry"5089widget_class "*<GtkCombo>*" style "newwave-comboboxentry"
4595widget_class "*<GtkMenu>*" style "newwave-menu"5090widget_class "*<GtkMenu>*" style "newwave-menu"
4596class "*GtkMenubar*.<GtkMenu>" style : highest "newwave-menu-notop"5091class "*GtkMenubar*.<GtkMenu>" style : highest "newwave-menu-notop"
@@ -4609,9 +5104,8 @@
4609widget_class "*GtkMenuToolButton*" style : highest "newwave-toolbuttons"5104widget_class "*GtkMenuToolButton*" style : highest "newwave-toolbuttons"
4610widget_class "*GtkToolbar*Button" style : highest "newwave-toolbuttons"5105widget_class "*GtkToolbar*Button" style : highest "newwave-toolbuttons"
46115106
4612widget_class "<SpinButton>" style : highest "newwave-spinbutton"5107widget_class "*<SpinButton>*" style : highest "newwave-spinbutton"
4613widget_class "*GtkSpinButton*.*Entry*" style : highest "newwave-spinbutton"5108widget_class "*<GtkSpinButton>*" style : highest "newwave-spinbutton"
4614
46155109
46165110
4617# @author:dilomo@ Here "*<GtkMenu>.<GtkMenuItem>*" GtkMenu is used 5111# @author:dilomo@ Here "*<GtkMenu>.<GtkMenuItem>*" GtkMenu is used
@@ -4623,7 +5117,11 @@
4623widget_class "*<GtkSeparatorMenuItem>*" style "newwave-separator-menu-item"5117widget_class "*<GtkSeparatorMenuItem>*" style "newwave-separator-menu-item"
46245118
4625widget_class "*.<GtkFrame>.<GtkLabel>" style "newwave-frame-title"5119widget_class "*.<GtkFrame>.<GtkLabel>" style "newwave-frame-title"
4626widget_class "*.<GtkFrame>.*" style "newwave-frame"5120widget_class "*.<GtkFrame>*" style "newwave-frame"
5121widget_class "*Gedit*.<GtkFrame>*" style "newwave-frame-gedit"
5122# make frame of system monitor look better
5123widget_class "*PanelApplet*.<GtkFrame>*" style "newwave-frame-panel"
5124widget_class "*Gedit*.*Notify*" style "newwave-tooltips"
4627widget_class "*.<GtkTreeView>*" style "newwave-treeview"5125widget_class "*.<GtkTreeView>*" style "newwave-treeview"
4628widget_class "*.GtkFrame.GtkScrolledWindow.GtkTreeView" style "newwave-treeview"5126widget_class "*.GtkFrame.GtkScrolledWindow.GtkTreeView" style "newwave-treeview"
46295127
@@ -4668,7 +5166,7 @@
4668# Special case the nautilus-extra-view-widget5166# Special case the nautilus-extra-view-widget
4669# ToDo: A more generic approach for all applications that have a widget like this.5167# ToDo: A more generic approach for all applications that have a widget like this.
4670widget "*.nautilus-extra-view-widget*" style : highest "newwave-nautilus-location"5168widget "*.nautilus-extra-view-widget*" style : highest "newwave-nautilus-location"
4671widget "*.nautilus-extra-view-widget" style : highest "newwave-nautilus-location"5169widget "*.nautilus-extra-view-widget" style : highest "newwave-nautilus-location"
46725170
4673#widget_class "*MozillaGtkWidget*MenuBar*" style :highest "newwave-menubar"#-mozilla"5171#widget_class "*MozillaGtkWidget*MenuBar*" style :highest "newwave-menubar"#-mozilla"
4674#widget "MozillaGtkWidget*Menu*" style :highest "newwave-menu-item-mozilla"5172#widget "MozillaGtkWidget*Menu*" style :highest "newwave-menu-item-mozilla"
@@ -4730,6 +5228,17 @@
4730 }5228 }
4731}5229}
47325230
5231style "nautilus-splitter"
5232{
5233
5234 bg[NORMAL] = "#ffffff"
5235 bg[PRELIGHT] = "#ECECEC"
5236 engine "mist" {}
5237}
5238
5239#widget "NautilusNavigationWindow.*.NautilusHorizontalSplitter" style "nautilus-splitter"
5240
5241
4733style "newwave-nautilus-sidebar-handles"5242style "newwave-nautilus-sidebar-handles"
4734{5243{
4735 engine "pixmap"5244 engine "pixmap"
@@ -4777,6 +5286,7 @@
4777}5286}
47785287
4779widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.GtkNotebook.*" style "newwave-nautilus-sidebar"5288widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.GtkNotebook.*" style "newwave-nautilus-sidebar"
5289widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.*" style "newwave-nautilus-sidebar"
4780#widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.*" style "newwave-nautilus-sidebar-handles"5290#widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.*" style "newwave-nautilus-sidebar-handles"
4781widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.GtkNotebook.*Tree*" style "newwave-treeview-nautilus-sidebar"5291widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.GtkNotebook.*Tree*" style "newwave-treeview-nautilus-sidebar"
47825292
@@ -4785,7 +5295,8 @@
4785{5295{
4786 #bg[NORMAL] = "##FFE68D"5296 #bg[NORMAL] = "##FFE68D"
4787 #base[NORMAL] = "#FF9E9E"5297 #base[NORMAL] = "#FF9E9E"
4788 bg_pixmap[NORMAL] = "Images/MenuMenubar/combomenu.png"5298 #bg_pixmap
5299
4789}5300}
4790#widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.*FM*View.*" style "newwave-nautilus-filemanager"5301#widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.*FM*View.*" style "newwave-nautilus-filemanager"
47915302
@@ -4855,7 +5366,6 @@
4855widget "*.gtk-combobox-popup-menu" style :highest "newwave-popupmenu-workaround"5366widget "*.gtk-combobox-popup-menu" style :highest "newwave-popupmenu-workaround"
48565367
48575368
4858
4859# Work around the usage of GtkLabel inside GtkListItems to display text.5369# Work around the usage of GtkLabel inside GtkListItems to display text.
4860# This breaks because the label is shown on a background that is based on the5370# This breaks because the label is shown on a background that is based on the
4861# base color set.5371# base color set.
@@ -4968,10 +5478,12 @@
4968#=========================================================5478#=========================================================
4969# Panel Matches 5479# Panel Matches
4970#=========================================================5480#=========================================================
49715481#---NWC-START---#
49725482# Match the entries that might appear in the gnome panel as well as the dictionary applet
49735483widget_class "*Panel*Entry*" style "newwave-panel-entry"
4974class "*Mail*" style "panel"5484widget_class "*GdictApp*Entry*" style "newwave-panel-entry"
5485
5486class "*Panel*Mail*" style "panel"
4975class "*Tray*" style "panel"5487class "*Tray*" style "panel"
4976class "*tray*" style "panel"5488class "*tray*" style "panel"
4977widget_class "*Tray*" style "panel"5489widget_class "*Tray*" style "panel"
@@ -4986,7 +5498,8 @@
4986widget "*PanelApplet*" style "panel"5498widget "*PanelApplet*" style "panel"
4987class "PanelApp*" style "panel"5499class "PanelApp*" style "panel"
4988class "PanelToplevel*" style "panel"5500class "PanelToplevel*" style "panel"
4989widget_class "*Mail*" style "panel"5501# use this to fix Evolution proiblem
5502widget_class "*Panel*Mail*" style "panel"
4990widget_class "*Netstatus*" style "panel"5503widget_class "*Netstatus*" style "panel"
4991widget_class "*Tomboy*Tray*" style "panel"5504widget_class "*Tomboy*Tray*" style "panel"
4992widget "*fast-user-switch*" style "panel"5505widget "*fast-user-switch*" style "panel"
@@ -5001,7 +5514,7 @@
5001#(TODO:) Fixed with larger image but if the drawer is 5514#(TODO:) Fixed with larger image but if the drawer is
5002#bigger than the image the ugly repeating will appear5515#bigger than the image the ugly repeating will appear
5003#5516#
5004#widget_class "*DrawerApplet*" style "panel-nopixmap"5517#widget_class "*DrawerApplet*" style "panel"
50055518
5006widget_class "*Panel*GtkToggleButton" style "newwave-panelbuttons"5519widget_class "*Panel*GtkToggleButton" style "newwave-panelbuttons"
5007widget "*.tasklist-button" style "newwave-panelbuttons"5520widget "*.tasklist-button" style "newwave-panelbuttons"
@@ -5009,7 +5522,7 @@
5009widget_class "*Xfce*Panel*.GtkToggleButton" style "newwave-panelbuttons"5522widget_class "*Xfce*Panel*.GtkToggleButton" style "newwave-panelbuttons"
5010widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "newwave-panelbuttons"5523widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "newwave-panelbuttons"
50115524
5012
5013# @author:dilomo@ Only testing this as it is alpha software. 5525# @author:dilomo@ Only testing this as it is alpha software.
5014#widget "*.globalmenu-applet-eventbox" style : highest "panel"5526#widget "*.globalmenu-applet-eventbox" style : highest "panel"
50155527
5528#---NWC-END---#
50165529
=== modified file 'New Wave/gtk-2.0/Images/Buttons/button-prelight.png'
5017Binary files New Wave/gtk-2.0/Images/Buttons/button-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Buttons/button-prelight.png 2010-03-01 02:27:14 +0000 differ5530Binary files New Wave/gtk-2.0/Images/Buttons/button-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Buttons/button-prelight.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Lines/line-h.png'
5018Binary files New Wave/gtk-2.0/Images/Lines/line-h.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Lines/line-h.png 2010-03-01 02:27:14 +0000 differ5531Binary files New Wave/gtk-2.0/Images/Lines/line-h.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Lines/line-h.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/MenuMenubar/menuitem.png'
5019Binary files New Wave/gtk-2.0/Images/MenuMenubar/menuitem.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/MenuMenubar/menuitem.png 2010-03-01 02:27:14 +0000 differ5532Binary files New Wave/gtk-2.0/Images/MenuMenubar/menuitem.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/MenuMenubar/menuitem.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Others/focus.png'
5020Binary files New Wave/gtk-2.0/Images/Others/focus.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Others/focus.png 2010-03-01 02:27:14 +0000 differ5533Binary files New Wave/gtk-2.0/Images/Others/focus.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Others/focus.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/frame-panel.png'
5021Binary files New Wave/gtk-2.0/Images/Others/frame-panel.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/frame-panel.png 2010-03-01 02:27:14 +0000 differ5534Binary files New Wave/gtk-2.0/Images/Others/frame-panel.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/frame-panel.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/iconview-item.png'
5022Binary files New Wave/gtk-2.0/Images/Others/iconview-item.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/iconview-item.png 2010-03-01 02:27:14 +0000 differ5535Binary files New Wave/gtk-2.0/Images/Others/iconview-item.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/iconview-item.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-error.png'
5023Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-error.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-error.png 2010-03-01 02:27:14 +0000 differ5536Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-error.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-error.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-question.png'
5024Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-question.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-question.png 2010-03-01 02:27:14 +0000 differ5537Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-question.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-question.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-warning.png'
5025Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-warning.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-warning.png 2010-03-01 02:27:14 +0000 differ5538Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-warning.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay-warning.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay.png'
5026Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay.png 2010-03-01 02:27:14 +0000 differ5539Binary files New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/nautilus-infobar-overlay.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/windowbg.png'
5027Binary files New Wave/gtk-2.0/Images/Others/windowbg.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/windowbg.png 2010-03-01 02:27:14 +0000 differ5540Binary files New Wave/gtk-2.0/Images/Others/windowbg.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/windowbg.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Others/windtop.png'
5028Binary files New Wave/gtk-2.0/Images/Others/windtop.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/windtop.png 2010-03-01 02:27:14 +0000 differ5541Binary files New Wave/gtk-2.0/Images/Others/windtop.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Others/windtop.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Panel/PanelBarLongLight.png'
5029Binary files New Wave/gtk-2.0/Images/Panel/PanelBarLongLight.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Panel/PanelBarLongLight.png 2010-03-01 02:27:14 +0000 differ5542Binary files New Wave/gtk-2.0/Images/Panel/PanelBarLongLight.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Panel/PanelBarLongLight.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Panel/p-active-prelight.png'
5030Binary files New Wave/gtk-2.0/Images/Panel/p-active-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-active-prelight.png 2010-03-01 02:27:14 +0000 differ5543Binary files New Wave/gtk-2.0/Images/Panel/p-active-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-active-prelight.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Panel/p-active.png'
5031Binary files New Wave/gtk-2.0/Images/Panel/p-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-active.png 2010-03-01 02:27:14 +0000 differ5544Binary files New Wave/gtk-2.0/Images/Panel/p-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-active.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Panel/p-prelight.png'
5032Binary files New Wave/gtk-2.0/Images/Panel/p-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-prelight.png 2010-03-01 02:27:14 +0000 differ5545Binary files New Wave/gtk-2.0/Images/Panel/p-prelight.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Panel/p-prelight.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png'
5033Binary files New Wave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2010-03-01 02:27:14 +0000 differ5546Binary files New Wave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/ProgressBar/over-progressbar-horiz.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Scrollbars/shadow-in-gcalctool.png'
5034Binary files New Wave/gtk-2.0/Images/Scrollbars/shadow-in-gcalctool.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Scrollbars/shadow-in-gcalctool.png 2010-03-01 02:27:14 +0000 differ5547Binary files New Wave/gtk-2.0/Images/Scrollbars/shadow-in-gcalctool.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Scrollbars/shadow-in-gcalctool.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-blue.png'
5035Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-blue.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-blue.png 2010-03-01 02:27:14 +0000 differ5548Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-blue.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-blue.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-noir.png'
5036Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-noir.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-noir.png 2010-03-01 02:27:14 +0000 differ5549Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-noir.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-noir.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-nopixmap.png'
5037Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-nopixmap.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-nopixmap.png 2010-03-01 02:27:14 +0000 differ5550Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-nopixmap.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel-nopixmap.png 2010-03-01 02:27:14 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Shadows/entry-focus-panel.png'
5038Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel.png 2010-03-01 02:27:14 +0000 differ5551Binary files New Wave/gtk-2.0/Images/Shadows/entry-focus-panel.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-focus-panel.png 2010-03-01 02:27:14 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-blue.png'
5039Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-blue.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-blue.png 2010-03-01 02:27:15 +0000 differ5552Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-blue.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-blue.png 2010-03-01 02:27:15 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-noir.png'
5040Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-noir.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-noir.png 2010-03-01 02:27:15 +0000 differ5553Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-noir.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-noir.png 2010-03-01 02:27:15 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-nopixmap.png'
5041Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-nopixmap.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-nopixmap.png 2010-03-01 02:27:15 +0000 differ5554Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-nopixmap.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel-nopixmap.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel.png'
5042Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel.png 2010-03-01 02:27:15 +0000 differ5555Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in-panel.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Shadows/entry-shadow-in.png'
5043Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2010-03-01 02:27:15 +0000 differ5556Binary files New Wave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Shadows/entry-shadow-in.png 2010-03-01 02:27:15 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Shadows/shadow-etched-out-panel.png'
5044Binary files New Wave/gtk-2.0/Images/Shadows/shadow-etched-out-panel.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/shadow-etched-out-panel.png 2010-03-01 02:27:15 +0000 differ5557Binary files New Wave/gtk-2.0/Images/Shadows/shadow-etched-out-panel.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Shadows/shadow-etched-out-panel.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Spin/spin-down-bg.png'
5045Binary files New Wave/gtk-2.0/Images/Spin/spin-down-bg.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/spin-down-bg.png 2010-03-01 02:27:15 +0000 differ5558Binary files New Wave/gtk-2.0/Images/Spin/spin-down-bg.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/spin-down-bg.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Spin/spin-up-bg.png'
5046Binary files New Wave/gtk-2.0/Images/Spin/spin-up-bg.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/spin-up-bg.png 2010-03-01 02:27:15 +0000 differ5559Binary files New Wave/gtk-2.0/Images/Spin/spin-up-bg.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/spin-up-bg.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Spin/text-entry.png' (properties changed: +x to -x)
5047Binary files New Wave/gtk-2.0/Images/Spin/text-entry.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/text-entry.png 2010-03-01 02:27:15 +0000 differ5560Binary files New Wave/gtk-2.0/Images/Spin/text-entry.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Spin/text-entry.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Tabs/tab-top-active.png'
5048Binary files New Wave/gtk-2.0/Images/Tabs/tab-top-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Tabs/tab-top-active.png 2010-03-01 02:27:15 +0000 differ5561Binary files New Wave/gtk-2.0/Images/Tabs/tab-top-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Tabs/tab-top-active.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/Images/Tree/selected-active.png'
5049Binary files New Wave/gtk-2.0/Images/Tree/selected-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Tree/selected-active.png 2010-03-01 02:27:15 +0000 differ5562Binary files New Wave/gtk-2.0/Images/Tree/selected-active.png 2009-08-08 02:13:58 +0000 and New Wave/gtk-2.0/Images/Tree/selected-active.png 2010-03-01 02:27:15 +0000 differ
=== added file 'New Wave/gtk-2.0/Images/Tree/shadow-in.png'
5050Binary files New Wave/gtk-2.0/Images/Tree/shadow-in.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Tree/shadow-in.png 2010-03-01 02:27:15 +0000 differ5563Binary files New Wave/gtk-2.0/Images/Tree/shadow-in.png 1970-01-01 00:00:00 +0000 and New Wave/gtk-2.0/Images/Tree/shadow-in.png 2010-03-01 02:27:15 +0000 differ
=== modified file 'New Wave/gtk-2.0/gtkrc'
--- New Wave/gtk-2.0/gtkrc 2009-08-08 02:13:58 +0000
+++ New Wave/gtk-2.0/gtkrc 2010-03-01 02:27:14 +0000
@@ -1,7 +1,7 @@
1#1#
2#==========================================2#==================================================================
3# New Wave Pixmap Theme3# New Wave Pixmap Theme
4#==========================================4#==================================================================
5#5#
6# 6#
7# Based on: Ubuntu Human-Clearlooks7# Based on: Ubuntu Human-Clearlooks
@@ -12,20 +12,24 @@
12# Former Authors:12# Former Authors:
13# Giuseppe Pennisi <giupenni78@gmail.com>13# Giuseppe Pennisi <giupenni78@gmail.com>
14#14#
15# Feel free to modify and share!15# Licensed under Creative Commons 3.0 Attribution-Share Alike
16# Licensed under Creative Commons 3.0 Attribution-Noncommercial-Share Alike16
17# You MUST attribute the derivative themes as:
18# "Based on the New Wave theme created by Anton Kerezov (dilomo)"
19# as well as provide a link to the original.
20#==================================================================
17#21#
18#---NWC-START---#22#---NWC-START---#
19# Version: 0.8.1 [29/07/09]23# Version: 0.8.2 [12/12/2009]
2024
2125
22# Default color values used in Appearance Manager26# Default color values used in Appearance Manager
23gtk_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"27gtk_color_scheme = "fg_color: #1A1A1A\nbg_color: #E5E5E5\nbase_color: #FFFFFF\ntext_color: #171717\nselected_bg_color:#FFB886\nselected_fg_color: #1D1D1D\ntooltip_bg_color:#FFE6C4\ntooltip_fg_color:#452222"
24# so that we can use pulsation on windows that need attention28gtk-enable-animations = 1 # so that we can use pulsation on windows that need attention
25gtk-enable-animations = 1 29# This value has to be less than 990 for Rhythmbox to work (tooltips updating in 1 sec. intervals)
26# This value has to be less than 990 for Rhythmbox to work (tooltips updating in 1sec intervals)
27gtk-tooltip-timeout = 97030gtk-tooltip-timeout = 970
2831
32
29#---NWC-END---#33#---NWC-END---#
3034
31#=========================================================35#=========================================================
@@ -35,7 +39,7 @@
35{39{
36 xthickness = 140 xthickness = 1
37 ythickness = 141 ythickness = 1
3842
39 #=========================================================43 #=========================================================
40 # General Style Properties44 # General Style Properties
41 #=========================================================45 #=========================================================
@@ -68,7 +72,7 @@
68 # These lines enable the New Wave Configurator to modify them. Do not remove or change!72 # These lines enable the New Wave Configurator to modify them. Do not remove or change!
69 73
70 GtkScrollbar ::has-backward-stepper = 174 GtkScrollbar ::has-backward-stepper = 1
71 GtkScrollbar ::has-forward-stepper = 175 GtkScrollbar ::has-forward-stepper = 1
72 GtkScrollbar ::has-secondary-backward-stepper = 076 GtkScrollbar ::has-secondary-backward-stepper = 0
73 GtkScrollbar ::has-secondary-forward-stepper = 077 GtkScrollbar ::has-secondary-forward-stepper = 0
74 #---NWC-END---#78 #---NWC-END---#
@@ -83,6 +87,7 @@
83 GtkMenu ::vertical-padding = 187 GtkMenu ::vertical-padding = 1
84 GtkMenu ::horizontal-offset = -188 GtkMenu ::horizontal-offset = -1
85 89
90
86 GtkExpander ::expander-size = 1691 GtkExpander ::expander-size = 16
87 92
88 GtkToolbar ::internal-padding = 293 GtkToolbar ::internal-padding = 2
@@ -98,14 +103,31 @@
98 103
99 GtkProgressBar ::shadow-type = GTK_SHADOW_NONE104 GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
100 105
106
107 #benzea: dilomo: BOX
108 #benzea: and the detail string is one of a couple
109
110 #benzea: "infobar-info",
111 #benzea: "infobar-warning",
112 #benzea: "infobar-question",
113 #benzea: "infobar-error",
114 #benzea: "infobar"
115
101 #---NWC-START---#116 #---NWC-START---#
117 #Values used in the New Wave Configurator
118
102 GtkWidget ::cursor-aspect-ratio = 0.05119 GtkWidget ::cursor-aspect-ratio = 0.05
103 120
104 # This is the pulsating rect that appears on newly launched apps 121 # This is the pulsating rect that appears on newly launched apps
105 WnckTasklist ::fade-overlay-rect = 1122 WnckTasklist ::fade-overlay-rect = 1
106 WnckTasklist ::fade-opacity = 0.6123 WnckTasklist ::fade-opacity = 0.6
107 124
108 NautilusIconContainer::highlight_alpha= 145125 NautilusIconContainer::highlight_alpha= 120
126
127 # The rect. when you drag the mouse to select several files
128 NautilusIconContainer::selection_box_color = "#EF9D6E"
129 NautilusIconContainer::selection_box_alpha = 60
130
109 #---NWC-END---#131 #---NWC-END---#
110132
111 fg[NORMAL] = @fg_color133 fg[NORMAL] = @fg_color
@@ -116,14 +138,14 @@
116138
117 bg[NORMAL] = @bg_color139 bg[NORMAL] = @bg_color
118 bg[PRELIGHT] = shade (1.02, @bg_color)140 bg[PRELIGHT] = shade (1.02, @bg_color)
119 bg[SELECTED] = mix (0.25, @fg_color, @selected_bg_color)141 bg[SELECTED] = @selected_bg_color #mix (0.25, @fg_color, @selected_bg_color)
120 bg[INSENSITIVE] = @bg_color142 bg[INSENSITIVE] = @bg_color
121 bg[ACTIVE] = shade (0.9, @bg_color)143 bg[ACTIVE] = shade (0.9, @bg_color)
122144
123 base[NORMAL] = @base_color145 base[NORMAL] = @base_color
124 base[PRELIGHT] = shade (0.95, @bg_color)146 base[PRELIGHT] = shade (0.95, @bg_color)
125 base[ACTIVE] = shade (0.90, @bg_color)147 base[ACTIVE] = shade (0.90, @bg_color)
126 base[SELECTED] = mix(0.50, shade (1.05,@selected_bg_color), @tooltip_bg_color)148 base[SELECTED] = @selected_bg_color #mix(0.50, shade (1.05,@selected_bg_color), @tooltip_bg_color)
127 base[INSENSITIVE] = @bg_color149 base[INSENSITIVE] = @bg_color
128150
129 text[NORMAL] = @text_color151 text[NORMAL] = @text_color
@@ -132,9 +154,76 @@
132 text[SELECTED] = @selected_fg_color154 text[SELECTED] = @selected_fg_color
133 text[INSENSITIVE] = darker (@bg_color)155 text[INSENSITIVE] = darker (@bg_color)
134 156
157 # Colors for the GtkInfobar themeing if you
158 # don't want to theme them with images
159
160 #color["error_bg_color"] = "black"
161 #color["error_fg_color"] = "white"
162
163 #color["info_bg_color"] = "#9EDDFF"
164 #color["info_fg_color"] = "#ffffff"
165
166 #color["warning_bg_color"] = "black"
167 #color["warning_fg_color"] = "white"
168
169 #color["question_bg_color"] = "black"
170 #color["question_fg_color"] = "white"
171
172 #color["other_bg_color"] = "black"
173 #color["other_fg_color"] = "white"
174
135 175
136 engine "pixmap"176 engine "pixmap"
137 {177 {
178 # Info Bar
179
180 image
181 {
182 function = BOX
183 recolorable = TRUE
184 detail = "infobar-info"
185 file = "Images/Others/nautilus-infobar-overlay.png"
186 border = { 2, 2, 2, 3}
187 stretch = TRUE
188 }
189
190 image
191 {
192 function = BOX
193 recolorable = TRUE
194 detail = "infobar-warning"
195 file = "Images/Others/nautilus-infobar-overlay-warning.png"
196 border = { 2, 2, 2, 3}
197 stretch = TRUE
198 }
199 image
200 {
201 function = BOX
202 recolorable = TRUE
203 detail = "infobar-error"
204 file = "Images/Others/nautilus-infobar-overlay-error.png"
205 border = { 2, 2, 2, 3}
206 stretch = TRUE
207 }
208 image
209 {
210 function = BOX
211 recolorable = TRUE
212 detail = "infobar-question"
213 file = "Images/Others/nautilus-infobar-overlay-question.png"
214 border = { 2, 2, 2, 3}
215 stretch = TRUE
216 }
217
218 image
219 {
220 function = BOX
221 recolorable = TRUE
222 detail = "infobar"
223 file = "Images/Others/nautilus-infobar-overlay.png"
224 border = { 2, 2, 2, 3}
225 stretch = TRUE
226 }
138 227
139 # Shadows 228 # Shadows
140 229
@@ -184,7 +273,7 @@
184 shadow = IN 273 shadow = IN
185 recolorable = TRUE274 recolorable = TRUE
186 file = "Images/Frame-Gap/frame-in.png"275 file = "Images/Frame-Gap/frame-in.png"
187 border ={ 4, 4, 4,3}276 border ={ 3, 3, 3, 3}
188 stretch = TRUE277 stretch = TRUE
189 gap_start_file = "Images/Frame-Gap/frame-gapstart-in.png"278 gap_start_file = "Images/Frame-Gap/frame-gapstart-in.png"
190 gap_start_border = { 4, 0, 4, 0}279 gap_start_border = { 4, 0, 4, 0}
@@ -201,12 +290,12 @@
201 shadow = OUT290 shadow = OUT
202 recolorable = TRUE291 recolorable = TRUE
203 file = "Images/Frame-Gap/frame-out.png"292 file = "Images/Frame-Gap/frame-out.png"
204 border = { 4, 4, 4, 4}293 border = { 4, 4, 3, 4}
205 stretch = TRUE294 stretch = TRUE
206 gap_start_file = "Images/Frame-Gap/frame-gapstart-out.png"295 gap_start_file = "Images/Frame-Gap/frame-gapstart-out.png"
207 gap_start_border = { 4, 0, 4, 0}296 gap_start_border = { 3, 0, 2, 0}
208 gap_end_file = "Images/Frame-Gap/frame-gapend-out.png"297 gap_end_file = "Images/Frame-Gap/frame-gapend-out.png"
209 gap_end_border = { 0, 4, 4, 0}298 gap_end_border = { 0, 3, 2, 0}
210 gap_side = TOP299 gap_side = TOP
211 }300 }
212 301
@@ -281,7 +370,7 @@
281 orientation = HORIZONTAL370 orientation = HORIZONTAL
282 }371 }
283 372
284 ## vertical handle373 ## Vertical handle
285 image374 image
286 {375 {
287 function = HANDLE376 function = HANDLE
@@ -334,17 +423,17 @@
334 function = HLINE423 function = HLINE
335 recolorable = TRUE424 recolorable = TRUE
336 file = "Images/Lines/line-h.png"425 file = "Images/Lines/line-h.png"
337 #border = { 1, 1, 0, 1 }426 border = { 12, 12, 0, 1 }
338 stretch = TRUE427 stretch = TRUE
339 }428 }
340 429
341 #@author:dilomo@ focus image used on buttons any derivatives (check box, combo and so on) Now obsolate!430 #@author:dilomo@ Focus image used on button's derivatives (check box, combo and so on)
342 image431 image
343 {432 {
344 function = FOCUS433 function = FOCUS
345 recolorable = TRUE434 recolorable = TRUE
346 file = "Images/Others/focus.png"435 file = "Images/Others/focus.png"
347 border = { 2, 2, 2, 2 }436 border = { 6, 6, 6, 6 }
348 stretch = TRUE437 stretch = TRUE
349 }438 }
350 439
@@ -866,7 +955,8 @@
866 ythickness = 3955 ythickness = 3
867}956}
868957
869958style "empty"
959{}
870960
871961
872#=========================================================962#=========================================================
@@ -876,45 +966,154 @@
876#=========================================================966#=========================================================
877967
878968
879969# @author:dilomo@ This has to fix the Appearance manager crash
880style "newwave-window" = "newwave-wide"970style "newwave-window" = "newwave-wide"
881{ 971{
882 engine "pixmap"972 bg_pixmap[NORMAL] = "Images/Others/null.png"
883 {
884 image
885 {
886 function = FLAT_BOX
887 file = "Images/Others/null.png"
888 border = {2, 2, 2, 2}
889 detail = "base"
890 #stretch = TRUE
891
892 }
893 }
894}973}
895974
896# Fix issues with Gedit in the statusbar975
897style "newwave-frame" #= "newwave-wide"976style "newwave-frame" = "newwave-wide"
898{ 977{
899# engine "pixmap"978 # engine "pixmap"
900 # {979 # {
901 # image980 # image
902# {981# {
903# function = SHADOW982# function = SHADOW
904 # file = "Images/Others/frame.png"983 # file = "Images/Others/frame.png"
905 # border = {1, 1, 1, 1}984 ## border = {1, 1, 1, 1}
906# stretch = TRUE985# stretch = TRUE
907#986
908# }987# }
909 # }988 # }
910}989}
911990
991
992# Fix ugly frames with Gedit in the statusbar
993style "newwave-frame-gedit"
994{
995 engine "pixmap"
996 {
997 image
998 {
999
1000 function = SHADOW
1001 file = "Images/Others/null.png"
1002 #border = {1, 1, 1, 1}
1003 #stretch = TRUE
1004
1005 }
1006 }
1007}
1008
1009style "newwave-frame-panel"
1010{
1011 engine "pixmap"
1012 {
1013 image
1014 {
1015
1016 function = SHADOW
1017 file = "Images/Shadows/shadow-etched-out-panel.png"
1018 border = {2, 2, 2, 2}
1019 #stretch = TRUE
1020
1021 }
1022 }
1023}
1024
1025# Cool but the selected state is rather ugly and cannot be themed properly
1026style "newwave-desktop-icon"
1027{
1028#1 for activate
1029NautilusIconContainer::frame_text = 1
1030NautilusIconContainer::light_info_color = "#DADADA"
1031NautilusIconContainer::dark_info_color = "#101010"
1032NautilusIconContainer::prelight_icon_render_mode = 1
1033NautilusIconContainer::activate_prelight_icon_label = 1
1034
1035base[NORMAL] = "black"
1036base[PRELIGHT] = "black"
1037base[SELECTED] = "black" #"#7C3320"
1038base[ACTIVE] = "white"
1039
1040text[NORMAL] = "white"
1041text[PRELIGHT] = "white"
1042text[SELECTED] = "white"
1043NautilusIconContainer::normal_alpha = 60
1044NautilusIconContainer::prelight_alpha = 80
1045NautilusIconContainer::highlight_alpha = 90
1046}
1047
1048style "newwave-desktop-icon-focus"
1049{
1050 engine "pixmap"
1051 {
1052 image
1053 {
1054 function = FOCUS
1055 recolorable = TRUE
1056 file = "Images/Others/focus.png"
1057 border = { 2, 2, 2, 2 }
1058 stretch = TRUE
1059 }
1060 }
1061}
1062
1063#widget_class "*DesktopIcon*" style "newwave-desktop-icon"
1064
1065
1066#=========================================================
1067# Icon View
1068#=========================================================
1069
1070# Theme the iconview selected items
1071style "newwave-iconview"
1072{
1073 #GtkIconView::selection-box-color = "black"
1074 #GtkIconView::selection-box-alpha = 60
1075
1076 engine "pixmap"
1077 {
1078 image
1079 {
1080 function = FLAT_BOX
1081 recolorable = TRUE
1082 file = "Images/Others/iconview-item.png"
1083 border = {3, 3, 3, 3 }
1084 stretch = TRUE
1085 }
1086
1087 }
1088}
1089
1090widget_class "*IconView" style "newwave-iconview"
1091
1092
1093
1094#=========================================================
1095# Assistant (Wizard windows)
1096#=========================================================
1097
1098# Theme properly the assistant
1099style "newwave-assistant"
1100{
1101 bg[SELECTED] ="#9A9A9A"#"#484848"
1102 fg[SELECTED] ="#F3F3F3"# "#ECECEC"
1103}
1104
1105widget_class "*Assistant*" style "newwave-assistant"
1106
1107
1108
912#=========================================================1109#=========================================================
913# Buttons1110# Buttons
914#=========================================================1111#=========================================================
9151112
916style "newwave-button" = "newwave-wider"1113style "newwave-button" = "newwave-wider"
917{ 1114{
1115 #xthickness = 4
1116 #ythickness = 4
9181117
919 bg[NORMAL] = shade (0.98, @bg_color)1118 bg[NORMAL] = shade (0.98, @bg_color)
920 bg[PRELIGHT] = shade (1.04, @bg_color)1119 bg[PRELIGHT] = shade (1.04, @bg_color)
@@ -931,12 +1130,12 @@
931 GtkButton::child_displacement_y = 11130 GtkButton::child_displacement_y = 1
932 1131
933 # Increase because focus padding is zero1132 # Increase because focus padding is zero
934 GtkButton::inner-border = {2, 2, 2, 2}1133 GtkButton::inner-border = {2, 2,2, 2}
935 1134
936 # Use to show glow around default buttons1135 # Use to show glow around default buttons
937 GtkButton::default-border = { 3, 3, 3, 3}1136 GtkButton::default-border = { 3, 3, 3, 3}
938 GtkButton::default-outside-border = { 3, 3, 3, 3}1137 GtkButton::default-outside-border = { 3, 3, 3, 3}
9391138 #GtkWidget::draw-border = {3,3,3,3}
940 1139
941 engine "pixmap"1140 engine "pixmap"
942 {1141 {
@@ -959,8 +1158,9 @@
959 function = BOX1158 function = BOX
960 state = NORMAL1159 state = NORMAL
961 shadow = OUT1160 shadow = OUT
1161
962 file = "Images/Buttons/button-normal.png" 1162 file = "Images/Buttons/button-normal.png"
963 border ={ 4, 4, 4, 4 }1163 border = {4, 4, 4, 4}
964 stretch = TRUE1164 stretch = TRUE
965 }1165 }
9661166
@@ -969,6 +1169,7 @@
969 {1169 {
970 function = BOX1170 function = BOX
971 state = NORMAL1171 state = NORMAL
1172 #shadow = IN
972 detail = "buttondefault"1173 detail = "buttondefault"
973 file = "Images/Buttons/button-default.png" 1174 file = "Images/Buttons/button-default.png"
974 border ={ 4, 4, 4, 4 }1175 border ={ 4, 4, 4, 4 }
@@ -981,7 +1182,7 @@
981 function = BOX1182 function = BOX
982 state = ACTIVE1183 state = ACTIVE
983 file = "Images/Buttons/button-pressed.png"1184 file = "Images/Buttons/button-pressed.png"
984 border = { 4, 4, 4, 4 }1185 border ={4, 4, 4, 4}
985 stretch = TRUE1186 stretch = TRUE
986 }1187 }
987 1188
@@ -995,7 +1196,7 @@
995 recolorable = TRUE1196 recolorable = TRUE
996 shadow = IN1197 shadow = IN
997 file = "Images/Buttons/button-pressed-prelight.png"1198 file = "Images/Buttons/button-pressed-prelight.png"
998 border = { 4, 4, 4, 4 }1199 border = {4, 4, 4, 4}
999 stretch = TRUE1200 stretch = TRUE
1000 }1201 }
1001 #@author:dilomo@ prelight used on normal buttons1202 #@author:dilomo@ prelight used on normal buttons
@@ -1006,7 +1207,7 @@
1006 recolorable = TRUE1207 recolorable = TRUE
1007 shadow = OUT1208 shadow = OUT
1008 file = "Images/Buttons/button-prelight.png"1209 file = "Images/Buttons/button-prelight.png"
1009 border = { 4, 4, 4, 4 }1210 border = {4, 4, 4, 4}
1010 stretch = TRUE1211 stretch = TRUE
1011 }1212 }
1012 1213
@@ -1016,7 +1217,7 @@
1016 state = INSENSITIVE1217 state = INSENSITIVE
1017 shadow = IN1218 shadow = IN
1018 file = "Images/Buttons/button-insensitive-in.png" 1219 file = "Images/Buttons/button-insensitive-in.png"
1019 border = { 4, 4, 4, 4 }1220 border = {4, 4, 4, 4}
1020 stretch = TRUE1221 stretch = TRUE
1021 }1222 }
10221223
@@ -1026,14 +1227,23 @@
1026 state = INSENSITIVE1227 state = INSENSITIVE
1027 shadow = OUT1228 shadow = OUT
1028 file = "Images/Buttons/button-insensitive.png" 1229 file = "Images/Buttons/button-insensitive.png"
1029 border = { 4, 4, 4, 4 }1230 border = {4, 4, 4, 4}
1231 stretch = TRUE
1232 }
1233 image
1234 {
1235 function = BOX
1236 state = INSENSITIVE
1237 #shadow = IN
1238 detail = "buttondefault"
1239 file = "Images/Buttons/button-default-insensitive.png"
1240 border ={4, 4, 4, 4}
1030 stretch = TRUE1241 stretch = TRUE
1031 }1242 }
1032 1243
1033 1244
1034 }1245 }
1035}1246}
1036
1037#=========================================================1247#=========================================================
1038# Progressbar1248# Progressbar
1039#=========================================================1249#=========================================================
@@ -1041,7 +1251,12 @@
1041{1251{
1042 xthickness = 11252 xthickness = 1
1043 ythickness = 11253 ythickness = 1
10441254
1255 fg[NORMAL] = "#555555"
1256 fg[ACTIVE] = "#555555"
1257 fg[SELECTED] = "#555555"
1258 fg[PRELIGHT] = "#360000"
1259
1045 engine "pixmap" 1260 engine "pixmap"
1046 {1261 {
1047 image1262 image
@@ -1333,8 +1548,6 @@
1333 overlay_stretch = FALSE1548 overlay_stretch = FALSE
1334 }1549 }
13351550
1336
1337
1338 # Overlay image1551 # Overlay image
1339 image 1552 image
1340 {1553 {
@@ -2012,7 +2225,7 @@
2012 }2225 }
20132226
20142227
2015 # Steppers - right2228 # Steppers OO - right
2016 #=============================2229 #=============================
2017 image 2230 image
2018 {2231 {
@@ -2063,7 +2276,7 @@
2063 }2276 }
20642277
2065 2278
2066 # Steppers - left2279 # Steppers OO - left
2067 #=============================2280 #=============================
2068 image 2281 image
2069 {2282 {
@@ -2149,7 +2362,6 @@
2149}2362}
2150class "GtkScrolledWindow" style "newwave-scrolledwindow"2363class "GtkScrolledWindow" style "newwave-scrolledwindow"
21512364
2152
2153#=========================================================2365#=========================================================
2154# Toolbar2366# Toolbar
2155#=========================================================2367#=========================================================
@@ -2157,7 +2369,7 @@
2157{2369{
2158 xthickness = 22370 xthickness = 2
2159 ythickness = 32371 ythickness = 3
2160 2372
2161 engine "pixmap"2373 engine "pixmap"
2162 {2374 {
21632375
@@ -2178,6 +2390,8 @@
2178 stretch = TRUE2390 stretch = TRUE
2179 }2391 }
2180 }2392 }
2393
2394
2181}2395}
2182style "newwave-toolbar-handle"2396style "newwave-toolbar-handle"
2183{2397{
@@ -2272,6 +2486,7 @@
22722486
2273style "newwave-toolbuttons" = "newwave-button"2487style "newwave-toolbuttons" = "newwave-button"
2274{2488{
2489
2275engine "pixmap" {2490engine "pixmap" {
2276 2491
22772492
@@ -2551,7 +2766,7 @@
2551 GtkSpinButton::page-size = 02766 GtkSpinButton::page-size = 0
2552 GtkWidget::interior_focus = 02767 GtkWidget::interior_focus = 0
2553 GtkWidget::internal-padding = 32768 GtkWidget::internal-padding = 3
2554 GtkSpinButton::shadow-type = GTK_SHADOW_IN2769 #GtkEntry::inner-border = {0, 0, 1, 1}
2555 2770
2556 engine "pixmap"2771 engine "pixmap"
2557 {2772 {
@@ -2668,33 +2883,25 @@
26682883
2669 # Spin - entry (textbox)2884 # Spin - entry (textbox)
2670 #=============================2885 #=============================
2671 image2886
2887 image
2672 {2888 {
2673 function = FOCUS2889 function = FOCUS
2674 recolorable = TRUE2890 recolorable = TRUE
2891 detail = "entry"
2675 file = "Images/Spin/text-entry-focus.png"2892 file = "Images/Spin/text-entry-focus.png"
2676 border = { 2, 2, 3, 3}2893 border = { 2, 2, 3, 3}
2677 stretch = TRUE2894 stretch = TRUE
2678 } 2895 }
2679 2896
2680 image2897
2681 {
2682 function = BOX
2683 recolorable = TRUE
2684 shadow = IN
2685 state = NORMAL
2686 detail = "entry"
2687 file = "Images/Spin/text-entry.png"
2688 border = { 2 , 2 ,3 ,3 }
2689 stretch = TRUE
2690 }
26912898
2692 image2899 image
2693 {2900 {
2694 function = SHADOW2901 function = SHADOW
2902 shadow = IN
2695 state = NORMAL2903 state = NORMAL
2696 shadow = IN2904 recolorable = FALSE
2697 recolorable = TRUE
2698 detail = "entry"2905 detail = "entry"
2699 file = "Images/Spin/text-entry.png"2906 file = "Images/Spin/text-entry.png"
2700 border = { 2, 2, 2, 2}2907 border = { 2, 2, 2, 2}
@@ -2714,6 +2921,7 @@
2714{2921{
2715 # Makes the button of the combo to have interior focus2922 # Makes the button of the combo to have interior focus
2716 GtkButton::interior_focus = 02923 GtkButton::interior_focus = 0
2924 GtkButton::inner-border = {1, 1, 1, 1}
27172925
2718 engine "pixmap"2926 engine "pixmap"
2719 {2927 {
@@ -2899,9 +3107,7 @@
2899 #@author:dilomo@ Disable outer focus glow because it look ugly in comboboxes and spins3107 #@author:dilomo@ Disable outer focus glow because it look ugly in comboboxes and spins
2900 GtkWidget::interior_focus = 03108 GtkWidget::interior_focus = 0
2901 GtkEntry::inner-border = {2, 2, 1, 1}3109 GtkEntry::inner-border = {2, 2, 1, 1}
2902
29033110
2904
2905 engine "pixmap"3111 engine "pixmap"
2906 {3112 {
2907 3113
@@ -2983,6 +3189,8 @@
29833189
2984style "newwave-panel-entry" = "newwave-entry"3190style "newwave-panel-entry" = "newwave-entry"
2985{3191{
3192 #base[NORMAL] = "#CECECE"
3193
2986 engine "pixmap"3194 engine "pixmap"
2987 {3195 {
2988 3196
@@ -3054,9 +3262,228 @@
3054 } 3262 }
3055 }3263 }
3056}3264}
3057# Match the entries that might appear in the gnome panel as well as the dictionary applet3265
3058widget_class "*Panel*Entry*" style :highest "newwave-panel-entry"3266style "newwave-panel-entry-blue" = "newwave-entry"
3059widget_class "*GdictApp*Entry*" style :highest "newwave-panel-entry"3267{
3268 engine "pixmap"
3269 {
3270
3271 # i'm unsure about these
3272 image
3273 {
3274 function = BOX
3275 recolorable = TRUE
3276 shadow = IN
3277 state = NORMAL
3278 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3279 border = { 3,3,4,3 }
3280 stretch = TRUE
3281 }
3282 image
3283 {
3284 function = BOX
3285 recolorable = TRUE
3286 shadow = OUT
3287 state = NORMAL
3288 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3289 border = { 3,3,4,3 }
3290 stretch = TRUE
3291 }
3292 image
3293 {
3294 function = BOX
3295 recolorable = TRUE
3296 shadow = OUT
3297 state = ACTIVE
3298 file = "Images/Shadows/entry-focus-panel-blue.png"
3299 border = { 2,2,2,2 }
3300 stretch = TRUE
3301 }
3302 image
3303 {
3304 function = BOX
3305 recolorable = TRUE
3306 shadow = IN
3307 state = INSENSITIVE
3308 file = "Images/Shadows/entry-focus-panel-blue.png"
3309 border = { 2,2,2,2 }
3310 stretch = TRUE
3311 }
3312
3313
3314 # Glow image when selected
3315 image
3316 {
3317 function = FOCUS
3318 recolorable = TRUE
3319 detail = "entry"
3320 file = "Images/Shadows/entry-focus-panel-blue.png"
3321 border = {3, 3, 4, 3}
3322 stretch = TRUE
3323 }
3324
3325 # the actual textbox in normal state
3326 image
3327 {
3328 function = SHADOW
3329 detail = "entry"
3330 shadow = IN
3331 state = NORMAL
3332 recolorable = FALSE
3333 file = "Images/Shadows/entry-shadow-in-panel-blue.png"
3334 border = { 2,2,2,2 }
3335 stretch = TRUE
3336 }
3337 }
3338}
3339
3340style "newwave-panel-entry-nopixmap" = "newwave-entry"
3341{ # Nopixmap isn't really the lack of image but just to match with the panel theme name
3342 engine "pixmap"
3343 {
3344
3345 # i'm unsure about these
3346 image
3347 {
3348 function = BOX
3349 recolorable = TRUE
3350 shadow = IN
3351 state = NORMAL
3352 file = "Images/Shadows/entry-shadow-in-panel-nopixmap.png"
3353 border = { 3,3,4,3 }
3354 stretch = TRUE
3355 }
3356 image
3357 {
3358 function = BOX
3359 recolorable = TRUE
3360 shadow = OUT
3361 state = NORMAL
3362 file = "Images/Shadows/entry-shadow-in-panel-nopixmap.png"
3363 border = { 3,3,4,3 }
3364 stretch = TRUE
3365 }
3366 image
3367 {
3368 function = BOX
3369 recolorable = TRUE
3370 shadow = OUT
3371 state = ACTIVE
3372 file = "Images/Shadows/entry-focus-panel-nopixmap.png"
3373 border = { 2,2,2,2 }
3374 stretch = TRUE
3375 }
3376 image
3377 {
3378 function = BOX
3379 recolorable = TRUE
3380 shadow = IN
3381 state = INSENSITIVE
3382 file = "Images/Shadows/entry-focus-panel-nopixmap.png"
3383 border = { 2,2,2,2 }
3384 stretch = TRUE
3385 }
3386
3387
3388 # Glow image when selected
3389 image
3390 {
3391 function = FOCUS
3392 recolorable = TRUE
3393 detail = "entry"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches